body:not(#module-csemod-home):not(.register-steps) .fd-cse_password, 
body:not(#module-csemod-home):not(.register-steps) .fd-cse_code{
    /* display: none; */
    order: -1;
}
.fd-type_customer{
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    order: -1;
}
/* body:not(#module-csemod-home):not(.register-steps) .fd-cse_password label > small,
body:not(#module-csemod-home):not(.register-steps) .fd-cse_code label > small{
    display: none;
} */
body:not(#module-csemod-home):not(.register-steps) .fd-cse_password{
    padding-bottom: 1rem !important;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#cse .lock, .account-links .lock{
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 15px;
    color: black;
    z-index: 1;
}
.ftop{
    order: -1;
}
/* .ftop::before{
    content: "1. Première étape";
    width: 100%;
    background: white;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
} */
.fbb{
    padding-bottom: 1rem !important;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.fbt{
    padding-top: 1rem !important;
    margin-top: 2rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
.form-100{
    max-width: 100% !important;
    padding-right: 0 !important;
}
div[class*=" cdf-"]{
    display: none;
}
div[class*=" cdf-"].on{
    display: block;
}
div[class*=" cdf-"] > label > small{
    display: none;
}