

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/system.auth.registration/custom/style.css?1770124989678*/
/* Используем общие стили из шаблона авторизации */
@import url('/local/templates/eshop_bootstrap_v4/components/bitrix/system.auth.authorize/custom/style.css');

/* Дополнительные стили для регистрации */
.custom-auth-card {
	max-width: 600px;
	margin: 0 auto;
}

/* Подсказки для полей */
.form-text {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: #6c757d;
}

/* Стили для необязательных полей */
.form-label:not(:has(.text-danger)) {
	opacity: 0.9;
}

/* Группировка полей */
.form-group + .form-group {
	position: relative;
}


/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/system.auth.registration/custom/style.css?1770124989678 */
