/* ============================
   Authentication Pages Only
   Styles spécifiques aux pages d'authentification
   ============================ */

/* Alertes flashbag sur les pages d'authentification
   Les marges sont nécessaires car le layout split-screen
   n'a pas de container avec padding */
.alert-flashbag {
    margin: 1rem;
}
