.form-control {
  border-radius: 0.375rem;
}

.form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* Étoile rouge pour les champs obligatoires */
.form-label.required-field::after {
  content: ' *';
  color: red;
  font-weight: bold;
}

.alert {
  border-radius: 0.375rem;
}

.btn-primary {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
}

.form-error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
