/* Forgot Password Page Specific */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.back-to-login {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  color: var(--gold);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
}

.back-to-login:hover {
  color: var(--ink);
  text-decoration: underline;
}

.alert-custom {
  border-radius: 8px;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
}
