#form-forgot-password-container {
	width: 100%;
}
.forgot-password {
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	width: 100%;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	text-align: center;
	margin: 0;
}
.block-tel-email {
	background-color: #fff;
	width: 100%;
}
.input-forgot {
	width: 100%;
	margin: 0;
	display: block;
	padding: 12px 12px 9px;
	font-size: 26px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	box-sizing: border-box;
	border-radius: 8px;
}
.form-label {
	position: absolute;
	top: 9px;
	left: 5px;
	padding: 0 5px;
	font-size: 20px;
	color: #a9a9a9;
	background-color: #fff;
}
.input:not(:placeholder-shown) ~ .form-label,
.input:focus ~ .form-label,
.input-pas:not(:placeholder-shown) ~ .form-label,
.input-pas:focus ~ .form-label {
	top: -12px;
	font-size: 12px;
	left: 10px;
	transition: all 0.3s;
}
.button-show {
	display: block;
	padding: 10px 25px 9px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 26px;
	background: #a7b0b9e3;
	transition: background 0.4s ease-in-out;
	border-radius: 8px;
}
.button-show:hover {
	background-color: #2c659be3;
}
.preloader-img {
	display: block;
	height: 80px;
	width: 80px;
	margin: 5px auto;
}
.load,
.masssage-ok {
	display: block;
	font-size: 20px;
	text-align: center;
}

