

/* Start:/local/templates/closed_priority/components/bitrix/system.auth.authorize/.default/style.css?16995357635842*/
html, body {
    margin: 0;
    padding: 0;
}

div.bx-auth {max-width:600px; margin-top:16px; margin-bottom:24px;}
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; }
div.bx-auth-note{margin:18px 0px 6px 0px;}
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/closed_priority/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/closed_priority/components/bitrix/system.auth.authorize/.default/images/sec-unlocked.png);}

.auth {
    width: 100%;
}

.auth-form{width: 200px;height: 500px;outline: 2px solid white;position: fixed;transform: translate(-50%, -50%);left: 50%;top: 50%;}
.modal-auth{width: 560px;}

.b_auth-logo {
    margin-bottom: 8px;
}

.b_auth-sub-logo {
    margin-bottom: -30px;
}

.js__auth {
    z-index: 15;
    padding: 25px 30px;
    max-width: 482px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    border: 1px solid #e9e9ef;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    pointer-events: none;
    border-radius: 5px;
}

.js__auth .error {
    margin-bottom: 16px;
    text-align: center;
    font-size: 12px;
    background: #b72536;
    padding: 10px 0;
    color: #fff;
}

.js__auth input[type="text"],
.js__auth input[type="tel"],
.js__auth input[type="password"] {
    position: relative;
    width: 100%;
    padding: 14px;
    border: 1px solid #e9e9ef;
    background-position: right -15px center;
    background-size: 20px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    outline: 0;
    font-size: 17px;
}

.js__auth .js__auth-forget {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #B72637;
    text-decoration: none;
    transition: 0.25s;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.js__auth .js__auth-forget:hover {
    text-decoration: underline;
}

.js__auth .js__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #fff;
    text-decoration: none;
    border: none;
    background-color: #3e0b72;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 16px;
    cursor: pointer;
}

.js__auth .js__button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3e0b72b3;
}

.waiting-btn:hover,
.waiting-btn,
.btn-orders-buy.waiting-btn {
    background: #3e0b72;
    background-image: repeating-linear-gradient(45deg, #3e0b72, #3e0b72 6px, #572985 5px, #572985 12px) !important;
    background-size: 50px 50px !important;
    -webkit-animation: Gradient 0.75s linear infinite;
    -moz-animation: Gradient 0.75s linear infinite;
    animation: Gradient 0.75s linear infinite;
}

.waiting-btn.red:hover,
.waiting-btn.red {
    background-image: repeating-linear-gradient(45deg, #b72637, #B72636 6px, #a02130 5px, #a02130 12px) !important;
}

@-webkit-keyframes Gradient {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 50px 0;
    }
}

@-moz-keyframes Gradient {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 50px 0;
    }
}

@keyframes Gradient {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 50px 0;
    }
}

.js__auth h2.js__auth-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 12px 0 32px 0;
}

.js__auth .title span {
    font-size: 18px;
    color: #000;
    transition: 0.2s ease-in-out;
}

.js__auth input[type="checkbox"] {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    visibility: hidden;
}

.js__auth span.checkbox {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    transition: 0.1s ease-in-out;
    margin-right: 12px;
}
.js__auth input[type=checkbox]:checked+.checkbox::after {
    display: block;
}
.js__auth input[type=checkbox]:checked+.checkbox {
    background-color: #3e0b72;
}
.js__auth span.checkbox:after {
    display: none;
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0px 1px 1px 0;
    transform: rotate(45deg);
}

.js__auth label.js__label {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 0;
    font-size: 16px;
}

.js__auth .group--input {
    margin-bottom: 50px;
    position: relative;
}

.js__auth .group--input:nth-child(2) {
    margin-bottom: 16px;
}

.group--input .title {
    position: absolute;
    top: -12px;
    left: 10px;
    background: #fff;
    z-index: 1;
    padding: 1px 9px;
    border-radius: 4px;
}

/* End */
/* /local/templates/closed_priority/components/bitrix/system.auth.authorize/.default/style.css?16995357635842 */
