

/* Start:/bitrix/templates/.default/components/bitrix/main.register/nude/style.css?17727205522022*/
.register__consent {
    margin: 20px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    width: 100%;
    max-width: 400px; /* Ограничьте ширину, если нужно */
    margin-left: auto;
    margin-right: auto;
}

.register__consent .custom-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    user-select: none;
}

.register__consent .custom-checkbox input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.register__consent .checkbox-marker {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    background-color: #fff;
    transition: all 0.2s ease;
}

.register__consent .custom-checkbox input:checked + .checkbox-marker::after {
    content: "✔";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.register__consent .custom-checkbox.has-error .checkbox-marker {
    border-color: #e74c3c;
    background-color: #ffebee;
}

.register__consent .checkbox-text a {
    color: #0066cc;
    text-decoration: underline;
}

.register__consent .checkbox-text a:hover {
    text-decoration: none;
}

.register__consent .consent-error {
    display: none;
    color: #e74c3c;
    font-size: 13px;
    margin-top: 6px;
}

.register__consent .consent-error.visible {
    display: block;
}

.register__button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Добавьте эти стили для центрирования всех полей */
.bx-auth-reg form {
    max-width: 500px;
    margin: 0 auto;
}

.register__label {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.register__input {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.register__button {
    display: block;
    margin: 20px auto;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/main.register/nude/style.css?17727205522022 */
