.creation-compte-page .one-container.create-account-container {
    min-height: 200px;
}

.create-account-container__title {
    margin-bottom: 20px;
}

#create_account_presentation_text {
    text-align: left;
    margin-bottom: 20px;
}

#create_account_password_complexity {
    position: relative;
    color: #a02622;
}

#create_account_password_complexity label {
    display: none;
}

#create_account_password_complexity #complexity-line {
    top: 4px;
    width: 30px;
    height: 11px;
    display: none;
    position: absolute;
    right: 0;
}

#create_account_password_complexity.no-minimal,
#create_account_password_complexity.weak {
    color: #a02622;
}

#create_account_password_complexity.no-minimal label.no-minimal,
#create_account_password_complexity.weak label.weak,
#create_account_password_complexity.fair label.fair,
#create_account_password_complexity.good label.good,
#create_account_password_complexity.strong label.strong,
#create_account_password_complexity.very-strong label.very-strong {
    display: block;
}

#create_account_password_complexity.no-minimal #complexity-line,
#create_account_password_complexity.weak #complexity-line {
    background-color: #a02622;
    display: block;
}

#create_account_password_complexity.fair {
    color: #a02622;
}

#create_account_password_complexity.fair #complexity-line {
    width: 60px;
    background-color: #a02622;
    display: block;
}

#create_account_password_complexity.good {
    color: #ea6e00;
}

#create_account_password_complexity.good #complexity-line {
    width: 90px;
    background-color: #ea6e00;
    display: block;
}

#create_account_password_complexity.strong {
    color: #89ac10;
}

#create_account_password_complexity.strong #complexity-line {
    width: 120px;
    background-color: #89ac10;
    display: block;
}

#create_account_password_complexity.very-strong {
    color: #079f00;
}

#create_account_password_complexity.very-strong #complexity-line {
    width: 150px;
    background-color: #079f00;
    display: block;
}

#change_password_confirm_check {
    display: none;
    font-size: 150%;
    color: #a02622;
    position: absolute;
    top: 30px;
    left: 101%;
}

#change_password_confirm_check.green {
    color: #079f00;
}

.create_account_password_second_box {
    position: relative;
}

#create_account_form_od_mdp_first,
#create_account_form_od_mdp_second {
    margin: 0px;
    height: 34px;
    border-right: none;
}

#create_account_captcha {
    margin: 0px;
}

#tooltip-password,
.eye-icon {
    border-left: none;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

input[disabled] {
    background-color: #eeeeee !important;
    cursor: not-allowed !important;
}