/**********************************\
    Fonts
\**********************************/
@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}
/**********************************\
  End Fonts
\**********************************/
*{
    outline: none;
    letter-spacing: 0.74px;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline-offset: 0;
}

.modal {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'HelveticaNeue-Light' !important;
}

body{
    padding: 0 !important;
}

.modal{
    padding: 0 !important; 
}
.modal-dialog {
    width: 606px;
    margin: auto;
}
.main-form {
    margin: auto;
    display: block;
    width: 100%;
    top: 50%;
    background: #FFF;
    box-shadow: 0px 0px 45px -15px #313131;
    padding: 25px 0 20px;
    border-radius: 30px;
    max-height: 490px;
}
.modal-content{
     border-radius: 30px;
    -webkit-box-shadow: 0 22px 44px rgba(76,76,76,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-dialog-centered {
    top: 50%;
    transform: translateY(-50%) !important;
}
.logo {
    margin: 0px auto 20px;
    display: block;
}
#loginModal .modal-dialog,#loginModal .modal-content,
#forgetpassword-modal .modal-dialog,#forgetpassword-modal .modal-content,
#demande_reni_form .modal-dialog,#demande_reni_form .modal-content,
#messages-modal .modal-dialog,#messages-modal .modal-content
{
    border-radius: 30px;
}
.form-title {
    color: #1E3D73;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 auto 20px;
    padding: 0 10px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "HelveticaNeue-bold";
    letter-spacing: 0.74px;
}
.bloc-btn-change-confirme{
    text-align: center;
    margin-bottom: 30px;
}
.btn-default-modal {
    background: #1B9CD9;
    border-radius: 5px;
    color: #FFF;
    font-size: 11px;
    cursor: pointer;
    max-width: 90%;
    white-space: normal;
    transition: background 0.3s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    border: none;
    text-shadow: none;
    font-weight: lighter;
    letter-spacing: 1px;
    padding: 6px 30px;
    height: 40px;
    line-height: 32px;
    text-transform: uppercase;
    display: inline-block;
}
#login-form .btn-default-modal {
    float: right;
    line-height: inherit;
    height: 34px;
    text-transform: inherit;
}

#loginModal .btn:hover,
#forgetpassword-modal .btn:hover,
#demande_reni_form .btn:hover,
#messages-modal .btn:hover {
    background: #264e84;
}

#loginModal .btn[disabled],
#forgetpassword-modal .btn[disabled],
#demande_reni_form .btn[disabled],
#messages-modal .btn[disabled] {
    background: #D8D8D8 !important;
    cursor: not-allowed;
    box-shadow: none !important;
    color: #FFF !important;
}
#loginModal .options-wrapper,
#demande_reni_form .options-wrapper,
#forgetpassword-modal .options-wrapper,
#messages-modal .options-wrapper{
    width: 366px;
    max-width: 90%;
    display: block;
    margin: auto;
    text-align: center;
}
#loginModal .options-wrapper:after,
#demande_reni_form .options-wrapper:after,
#forgetpassword-modal .options-wrapper:after,
#messages-modal .options-wrapper:after{
    content:"";
    display: block;
    clear: both;

}

.form-greeting {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 7px;
}

.form-greeting .mail {
    font-weight: lighter;
    color: #199CD9;
}

.form-desc {
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
    color: #2E2E30;
    font-weight: lighter;
    margin: 0 auto 40px;
    width: 490px;
    max-width: 90%;
    line-height: 18px;
    font-family: 'HelveticaNeue-Light';
    letter-spacing: 0.74px;
}
.form-desc p {
    margin-bottom: 20px;
    letter-spacing: 0.74px;
}
.form-input-wrapper {
    position: relative;
    display: block;
    width: 323px;
    max-width: 90%;
    margin: 0 auto 25px;
}
#loginModal .form-input-wrapper {
    width: 366px;
}

.form-input-wrapper.required::after {
    content: "*";
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    color: #C4696B;
}

.form-input {
    width: 100%;
    padding: 8px 22px 8px 32px;
    display: block;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    color: #1F3D73;
    font-size: 12px;
    position: relative;
    letter-spacing: 0.5px;
}

.form-input::placeholder {
    color: #BDBDBE;
    opacity: 1;
}

.form-input:-ms-input-placeholder {
    color: #BDBDBE;
}

