/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* ============== Connexion ================ */

.csrt_espace_securise_connexion {
    max-width:400px;
    margin: 30px auto;
    padding: 0 16px;
}

.csrt_espace_securise_connexion__pgph {
    margin: 0;
}

.csrt_espace_securise_connexion__titre {
    text-align:center;
}

/* la classe accent est présente pour avoir priorité sur le style défini dans le thème commun */
.csrt_espace_securise_connexion__titre.accent::after {
    content: "";
    display: block;
    height: 4px;
    margin: 20px auto 0 auto;
    width: 40px;
}

.csrt_espace_securise_connexion__bouton a {
    background-color: #e30513;
    color: #fff;
    max-width: 200px;
    padding: 16px 30px;
    width: 100%;
    border: 1px solid #e30513;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    transition: all .2s linear;
    text-align: center;
    margin: 30px 0;
}

.csrt_espace_securise_connexion__bouton a:hover {
    border-color: #000;
    background-color: #fff;
    color: #000;
}

.csrt_espace_securise_connexion__erreur {
    margin: 30px 0;
    text-align: center;
    color: #e30513;
    padding:  30px;
}



/* ============= Déconnexion ============== */
#csrt_deconnexion_page_securise_form {
    display: flex;
    align-items: center;
}

.csrt_espace_securise_nom_complet {
    margin-right: 20px;
}

 .csrt_espace_securise_deconnexion {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     height: 56px;
     background-color: #333;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 16px;
     color: #fff;
     z-index: 999;
 }

 .csrt_espace_securise_deconnexion input[type=submit] {
    display: block;
    width: auto;
    padding: 3px 10px;
    cursor: pointer;
    background-color: #e30513;
    border-color: #e30513;
    color: #fff;
 }

.csrt_espace_securise_deconnexion input[type=submit]:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
