

/* Start:/local/templates/main/components/bitrix/system.auth.forgotpasswd/forgotpasswd/style.css?17764331293952*/
.forgot-simple {
	padding: 24px 0 8px;
}

.forgot-simple__card {
	padding: 32px;
	border: 1px solid #c8ced8;
	border-radius: 12px;
	background: #fff;
}

.forgot-simple__alert {
	margin-bottom: 16px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.4;
}

.forgot-simple__title {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 1.05;
	font-weight: 700;
	color: #2f3d59;
}

.forgot-simple__section-title {
	margin: 28px 0 12px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #2f3d59;
}

.forgot-simple__form {
	margin: 0;
}

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

.forgot-simple__required {
	margin-right: 4px;
	color: #e11d48;
}

.forgot-simple__input,
.forgot-simple__card input[type="text"],
.forgot-simple__card input[type="email"],
.forgot-simple__card input[type="password"],
.forgot-simple__card input[type="tel"],
.forgot-simple__card textarea,
.forgot-simple__card select {
	display: block;
	width: 100%;
	min-height: 52px;
	padding: 0 18px;
	border: 1px solid #c8ced8;
	border-radius: 8px;
	background: #fff;
	font-size: 18px;
	line-height: 1.3;
	color: #344054;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.forgot-simple__input:focus,
.forgot-simple__card input[type="text"]:focus,
.forgot-simple__card input[type="email"]:focus,
.forgot-simple__card input[type="password"]:focus,
.forgot-simple__card input[type="tel"]:focus,
.forgot-simple__card textarea:focus,
.forgot-simple__card select:focus {
	border-color: #2685da;
	box-shadow: 0 0 0 3px rgba(38, 133, 218, 0.15);
}

.forgot-simple__hint {
	margin: 0;
	font-size: 20px;
	line-height: 1.35;
	color: #98a2b3;
}

.forgot-simple__hint--inline {
	margin-top: 8px;
	font-size: 13px;
}

.forgot-simple__captcha-row {
	align-items: flex-start;
}

.forgot-simple__captcha-col {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 56px;
	padding-top: 28px;
	padding-left: 0;
}

.forgot-simple__captcha {
	display: block;
	max-width: 100%;
	height: 40px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #fff;
}

.forgot-simple__actions {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

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

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

.forgot-simple__bottom-link {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.4;
	color: #667085;
}

.forgot-simple__bottom-link a {
	color: #177bd3;
	text-decoration: none;
	font-weight: 600;
}

@media (max-width: 991.98px) {
	.forgot-simple__card {
		padding: 24px;
	}

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

	.forgot-simple__section-title {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.forgot-simple {
		padding-top: 16px;
	}

	.forgot-simple__card {
		padding: 18px;
		border-radius: 10px;
	}

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

	.forgot-simple__section-title {
		margin-top: 20px;
		font-size: 18px;
	}

	.forgot-simple__label {
		font-size: 14px;
	}

	.forgot-simple__input,
	.forgot-simple__card input[type="text"],
	.forgot-simple__card input[type="email"],
	.forgot-simple__card input[type="password"],
	.forgot-simple__card input[type="tel"],
	.forgot-simple__card textarea,
	.forgot-simple__card select {
		min-height: 50px;
		padding: 0 14px;
		font-size: 16px;
	}

	.forgot-simple__actions {
		margin-top: 18px;
	}

	.forgot-simple__submit.btn {
		width: 100%;
		min-width: 0;
		height: 50px;
		font-size: 16px;
	}

	.forgot-simple__captcha-col {
		align-items: flex-start;
		justify-content: flex-start;
		min-height: 0;
		padding-top: 0;
	}
}

/* End */
/* /local/templates/main/components/bitrix/system.auth.forgotpasswd/forgotpasswd/style.css?17764331293952 */