.form-input::-ms-input-placeholder {
    color: #BDBDBE;
}
#login-form .form-input-wrapper{
    position: relative;
}
.user-login-email:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    background-image: url(../img/user-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    z-index: 1;
}
.user-login-pass:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    background-image: url(../img/lock-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 18px;
    z-index: 1;
}

.user-first-email:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 8px;
    background-image: url(../img/mail-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    z-index: 1;
}
.form-input.error {
    color: #E35555;
}

.checkbox-wrapper {
    width: 50%;
    max-width: 90%;
    display: inline-block;
    margin: 0 auto 25px;
    margin-top: 4px;
    float: left;
}
#loginModal .checkbox-wrapper {
    text-align: left;
}

.checkbox-wrapper input {
    margin-right: 5px;
}

.checkbox-wrapper label {
    font-size: 11.2px;
    color: #2E2E30;
    font-weight: lighter;
    letter-spacing: 0.5px;
}

.form-alert {
    display: block;
    text-align: center;
    padding: 15px;
    margin: 0 auto 25px;
    background: #0bafe0;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.5px;
    width: 366px;
    max-width: 90%;
    border-radius: 2px;
}

.form-alert.error {
    background: #EDB6B6;
    color: #C4696B;
}
#forgetpassword .form-alert{
    display: inline-block;
    margin: 0 0 25px;
    width: 100%; 
    max-width: 100%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-form .form-alert{
    margin: 0 0 25px;
    width: 100%; 
    max-width: 100%;
}
.checkbox-wrapper input{
    -webkit-appearance: none;
    position: relative;
    top: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: 0;
}

.checkbox-wrapper input:checked {
    background-color: #3FA2F7; 
}

.main-form .messages{
    height: none !important;
}
/*.btn {
    margin: 0 auto 25px;
    display: block;
    background: #1B9CD9;
    border: none;
    padding: 15px 55px;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 90%;
    white-space: normal;
    transition: background 0.3s;
    box-shadow: 0px 3px 10px #a9a9a9;
}

.btn:hover {
    background: #264e84;
}

.btn[disabled] {
    background: #D8D8D8;
    cursor: not-allowed;
    box-shadow: none;
}*/


.forgetpassword-bloc{
    text-align: center;
    margin-top: 30px;
}
.form-footer {
    font-size: 11px !important;
    display: inline-block;
    margin: auto;
    max-width: 90%;
    text-decoration: none;
    font-size: 9px;
    color: #2E2E2E;
    opacity: .45;
    letter-spacing: 1px;

}
.form-footer:hover{
    text-decoration: underline;
    color: #1F3D73;
    opacity: .6;
}
/**********************************\
  forgetpassword
\**********************************/
#forgetpassword-modal .modal-dialog{
    margin: 26px auto 0;
}


#forgetpassword .btn.big,#demande_reni_form .btn.big,#messages-modal .btn.big {
    width: 323px;
    max-width: 100%;
    margin: 5px auto;
}

/**********************************\
  End forgetpassword
\**********************************/

#messages-modal .form-title{
    text-transform: uppercase;
}
#loginModal .logo,#forgetpassword .logo,#demande_reni_form .logo,#messages-modal .logo{
    margin-bottom: 50px;
    margin-top:15px;
}
.gglcptch_recaptcha div{
    margin : 0 auto;
    width: 300px !important;
}
#demande_reni .form-desc, #forgetpassword .form-desc {
    margin: 0 auto 25px;
    width: 490px;
}
#demande_reni .checkbox-wrapper{
    max-width: 100%;
    margin: 0 auto 24px;
}

.gglcptch_v2{
    width: 400px !important;
    margin : 0 auto;
}
@media only screen and (max-width: 993px) {
    .modal-dialog {
        width: 90%;
    }
}
    
@media only screen and (max-width: 767px) {
    body {
        padding: 15px 0;
    }
    
    .main-form {
        position: relative;
        top: auto;
        transform: initial;
        padding: 30px 0;
    }
    .form-desc p {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 14px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 575px) {

    #loginModal .options-wrapper{
        text-align: center;
    }
    #loginModal .options-wrapper .checkbox-wrapper{
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    #loginModal .btn-default-modal {
        float: none;
        margin-bottom: 20px;
    }
    .forgetpassword-bloc {
        margin-top: 15px;
    }
    #forgetpassword-modal .modal-dialog {
        margin: 0px auto;
    }
}