

/* Start:/local/templates/.default/components/bitrix/system.auth.registration/.default/style.css?1787748576991*/
.accepted-with-docs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-align: left;
    margin-bottom: 12px;
}

.accepted-with-docs .registration-body__field-error {
    margin-bottom: 0;
}

.accepted-with-docs input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.accepted-with-docs input[type="checkbox"]:checked+label::before {
    background-image: url('/local/templates/.default/components/bitrix/system.auth.registration/.default/./check-mark.svg');
}

.accepted-with-docs label {
    display: inline-block;
    cursor: pointer;
	padding-left: 40px;
	min-height: 32px;
}

.accepted-with-docs label::before {
	content: '';
	width: 24px;
	height: 24px;
	min-width: 12px;
	border: 1px solid black;
	display: block;
	position: absolute;
	margin-right: 16px;
	margin-left: -40px;
	padding: 2px;
	border-radius: 2px;
	font-size: 7px;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: .2s ease-in-out;
}
/* End */
/* /local/templates/.default/components/bitrix/system.auth.registration/.default/style.css?1787748576991 */
