.auth_form_ob{
	display:flex;
	position:fixed;
	align-items:center;
	justify-content:center;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.5);
	visibility:hidden;
	transition:0.2s;
	opacity:0;
}

.auth_form_ob.act{
	visibility:visible;
	opacity:1;
}

.auth_form_close{
	position:absolute;
	width:21px;
	height:21px;
	background:url('/bitrix/templates/.default/components/bitrix/system.auth.form/auth_new/images/close.svg') center center no-repeat;
	background-size:contain;
	cursor:pointer;
	right:8px;
	top:8px;
}

.auth_form{
	position:relative;
	font-family: DINPro;
	max-width:350px;
	min-height:378px;
	width:100%;
	background:#FFFFFF;
	padding:30px;
	display:flex;
	flex-direction:column;
}

.auth_form_tabs{
	display:flex;
	width:100%;
	align-items:center;
	border-bottom:1px solid #999999;
}

.auth_form_tab_delimeter{
	width:1px;
	height:26px;
	background:#999999;
}

.auth_form_tab{
	font-weight:300;
	height:40px;
	flex:1 1;
	display:flex;
	cursor:pointer;
	align-items:center;
	justify-content:center;
	color:#66788A;
	font-size:21px;
	position:relative;
}

.auth_form_tab.act{
	color:#000000;
}

#auth_form_result_reg{
	color:#000;
	font-size:16px;
}

.auth_form_tab.act::after{
	content:"";
	position:absolute;
	bottom:-3px;
	height:3px;
	width:100%;
	left:0;
	background:#1665D8;
}

.auth_form_tabs_content{
	display:none;
}

.auth_form_tabs_content.act{
	display:flex;
	flex:1 1;
}

.auth_form_form{
	display:flex;
	width: 100%;
}

.auth_form_form_in{
	width: 100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	gap:20px;
}

.auth_form_form_top{
	margin-top:20px;
}

.auth_form_label{
	font-size:14px;
	height:30px;
	display:flex;
	align-items:center;
	color:#66788A;
}

.auth_form_input input{
	height:40px;
	width:100%;
	border:1px solid #999999;
	font-size:16px;
	font-family: DINPro;
	padding-left:14px;
	padding-right:14px;
	color:#66788A;
}

.auth_form_remember_forgot{
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items:center;
	gap:40px;
}

.auth_form_forgot_ob a.auth_form_forgot{
	font-size:14px;
	color:#0057B7;
}

.auth_form_forgot_ob{
	display:flex;
}

.auth_form_remember{
	display:flex;
	align-items:center;
	gap:16px;
}

.auth_form_remember input{
	width:18px;
	height:18px;	
}

.auth_form_remember label{
	font-size:14px;
	color:#000;
}

.auth_form_button{
	margin-top:30px;
	display:flex;
	width:100%;
	height:40px;
	align-items:center;
	justify-content:center;
	color:#ffffff;
	transition:0.3s;
	background:#0EA2FF;
	font-size:18px;
	font-weight:300;
	border:none;
}

.auth_form_button:hover{
	background:#0057B7;
}

.auth_form_result{
	margin-top:10px;
}

#auth-error {
   color: red;
   margin-top: 10px;
   text-align: center;
}

.auth_form_personal{
	font-size: 12px;
	color:#000000;
}

.auth_form_timer{
	margin-top: 30px;
    color: #818181;
    font-size: 12px;
    text-align: center;
}

.auth_form_personal a{
	color:#0057B7!important;
}

.hidden_el {
	display: none;
}
