

/* Start:/local/templates/box/components/bitrix/system.auth.authorize/custom/style.css?17509422252262*/
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/custom/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/custom/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;
}
.form-row a{
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    text-decoration: underline;
    text-decoration-style: dashed;
}
.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 */


/* Start:/local/components/custom/auth.by.sms/templates/.default/style.css?17634947101466*/
.form-container [data-entity='error'] {
    color: red;
    margin-bottom: 25px;
}

.section-auth {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 100px auto;
}

.section-auth__description p,
.section-auth__description {
    font-family: var(--font-family-cormorant);
    font-style: normal;
    font-size: 17px;
    line-height: 21px;

    color: #000000;
}

.section-auth__description b{
    font-weight: 700;
}

.section-auth__left h1{
    margin-bottom: 30px !important;
}

.form-container--register{
    max-width: 1200px;
    width: 100%;
    margin: 100px auto;
}

.form-container--register h1{
    margin-bottom: 30px !important;
}

.form-container--register form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    
}

.form-container--register .ui-input+.ui-input{
    margin: 0;
}

.form-container--register .form-group{
    grid-column: span 2;
    margin: 0;
}

.form-container--register [type="submit"]{
    width: 100%;
}


@media (max-width: 768px) {
    .section-auth {
        grid-template-columns: 1fr;
    }

    .section-auth__left {
        order: 0;
        margin-bottom: 50px;
    }

    .form-container--register form > * {
        grid-column: span 2;
    }

    .form-container--register{
        margin: 50px auto;
    }
}
/* End */
/* /local/templates/box/components/bitrix/system.auth.authorize/custom/style.css?17509422252262 */
/* /local/components/custom/auth.by.sms/templates/.default/style.css?17634947101466 */
