

/* Start:/local/templates/site_main/components/bitrix/system.auth.authorize/.default/style.css?17492902961983*/
div.bx-auth {max-width:645px;}
div.bx-auth form {
    padding:0;
    margin:0 0 60px;
}
div.bx-auth-note{
    margin: 0 0 40px 0;
    font-size: 24px;
    font-weight: bold;
    color: #b0b8be;
}
.auth-item {
    margin-bottom: 20px;
}
.auth-item label {
    padding-left: 0;
}
.auth-item__title {
    display: inline-block;
    margin: 0 0 10px 18px;
}

/*checkbox*/
.auth-item input[type="checkbox"] {
    display: none;
}
.auth-item input[type="checkbox"]:checked + .auth-item__checkbox:after {
    opacity: 1;
}
.auth-item__checkbox {
    position: relative;
    display: block;
    padding-left: 37px;
}

.auth-item__checkbox:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    border: solid 1px #b0b8be;
    content: "";
}
.auth-item__checkbox:after {
    position: absolute;
    z-index: 2;
    width: 11px;
    height: 7px;
    border-left: 3px solid #f36f26;
    border-bottom: 3px solid #f36f26;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    left: 7px;
    opacity: 0;
    content: "";
}
.auth-item input[type="submit"] {
    width: 195px;
    font-weight: normal;
    font-size: 14px;
}
.auth__forgot-pass {
    margin-top: 37px;
    font-size: 14px;
}
.auth__reg {
    margin-top: 30px;
    font-size: 14px;
    color: #aaa;
}
.auth__reg a {
    display: inline-block;
    width: 195px;
    margin-top: 20px;
    padding: 13px 28px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #ee7b1e;
    background: -webkit-gradient(linear, left top, right top, from(#545454), to(#2d2928));
    background: linear-gradient(to right, #545454 0%, #2d2928 100%);
    border-radius: 5px;
}
.auth__reg a:hover {
    color: #fff;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#2d2928), to(#545454));
    background: linear-gradient(to right, #2d2928 0%, #545454 100%);
}

.show-forgotpasswd-btn{
    cursor: pointer;
}
/* End */
/* /local/templates/site_main/components/bitrix/system.auth.authorize/.default/style.css?17492902961983 */
