body {
  padding-top: 60px;
}

.vertical-center {
  min-height: 18%; /*  Fallback for browsers do NOT support vh unit */
  min-height: 18vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}