.login-form-wrapper {
  height: 100dvh;
  display: flex;
  align-items: center;
  margin-top: -72px;
}

.login-form {
    background: white;
    padding: 50px !important;
    border-radius: 10px;
}