

/* Start:/local/templates/box/components/bitrix/system.auth.authorize/.default/style.css?17169201522262*/
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;
}
.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 */
/* /local/templates/box/components/bitrix/system.auth.authorize/.default/style.css?17169201522262 */
