body {
  background-color: #f4e2d8;
  margin: 0;
  padding: 0;
}

.signup-section {
  min-height: 100vh;
  background: linear-gradient(135deg, #f4e2d8, #d9772b, #5c3a21);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(92, 58, 33, 0.2);
}

/* Focus marron/orangé foncé */
input.form-control:focus {
  border-color: #B16A18;
  box-shadow: 0 0 0 0.25rem rgba(177, 106, 24, 0.25);
  outline: none;
}

/* Icône toggle password */
.toggle-password {
  cursor: pointer;
  color: #6c757d;
}

/* Taille des messages d'erreur */
.text-danger {
  font-size: 0.85rem;
}

/* Bouton s'inscrire */
button.btn-primary,
button.btn-primary:hover {
  background-color: #B16A18;  /* marron/orangé foncé */
  border: none;
  color: #fff;
}

.signup-section p.text-center.text-muted a {
    color: #B16A18; /* marron/orangé foncé */
    font-weight: bold;
    text-decoration: none;
}

p.text-center.text-muted a {
    color: #B16A18 !important;
    font-weight: bold !important;
}
