

/* Start:/local/templates/b2b-tdsu/components/bitrix/main.auth.forgotpasswd/yat/style.css?17772852991362*/
body {
    background-color: #2164AC;
}

.restore {
    margin: 0;
    padding: 0;
    max-width: none;
    display: flex;
}

.restore__message-error,
.restore__message-success {
    font-size: 16px;
    line-height: 22px;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.restore__message-error {
    color: #a94442;
    background-color: #f2dede;
}

.restore__message-success {
    color: #3c763d;
    background-color: #dff0d8;
}

.restore__form {
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 500px;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin: auto;
}

.restore__title {
    margin-bottom: 10px;
}

.restore__text {
    margin-bottom: 10px;
}

.restore__field {
    margin-bottom: 10px;
}

.restore__submit-btn,
.restore__link {
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.login__buttons-wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 24px;
}


.restore__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #2164AC;
}

.login__checkbox {
    margin-bottom: 18px;
}

.login__fieldset {
    margin-bottom: 30px;
}

@media (width < 1280px) {
    .login__form {}
}

@media (width < 768px) {
    .restore__form {
        padding: 10px;
    }
}
/* End */


/* Start:/local/templates/b2b-tdsu/css/blocks/custom-input.css?17757158791669*/
.custom-input {
    display: flex;
    flex-direction: column;
    gap: 8px;
    user-select: none;
}

.custom-input__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.custom-input__secondary-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #859BAC;
}

.custom-input__field {
    padding: 14px 12px;
    border-radius: 4px;
    border: 1px solid #859BAC;
    outline: none;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #121212;
}

.custom-input__field-icon-btn {
    position: absolute;
}

.custom-input__field:hover,
.custom-input__field:focus {
    border-color: #2164AC;
}

.custom-input__field-icon-wrapper {
    position: relative;
}

.custom-input__field-icon-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.custom-input__field--icon {
    padding-right: 40px;
}

.custom-input__field--error,
.custom-input__field--error:focus,
.custom-input__field--error:hover {
    border-color: #CD0505;
}

.custom-input__error-message {
    display: flex;
    gap: 10px;
}

.custom-input__error-message-icon {
    color: #CD0505;
}

.custom-input__error-message-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
}

@media (width < 768px) {
    .custom-input__field {
        font-size: 14px;
        line-height: 20px;
    }
}
/* End */
/* /local/templates/b2b-tdsu/components/bitrix/main.auth.forgotpasswd/yat/style.css?17772852991362 */
/* /local/templates/b2b-tdsu/css/blocks/custom-input.css?17757158791669 */
