.password-strength-popup__titre {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #192a57;
    padding: 20px 15px;
    background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;

}
.header-md::after {
    height: 0px;
    background-color: #ffffff;
}

.password-strength-popup__content {
    flex-direction: row;
    top: 20% !important;
    bottom: 20% !important;;
    max-height: 50%;
    width: 35%;
    background-color: #e3f3fd;
    border-style: solid;
}

.password-strength-popup__item {
    color: #38628f;
    bottom: 5px;
    font-size: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: +10px;
}

.password-strength-popup__icon_grey {
    color: #999999 !important;
    vertical-align: text-bottom;
    font-size: 14px;
    width: 10%;
}

.password-strength-popup__icon_green {
    color: #2dd36f !important;
    vertical-align: text-bottom;
    font-size: 14px;
    width: 10%;
}

.icon-checked {
    content: url("../images/checkmark-outline.png");
    background: #2dd36f;
    border-radius: 50%;
    height: 13px;
    width: 13px;
}

.icon-wrong {
    content: url("../images/close-outline.png");
    background: #999999;
    border-radius: 50%;
    height: 13px;
    width: 13px;
}