@import '/modeles/fr/Modele1/css/styles.css';


#accountAuthentificationForm{
    max-width: 400px;
    margin: 0 auto;
}

#accountAuthentificationForm .submit{
    text-align: center;
}


.widgetLoginLinks .btn{

    background: none;
    border-color: #e22c38;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 0%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 0%), 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0%), 0 1px 1px rgb(0 0 0 / 0%);
    color: #292a2f;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: bold;
} 