 .auth.option2 {
    background-image: url('../assets/images/auth/2.png'); /* Chemin vers ton image */
    background-size: cover;        /* l’image couvre toute la zone */
    background-position: center;   /* centrée */
    background-repeat: no-repeat;  /* pas de répétition */
}




.custom-control-label {
    color: #000 !important;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

