/* login form */

.form {
  min-height: 60vh;
  max-width: 460px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form .heading {
  margin-bottom: 1rem;
  font-weight: 600;
}
