/**********************************************************
                Authentication Styles
**********************************************************/

.page-authentication #content {
    max-width: none;
}

.page-subheading {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #555454;
    font-size: 18px;
    padding: 0 0 5px;
    line-height: normal;
    margin-bottom: 12px;
    border-bottom: 2px solid #f13340;
}

.page-subheading p {
    font-size: small;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
}

.register-form {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 14px 18px 107px;
    margin: 0 0 30px 0;
}

.register-form label {
    display: table-row;
    font-weight: 600;
    color: #555454;
}

.register-form button {
    display: block;
    margin-top: 30px;
}

.register-form input {
    width: 90% !important;
    height: 35px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.login-form {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;

}

#dejainscrit {
    margin-bottom: 42px;
}

.input-group {
    width: 100%;
    background: #fff;
    height: 35px;
    border-radius: 5px;
}

#field-email {
    width: 92%;
    background: #fff;
    height: 35px;
    border-radius: 5px;
}


form .form-control-label {
    font-weight: 600;
    color: #555454;
}

#create-account_form {
    min-height: 297px;
}

#create-account_form p {
    margin-bottom: 8px;
}

#create-account_form .form-group {
    margin: 0 0 20px 0;
}

#login_form {
    min-height: 297px;
}

#login_form .form-group {
    margin: 0 0 3px 0;
}

#login_form .form-group.lost_password {
    margin: 14px 0 15px 0;
}

#login_form .form-group.lost_password a {
    text-decoration: underline;
}

#login_form .form-group.lost_password a:hover {
    text-decoration: none;
}

#login_form .form-control,
#create-account_form .form-control {
    max-width: 340px;
}

#info-societe {
    margin-bottom: 15px;
}

#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
    display: none;
}

#account-creation_form .phone-carrier {
    color: #0e9ecd;
    font-weight: normal;
}

#customer-form .form-control-label {
    display: flex !important;
}

.input-group .form-control:not(:last-child) {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;

}

.form-group {
    margin-bottom: 0.5rem;
}

#customer-form .form-control-label {
    font-size: 12px;

}

.register-form button {
    display: block;
    margin-top: 0px;
}

.vosinfos {
    border-bottom: 2px solid #ea3a3c;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.form-control-label.required::before {
    content: '*';
    color: red;
    display: inline-block;
    width: 12px;
    height: 20px;
    line-height: 1em;
}

.field-siret .form-control-label::before {
    content: '*';
    color: red;
    width: 12px;
    height: 20px;
    line-height: 1em;
}

.field-company .form-control-label::before {
    content: '*';
    color: red;
    width: 12px;
    height: 20px;
    line-height: 1em;
}

#customer-form .form-control-label {
    padding-bottom: 0px;
    font-weight: bolder;
    font-size: 13px;
}

.register-form #customer-form .form-group {
    margin-bottom: 0px;
    display: grid;
}

.form-control-valign {
    display: flex;
}

.form-control-comment {
    display: none;
}

.register-form input {
    margin-bottom: 0px;
}

.newsletter-checkbox {
    margin-top: 40px;
    ;
    border-bottom: 2px solid #ea3a3c;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.form-group.row.field-optin {
    display: none !important;
}

#authentication .btn-primary {
    background-color: #0e9ecd;
    margin-top: 17px;
}

#authentication .btn-primary:hover {
    background-color: #13a6d7 !important;
}

.input-group .input-group-btn>.btn[data-action="show-password"] {
    background: none;
}

.input-group .input-group-btn>.btn[data-action="show-password"] {
    color: grey;
}

#dejainscrit .form-control-label {
    padding-right: 6px;
}

label {
    margin-bottom: 0px;
    margin-top: 1rem;
}



.field-conf_password .input-group-btn,
.field-password .input-group-btn {
    display: inline-block;
}


@media (max-width: 768px) {

    .field-conf_password .input-group-btn,
    .field-password .input-group-btn {
        display: contents;
    }
}



#login-form .field-password .input-group .form-control {
    width: 92%;
    margin-left: 0px !important;
}



.form-control-label {
    padding-top: 0rem;
}

.input-group.focus,
.form-control:focus,
.register-form input[name='email']:focus {
    outline: none;
}

.register-form input[name='email'] {
    width: 125%;
    background: #fff;
    height: 35px;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 1rem;
    line-height: 1.25;
}

.form-control {
    background: #fff;
}

@media (min-width: 768px) and (max-width: 992px) {
    .register-form input[name="email"] {
        width: 70% !important;
    }
}