.personal-account--new {
    margin-top: -90px;
}

.recovery-title {
    margin-top: -10px;
}

.password-recovery {
    display: flex;
    flex-direction: column;
    padding: 40px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 8px;
    width: 100%;
    max-width: 540px;
}

.search-offs--new {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 3px;
}

.recovery-text {
    color: rgb(14, 13, 13);
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
}

.recovery-button {
    padding: 9px 0;
    background: #a2233e;
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    text-align: center;
}

.instructions-replace {
    background-color:rgb(249, 249, 249);
    display: none;
}

.instructions-replace__message {
    padding: 20px 40px;
    color: rgb(0, 43, 112);
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

@media(max-width: 490px) {

    .password-recovery {
        padding: 20px 10px;
    }
    .instructions-replace__message {
        padding: 10px;
        font-size: 14px;
    }
}

/* стили для формы 2026 - начало */
.bx-authform--2026 .recovery-text {
    font-size: 14px;
    line-height: 20px;
    color: rgba(14, 13, 13, 1);
    margin-bottom: 20px;
}

.bx-authform--2026 .search-offs--new {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(78, 81, 88, 1);
}

.bx-authform--2026 .policy-confirm__container {
    display: flex;
    margin: 0 0 0 0;
}

.bx-authform--2026 .policy-confirm__checkbox {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(47, 48, 76, 1);
    border-radius: 3px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.bx-authform--2026 .policy-confirm__checkbox.active {
    border: 1px solid rgba(163, 34, 61, 1);
    background: rgba(163, 34, 61, 1);
}

.bx-authform--2026 .policy-confirm__text {
    padding: 0 0 0 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(158, 158, 158, 1);
    margin: 0 0 32px 0;
}

.bx-authform--2026 .policy-confirm__text a {
    color: rgba(47, 48, 76, 1);
}

.bx-authform--2026 .policy-confirm__text a:hover {
    text-decoration: underline;
}

.bx-authform--2026 .policy-confirm__text a:visited {
    color: rgba(47, 48, 76, 1);
}

.bx-authform--2026 .search-offs-content {
    margin-bottom: 32px;
}

.bx-authform--2026 #getCodeBttn {
    font-size: 14px;
    line-height: 20px;
    background: rgba(47, 48, 76, 1);
    font-weight: 500;
    text-transform: uppercase;
}

.bx-authform--2026 #getCodeBttn:disabled {
    opacity: 0.5;
}

.bx-authform--2026 .instructions-replace {
    background-color: rgba(245, 245, 245, 1);
}

.bx-authform--2026 .instructions-replace__message {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(47, 48, 76, 1);
}

.bx-authform--2026 .password-recovery {
    padding: 0;
    border: none;
    max-width: 100%;
}

.bx-authform--2026 .password-recovery__header {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(47, 48, 76, 1);
    margin: 0 0 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.password-recovery__cross {
    width: 26px;
    height: 26px;
    position: relative;
    cursor: pointer;
}

.password-recovery__cross::before {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    transform: rotate(45deg);
    width: 100%;
    height: 2px;
    background: rgba(26, 42, 74, 1);
}

.password-recovery__cross::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    transform: rotate(135deg);
    width: 100%;
    height: 2px;
    background: rgba(26, 42, 74, 1);
}

.bx-authform--2026 .personal-account--new {
    margin-top: 0;
}

.bx-authform--2026 .personal-account-box {
    width: auto;
    padding: 0;
}

.bx-authform--2026 .menu-img-box {
    margin-left: 0;
} 

.bx-authform--2026 .getCodeInput {
    position: relative;
}

.recovery-mini-lable {
    display: none;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    background: #fff;
    padding: 0 5px;
    top: -14px;
    left: 16px;
    color: rgba(158, 158, 158, 1);
}




/* стили для формы 2026 - конец */