

/* Start:/local/templates/and_asia/components/bitrix/system.auth.authorize/flat/style.css?1768556468887*/
.auth_main-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.bx-header, .bx-footer, .bx-aside-nav-control {
	display: none !important;
}
.bx-authform {
	min-width: 30%;
}
.bx-authform-link-container { 
    display: flex;
    gap: 10px;
    justify-content: end;
}

.auth_main {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80vh;
}
.remember_block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

.bx-authform input[name="USER_LOGIN"], .bx-authform input[name="USER_PASSWORD"] {
	border: 0;
	border-bottom: 1px solid #000000;
	border-radius: 0;
	outline: 0;
	background: transparent;
}
.bx-authform input[type="submit"] {
	padding: 10px 0;
	background: #333333;
	color: #fff;
	width: 100%;
	border: 0;
	border-radius: 0;
	outline: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/* End */
/* /local/templates/and_asia/components/bitrix/system.auth.authorize/flat/style.css?1768556468887 */
