/* Pages « mot de passe oublié » et « réinitialiser ». Réutilise les classes login (.login-shell,
   .login-card, .login-form, .login-title, .login-button, .state-error de ui-kit.css). Ce fichier
   n'ajoute que les quelques règles propres au flux reset. */

.auth-reset-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 800;
}

.auth-reset-form label input {
  width: 100%;
}

.auth-reset-note {
  margin: 14px 0 0;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--showcase-muted, #6b7280);
  text-align: center;
}

.auth-reset-success {
  margin: 4px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #effaf1;
  border: 1px solid #bfe6c7;
  color: #1c7a36;
  font-size: 13.5px;
  font-weight: 700;
  text-align: center;
}

.auth-reset-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  text-align: center;
}

.auth-reset-links a {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--showcase-blue, #2563eb);
  text-decoration: none;
}

.auth-reset-links a:hover {
  text-decoration: underline;
}

/* Lien discret « Mot de passe oublié ? » sous le formulaire de connexion. */
.login-forgot {
  margin: 2px 0 0;
  text-align: center;
}

.login-forgot a {
  font-size: 13px;
  font-weight: 700;
  color: var(--showcase-muted, #6b7280);
  text-decoration: none;
}

.login-forgot a:hover {
  color: var(--showcase-blue, #2563eb);
  text-decoration: underline;
}
