

/* Start:/local/components/bitrix/system.auth.authorize/templates/.default/style.css?17025597252003*/
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/components/bitrix/system.auth.authorize/templates/.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/components/bitrix/system.auth.authorize/templates/.default/images/sec-unlocked.png);}

.login-button {
    text-decoration: none;
    align-self: flex-start;
    width: 100%;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    display: flex;
    padding: 14px 24px 13px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 0px;
    background: var(--gradient, linear-gradient(90deg, #FE7800 0%, #F7A600 100%));
    margin-bottom: 40px;
}

.login-reg-button {
    font-weight: 400;
    border-radius: 8px;
    border: 2px solid var(--orange, #F7A600);
    color: var(--black, #000037);
    background: #FFF;
}
.forget-password {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translate(0, -50%);
    text-decoration: none;
    color: var(--blue, #0080FF);
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}
.forget-password:hover {
    color: var(--blue, #0080FF);
}
.login-reg-button:hover {
    color: var(--black, #000037);
}
.login-margin-bottom {
    margin-bottom: 41vh;
}

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