#form-loginbtn {
    background-color: #f30054 !important; /* Couleur de fond */
    border-color: #f30054 !important;  
    color: rgb(255, 255, 255) !important;            /* Texte */
}


.custom-logo {
    width: 100px;
    height: auto;
    
}

.panel-body {
    text-align: center;
}

.Navbar-logo {
    width: 20%;  /* Ajuste en fonction de la taille de l'écran */
    max-width: 300px;  /* Limite maximale */
    height: auto;
}

form.form-group.login-form {
    padding: 25px;
}







/* .custom-modal-header {
    color: #e20909 !important;
    
} */


/* Modifie le fond de l'éditeur CKEditor dans Mautic */
.ck.ck-editor__main > .ck-editor__editable {
    background: #949494 !important; /* Gris clair */
    color: #000 !important; /* Texte noir pour le contraste */
}