/* auth/esqueci-senha.html - Estilos adicionais da página de recuperação de senha */
.reset-info {
  text-align: center;
  color: #8a8a8a;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.back-to-login {
  text-align: center;
  margin-top: 1.5rem;
}

.back-to-login a {
  color: #C9A227;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.3s;
}

.back-to-login a:hover {
  color: #e0b832;
  text-decoration: underline;
}

.alert {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  display: none;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.alert-success {
  background: rgba(39, 174, 96, 0.15);
  color: #27ae60;
  border: 1px solid rgba(39, 174, 96, 0.3);
}

.alert-error {
  background: rgba(231, 76, 60, 0.15);
  color: #e74c3c;
  border: 1px solid rgba(231, 76, 60, 0.3);
}

.hidden {
  display: none;
}
