.card-style {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  border-radius: 1rem;
}

.custom-close {
  color: red; /* Rouge par défaut */
  text-decoration: none; /* Supprime le soulignement */
  font-weight: normal; /* Poids normal par défaut */
  font-size: 1.2rem; /* Taille ajustée si nécessaire */
}

.custom-close:hover {
  font-weight: bold; /* Gras au survol */
  color: darkred; /* Rouge foncé au survol */
  cursor: pointer; /* Change le curseur en pointeur */
}

.rounded-card {
  border-radius: 1rem;
}

.custom-card-style {
  width: 60%;
  border-radius: 1rem;
}

.reset-password-title {
  background-color: #52948e;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.btn-icon-show-password {
  width: 24px;
  height: 24px;
}
