/* Переопределяем стандартные стили Bitrix для кастомной авторизации */

/* Скрываем стандартные элементы только на странице с кастомным шаблоном */
body:has(.custom-auth-wrapper) .log-main-table {
	background: none !important;
	padding: 0 !important;
}

body:has(.custom-auth-wrapper) .log-top-cell,
body:has(.custom-auth-wrapper) .log-bottom-cell {
	display: none !important;
}

body:has(.custom-auth-wrapper) .log-main-cell {
	height: 100vh !important;
	padding: 0 !important;
}

body:has(.custom-auth-wrapper) .log-popup-wrap {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body:has(.custom-auth-wrapper) .log-popup {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
}

/* Импортируем наши кастомные стили */
@import url('./components/bitrix/system.auth.authorize/.default/style.css');


