body{
    color: #424242;
}

#login_form, #password_form{
    width: 100%;
}

.login-center img{
    margin-bottom: 30px;
}
.login-center .btn-submit{
    font-size: 18px;
}

#login_form .picto, #ficheClientModals .picto, login_form .picto #emailCsModals .picto, #email_cs_modals .picto{
    margin-left: 0;
    margin-top: 10px;
    height: 60px;
    position: absolute;
    width: 30px;
    right: 15px;
}

#email_cs_modals .picto{
    position: absolute;
    width: 30px;
    height: 60px;
    top: 0;
    right: 15px;
}

#fiche_client_modals .span12 .picto.picto_tel{
    margin-top: 8px;
    width: 25px;
    margin-right: 3px;
}

#password_form .picto {
    margin-left: 0;
    margin-top: 18px;
    height: 30px;
    position: absolute;
    width: 30px;
    right: 15px;
}

.form-validateur .picto.erreur svg .cls-1, #fiche_client_modals .picto.erreur svg .cls-1{
    fill: #f24a64;
}

#login_form .add-icon-mail{
    background-position: center 20px;
    margin-top: 0px;
}
#login_form .add-icon-pwd {
    background-position: center -30px;
}

.login-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    min-height: 90vh;
}

#login .login-center span > span{
    color: red;
    text-decoration: underline;
}

#login_form .control-group input, #password_form .control-group input, #ficheClientModals input, #emailCsModals input,
#city_shop_contact{
    border-radius: 0;
    height: 50px;
    padding: 4px 10px;
    box-sizing: border-box;
    width: 100%;
    text-transform: none;
}

.msg-erreur{
    color: #f24a64;
    font-size: 13px;
    margin-top: -10px;
}

.lien-change-form{
    text-decoration: underline;
    color: #828080;
    cursor: pointer;
}

#fiche_client_modals label, #email_cs_modals label{
    display: none;
}

#email_cs_modals .civilite_contact{
    display: flex;
}

#emailCsModals .modal-body{
    max-height: none;
    overflow: unset;
}

#emailCsModals .block-information{
    padding-top: 0;
}

#emailCsModals .block-information-content{
    display: none;
    color: #19aadf;
    padding: 10px;
    background: #e5f2f7;
    border: 1px solid #19aadf;
}

#emailCsModals #choix-formulaire{
    margin: 0 20px 20px 33px;
}

#emailCsModals #choix-formulaire label, #emailCsModals .civilite_contact label:nth-child(2), #emailCsModals .civilite_contact label:nth-child(3){
    position: relative;
    display: block;
}

#emailCsModals .civilite_contact label:nth-child(2), #emailCsModals .civilite_contact label:nth-child(3){
    margin-right: 15px;
}

#emailCsModals #choix-formulaire label span::before, #emailCsModals .civilite_contact label span::before{
    content: '';
    position: relative;
    display: inline-block;
    background: #fff;
    left: 0;
    top: 5px;
    width: 17px;
    height: 17px;
    border: 1px solid #D4D4D4;
    border-radius: 100%;
    margin-right: 15px;
}

#emailCsModals #choix-formulaire input:checked + span::after, #emailCsModals .civilite_contact input:checked + span::after{
    background-color: #309DF4;
}

#emailCsModals #choix-formulaire label span::after, #emailCsModals .civilite_contact label span::after{
    content: '';
    position: absolute;
    top: 9px;
    left: 4px;
    font-size: 14px;
    color: #000;
    border-radius: 100%;
    height: 11px;
    width: 11px;
}

#emailCsModals #choix-formulaire input, #emailCsModals .civilite_contact input{
    position: absolute;
    left: -9999px;
    z-index: 1000;
}

@media screen and (max-width: 767px){
    .container-fluid {
        padding: 0 20px;
    }
}