

/* Start:/bitrix/templates/aspro_max/components/bitrix/system.auth.form/main/style.css?17533550541143*/
#auth-page-form .subscribe-toggle {
    position: relative;
    margin-top: 10px;
}

#auth-page-form .subscribe-toggle input[type=checkbox] {
    display: none;
}

#auth-page-form .subscribe-toggle label {
    position: relative;
    cursor: pointer;
    padding-left: 50px;
}

#auth-page-form .subscribe-toggle label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 33px;
    height: 18px;
    border-radius: 10px;
    background: #e0e0e0;
    transition: background 0.2s;
}

#auth-page-form .subscribe-toggle label::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    transition: left 0.2s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

#auth-page-form .subscribe-toggle input[type=checkbox]:checked + label::before {
    background: #dd2929;
}

#auth-page-form .subscribe-toggle input[type=checkbox]:checked + label::after {
    left: 18px;
}

#auth-page-form .subscribe-toggle .text {
    padding-left: 45px;
    display: inline-block;
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/system.auth.form/main/style.css?17533550541143 */
