

/* Start:/local/templates/calculator/components/bitrix/system.auth.form/.default/style.css?1776231265994*/
.auth-form {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 90vh;
	max-width: 90vw;
	
}
.auth-form__top {
	text-align: center;
}
.auth-form__container {
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 5px 20px 0 rgba(63, 60, 88, 0.20);
	background: #fff;
	width: 370px;
	max-width: 100%;
}
.auth-form__head {
	text-transform: uppercase;
	font-size: 40px;
	margin: 0px 0px 15px 0px;
}
.auth-form__text {
	font-size: 16px;
	line-height: 22px;
	margin: 0px 0px 30px 0px;
}
.auth-form__input {
	margin: 0px 0px 20px 0px;
}
.auth-form__input:last-child {
	margin: 0px 0px 0px 0px;
}
.auth-form__buttton {
	width: auto;
	margin: 30px auto 0;
}
.auth-form__input-container {
	position: relative;
}
.auth-form__input input {
	padding-left: 40px;
}
.auth-form__input-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
.bx-system-auth-form .errortext {
	text-align: center;
	margin: 0px 0px 20px 0px;
	display: block;
}
/* End */
/* /local/templates/calculator/components/bitrix/system.auth.form/.default/style.css?1776231265994 */
