

/* Start:/local/templates/b2b-tdsu/components/bitrix/system.auth.form/b2b-tdsu/style.css?17757158791085*/
body {
    background-color: #2164AC;
}

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

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

.login__submit-btn,
.login__registration-btn {
    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;
}

.login__registration-btn {
    border: 1px solid #2164AC;
    color: #2164AC;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
}

.login__forgot-password {
    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) {
    .login__form {
        padding: 10px;
        width: 292px;
    }
}
/* 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 */


/* Start:/local/templates/b2b-tdsu/css/blocks/fieldset.css?1775715879434*/
.fieldset {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fieldset__title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}


@media (width < 1280px) {
    .fieldset__title {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (width < 768px) {
    .fieldset__title {
        font-size: 16px;
        line-height: 22px;
    }
}
/* End */


/* Start:/local/templates/b2b-tdsu/css/blocks/checkbox-field.css?1775715879495*/
.checkbox-field {
    display: flex;
    gap: 14px;
    align-items: center;
    cursor: pointer;

    a {
        color: #2164AC;
    }
}

.checkbox-field__input {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.checkbox-field__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    user-select: none;
}

.checkbox-field__text--small {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.03em;
}
/* End */
/* /local/templates/b2b-tdsu/components/bitrix/system.auth.form/b2b-tdsu/style.css?17757158791085 */
/* /local/templates/b2b-tdsu/css/blocks/custom-input.css?17757158791669 */
/* /local/templates/b2b-tdsu/css/blocks/fieldset.css?1775715879434 */
/* /local/templates/b2b-tdsu/css/blocks/checkbox-field.css?1775715879495 */
