

/* Start:/local/templates/box/components/bitrix/system.auth.authorize/.default/style.css?17838725804290*/
.auth-title {
    margin-bottom: 32px;
}

.form-container.form-container--auth {
    max-width: 420px;
}

.auth-messages,
.auth-client-error {
    box-sizing: border-box;
    max-width: 420px;
    margin-bottom: 22px;
    padding: 12px 14px;
    border: 1px solid #D75A4A;
    background: #FFF4F2;
    color: #A33125;
    font-size: 14px;
    line-height: 1.4;
}

.auth-messages .errortext,
.auth-messages .notetext {
    color: inherit;
}

.auth-client-error[hidden] {
    display: none;
}

.auth-login-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 26px;
    border: 1px solid #000;
}

.auth-login-switch__button {
    height: 42px;
    padding: 0 16px;
    border: 0;
    background: #fff;
    color: #000;
    font: inherit;
    cursor: pointer;
}

.auth-login-switch__button+.auth-login-switch__button {
    border-left: 1px solid #000;
}

.auth-login-switch__button.is-active {
    background: #000;
    color: #fff;
}

.auth-login-panels {
    margin-bottom: 28px;
}

.auth-login-panel[hidden] {
    display: none;
}

.auth-field__label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.form-container--auth .ui-input--text input {
    font-size: 16px;
    line-height: 20px;
    height: 52px;
    padding: 10px 14px;
}

.form-container--auth .form-group {
    margin-top: 16px;
}

.form-container--auth .form-btns {
    display: grid;
    gap: 12px;
    margin: 34px 0 40px;
}

.form-container--auth .form-btns>* {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}

.form-container--auth .form-btns a.btn-link {
    color: #000;
    opacity: 1;
    border: 1px solid #000;
    font-size: 13px;
    font-weight: 600;
    line-height: initial;
}

.form-container--auth .form-btns a.btn-link:hover {
    color: var(--btn-bg-color);
    border-color: #000;
}

.form-container--auth a {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000000;
    opacity: 0.3;
    border-bottom: 1px solid #000000;
}

.form-container--auth a:hover{
    opacity: 1;
    text-decoration: none !important;
}

div.bx-auth form {
    padding: 0;
    margin: 0;
}

div.bx-auth-line {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
}

div.bx-auth-title {
    font-size: 140%;
    border-bottom: solid 2px #E3E3E3;
    padding-bottom: 12px;
}

td.bx-auth-label {
    text-align: right;
    font-weight: bold;
}

table.bx-auth-table {
    margin-top: 8px;
}

table.bx-auth-table td {
    padding: 3px;
}

div.bx-auth input.bx-auth-input {
    vertical-align: middle;
}

div.bx-auth span.bx-auth-secure {
    background-color: #FFFAE3;
    border: 1px solid #DEDBC8;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
}

div.bx-auth div.bx-auth-secure-icon {
    background-image: url(/local/templates/box/components/bitrix/system.auth.authorize/.default/images/sec.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 18px;
}

div.bx-auth div.bx-auth-secure-unlock {
    background-image: url(/local/templates/box/components/bitrix/system.auth.authorize/.default/images/sec-unlocked.png);
}

.main-title {
    margin: 16px auto;
    max-width: 320px;
}

.bx-auth {
    margin: 16px auto;
    max-width: 320px;
}

.bx-auth input[type="password"],
.bx-auth input[type="text"] {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    width: 217px;
    max-width: 100%;
    height: 32px;
    padding: 0 16px;
    margin-bottom: 18px;
}

.bx-auth-note {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 28px;
}

.bx-auth .form-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.bx-auth .btn-submit {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    background: #86c20b;
    border: 1px solid #86c20b;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 18px;
}

.bx-auth .confidentiality {
    margin-top: 40px;
}

.bx-auth .confidentiality,
.bx-auth .confidentiality a {
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 767px) {
    .bx-auth .form-row {
        flex-wrap: wrap;
    }

    .bx-auth .col {
        width: 100%;
    }

    .bx-auth input[type="password"], .bx-auth input[type="text"] {
        width: 300px;
    }
}

/* End */
/* /local/templates/box/components/bitrix/system.auth.authorize/.default/style.css?17838725804290 */
