.login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: max-content;
  margin: auto;
}

.login-form form {
  width: 450px;
}
