.login-update-password__header-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    width: 100%;
}

.login-update-password__list-requered {
    font-family: var(--body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; 
    color: #425466;
    list-style-position: inside;
    margin: 10px;
}

.login-update-password__list-requered li {
    list-style-type: none;
}

.login-update-password__list-requered li::before {
    content: '';
    font-size: 0px;
    border: 2px solid;
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}

.login-update-password__label-input {
    cursor: text;
    font-family: var(--body-font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #425466;
    position: absolute;
    left: 16px;
    top: 12px;
    transition: 0.2s ease all;
}

.login-update-password__button {
    margin-top: 24px;
    justify-content: center;
    display: flex;
}

.connect__container--small.login-update-password_container {
    margin-top: 44px;
}

