/* Page-specific styles for forgot password page */
.forgot-title {
  text-align: center;
  color: #1e3a8a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.forgot-subtitle {
  text-align: center;
  color: #6b7280;
  font-size: 14px;
}

.btn-primary {
  background: #1e3a8a;
  color: #ffffff;
}

.btn-primary:hover {
  background: #1e40af;
}

.btn-primary:disabled {
  background-color: #93c5fd;
}

/* Outline secondary — estilo consistente com btn-retornar */
.btn-secondary {
  background: #ffffff;
  color: #16a34a;
  border: 1px solid #16a34a;
}

.btn-secondary:hover {
  background: #f0fdf4;
}

@media (max-width: 480px) {
  .logo-container img {
    max-width: 210px;
  }

  .forgot-title {
    font-size: 19px;
  }
}
