.pwd_lost .pwd_message {
    border: 1px solid #333333;
    box-sizing: border-box;
    display: none;
    font: 13px Arial, Helvetica, sans-serif;
    height: 35px;
    margin: 25px 20px 14px 0;
    padding: 6px 12px;
    width: 100%;
}

.pwd_lost ul {
    padding-left: 15px;
}

.pwd_lost .pwdStronger {
    height: 6px;
    width: 100%;
}
.pwd_lost .pwdStronger {
    height: 3px;
    margin-top: 22px;
    width: 100%;
}

.pwd_lost .pwd_message_error {
    color: #e6007e;
}

.pwd_lost .pwd_message_success {
    color: #B9CD00;
}

.pwd_lost .pwdStronger div {
    height: 100%;
    transition: width 0.6s, background 1.0s;
}

.pwd_lost .pwdStronger .stronger0 {
    background: #ddd;
    width: 0;
}

.pwd_lost .pwdStronger .stronger1 {
    background: rgba(255, 44, 0, 0.31);
    width: 20%;
}

.pwd_lost .pwdStronger .stronger2 {
    background: rgba(255, 239, 1, 0.51);
    width: 50%;
}

.pwd_lost .pwdStronger .stronger3 {
    background: #ddfb3c;
    width: 80%;
}

.pwd_lost .pwdStronger .stronger4 {
    background: #aaff07;
    width: 100%;
}

.password-adresse .pwdStronger {
    height: 3px;
    width: 100%;
}

.password-adresse .pwdStronger div {
    height: 100%;
    transition: width 0.6s, background 1.0s;
}

.password-adresse .pwdStronger .stronger0 {
    background: #ddd;
    width: 0;
}

.password-adresse .pwdStronger .stronger1 {
    background: rgba(255, 44, 0, 0.31);
    width: 20%;
}

.password-adresse .pwdStronger .stronger2 {
    background: rgba(255, 239, 1, 0.51);
    width: 50%;
}

.password-adresse .pwdStronger .stronger3 {
    background: #ddfb3c;
    width: 80%;
}

.password-adresse .pwdStronger .stronger4 {
    background: #aaff07;
    width: 100%;
}

.password-account-details .pwdStronger {
    height: 3px;
    width: 100%;
}

.password-account-details .pwdStronger div {
    height: 100%;
    transition: width 0.6s, background 1.0s;
}

.password-account-details .pwdStronger .stronger0 {
    background: #ddd;
    width: 0;
}

.password-account-details .pwdStronger .stronger1 {
    background: rgba(255, 44, 0, 0.31);
    width: 20%;
}

.password-account-details .pwdStronger .stronger2 {
    background: rgba(255, 239, 1, 0.51);
    width: 50%;
}

.password-account-details .pwdStronger .stronger3 {
    background: #ddfb3c;
    width: 80%;
}

.password-account-details .pwdStronger .stronger4 {
    background: #aaff07;
    width: 100%;
}

.password-account-details .small-msg li {
    color: red;
}

.account-details .small-msg li {
    color: red;
}

.pwd-lost .pwdStronger {
    height: 3px;
    width: 89%;
}

.pwd-lost .pwdStronger div {
    height: 100%;
    transition: width 0.6s, background 1.0s;
}

.pwd-lost .pwdStronger .stronger0 {
    background: #ddd;
    width: 0;
}

.pwd-lost .pwdStronger .stronger1 {
    background: rgba(255, 44, 0, 0.31);
    width: 20%;
}

.pwd-lost .pwdStronger .stronger2 {
    background: rgba(255, 239, 1, 0.51);
    width: 50%;
}

.pwd-lost .pwdStronger .stronger3 {
    background: #ddfb3c;
    width: 80%;
}

.pwd-lost .pwdStronger .stronger4 {
    background: #aaff07;
    width: 100%;
}

.return-box {
    display: flex;
    justify-content: end;
}