.login-form,
.register-form,
.forgot-password-form {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.forgot-password-form .error {
  color: red;
  margin-bottom: 4rem;
}

p.forgot-password {
  margin-top: 4rem;
}

