


.forgot-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.alert {
  width: 100%;
  max-width: 340px;
  padding: 0.7rem 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-family: "Karla", sans-serif;
}

/* Succès */
.alert-success {
  border: 1px solid #3a8f3a;
  background-color: #e6f6e6;
  color: #1f5f1f;
}

/* Carte centrale */
.forgot-card {
  background-color: var(--card);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  width: 100%;
  max-width: 340px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

/* Icône */
.forgot-icon {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

/* Texte */
.forgot-text {
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 1rem 0 1.5rem;
  color: var(--text);
}

/* Input */
.forgot-card input {
  width: 100%;
  padding: 0.6rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  font-family: "Karla", sans-serif;
}

/* Bouton */
.forgot-card button {
  width: 100%;
  padding: 0.6rem;
  background-color: var(--card);
  border: 1px solid #aaa;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Karla", sans-serif;
}

.forgot-card button:hover {
  opacity: 0.9;
}

/* Séparateur */
.forgot-divider {
  height: 1px;
  background-color: #ccc;
  margin: 1.5rem 0;
}

/* Inscription */
.forgot-register {
  font-size: 0.8rem;
}

.forgot-register a {
  color: #2a6bdc;
  text-decoration: none;
}

/* Lien retour */
.forgot-back {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  padding: 0.4rem 1rem;
  background-color: var(--card);
  border: 1px solid #aaa;
  border-radius: 6px;
  text-decoration: none;
  color: var(--text);
  font-size: 0.8rem;
}
