

/* Start:/local/templates/main/components/bitrix/system.auth.form/auth/style.css?17764350532756*/
.auth-simple {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.auth-simple__inner {
	width: 100%;
	max-width: 560px;
	padding: 28px;
	border: 1px solid #c8ced8;
	border-radius: 12px;
	background: #fff;
}

.auth-simple__alert {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.35;
}

.auth-simple__title {
	margin: 0 0 18px;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	color: #344054;
}

.auth-simple__form {
	margin: 0;
}

.auth-simple__field {
	margin-bottom: 16px;
}

.auth-simple__label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.2;
	color: #a0a6b1;
}

.auth-simple__input {
	display: block;
	width: 100%;
	height: 52px;
	padding: 0 16px;
	border: 1px solid #c8ced8;
	border-radius: 8px;
	background: #fff;
	font-size: 16px;
	line-height: 1.2;
	color: #344054;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.auth-simple__input:focus {
	border-color: #2685da;
	box-shadow: 0 0 0 3px rgba(38, 133, 218, 0.15);
}

.auth-simple__remember {
	margin: -2px 0 16px;
}

.auth-simple__remember .form-check-label {
	font-size: 14px;
	line-height: 1.2;
	color: #344054;
}

.auth-simple__captcha {
	display: block;
	margin: 0 0 10px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
}

.auth-simple__submit.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	height: 52px;
	padding: 0 24px;
	border: 0;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	background: #2486de;
	color: #fff;
}

.auth-simple__submit.btn:hover,
.auth-simple__submit.btn:focus,
.auth-simple__submit.btn:active {
	background: #1b73c1;
	color: #fff;
}

.auth-simple__links {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 16px;
}

.auth-simple__links a {
	font-size: 14px;
	line-height: 1.2;
	color: #177bd3;
	text-decoration: none;
}

.auth-simple__social {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #eaecf0;
}

.auth-simple__social-title {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #344054;
}

.auth-simple__authorized {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.auth-simple__user-name {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #344054;
}

.auth-simple__user-login {
	font-size: 14px;
	line-height: 1.2;
	color: #98a2b3;
}

.auth-simple__profile-link.btn {
	height: 44px;
	padding: 0 16px;
	border-radius: 8px;
}

.auth-simple__remember {
	margin-bottom: 15px !important;
}

@media (max-width: 767.98px) {
	.auth-simple__inner {
		padding: 20px;
	}

	.auth-simple__title {
		font-size: 22px;
	}

	.auth-simple__submit.btn {
		width: 100%;
	}
}
/* End */
/* /local/templates/main/components/bitrix/system.auth.form/auth/style.css?17764350532756 */
