.vertical-center {
  min-height: calc(100vh - 71px);
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}