.password_input {
    position: relative;
}

label.password_strength_tooltip {
    position: absolute;
    font-size: 12px;
    color: var(--c-secondary);
    height: calc(100% - 2px);
    top: 1px;
    right: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 9;
    cursor: pointer;
    padding-top: 2px;
}


.login__right {
    height: 950px;
}

.login__right .advantage__list {
    width: 350px;
}


.login__form .button {
    margin-top: 25px;
    margin-bottom: 25px;
}