

/* Start:/local/templates/daughter/components/bitrix/system.auth.authorize/app/style.css?17730642531639*/
.login-box {
    width: 380px;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.login-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}

.login-subtitle {
    color: #666;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 16px;
}

input {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 0 12px;
    font-size: 14px;
}

input.submit {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: none;
    background: #ffb84d!important;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

input.submit:hover {
    opacity: 0.9;
}

.checkbox-group{
    display:flex;
    align-items:center;
}

.custom-checkbox{
    display:none;
}

.form-group label.checkbox-label{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    font-size:14px;
    color:#555;
}

.checkbox-box{
    width:20px;
    height:20px;
    border-radius:6px;
    border:2px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.2s;
}

/* галочка */

.checkbox-box::after{
    content:"";
    width:10px;
    height:10px;
    transform:scale(0);
    background:#fff;
    border-radius:2px;
    transition:0.2s;
}

/* checked */

.custom-checkbox:checked + .checkbox-label .checkbox-box{
    background:#ffb84d;
    border-color:#ffb84d;
}

.custom-checkbox:checked + .checkbox-label .checkbox-box::after{
    transform:scale(1);
}

/* hover */

.checkbox-label:hover .checkbox-box{
    border-color:#ffb84d;
}
/* End */
/* /local/templates/daughter/components/bitrix/system.auth.authorize/app/style.css?17730642531639 */
