div.home-banner-form {
	width: 25.375rem;
	background: #ffffff;
	padding: 3rem 0 0;
	border-radius: 0.5rem;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

div.home-banner-form h3,
div.home-banner-form .div-h3 {
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

div.home-banner-form form {
	margin-top: 2rem;
	padding: 0 3.4375rem;
}

div.home-banner-form form .form-row:not(:first-child) {
	margin: 1.5rem 0 0;
}

div.home-banner-form form input:not([type="submit"], [type="checkbox"], [type="radio"]) {
	width: 100%;
	border: 1px solid #EEEDED;
	border-radius: 0.25rem;
	height: 3rem;
	padding: 0 1rem;
	color: #030303;
	font-weight: 500;
}

@media (max-width: 834px) {

	div.home-banner-form form input:not([type="submit"], [type="checkbox"], [type="radio"]) {
		font-size: 1.125rem;
	}
}

div.home-banner-form form > input {
	display: block;
	text-align: center;
	margin: 2rem auto 2.5rem;
	padding: 0.5rem 1rem;
	border-radius: 0.25rem;
	border: 1px solid #FFD100;
	background: transparent;
	font-weight: 500;
	font-size: 0.875rem;
	color: #030303;
	text-align: center;
	line-height: 1.7;
	transition: all 0.1s linear;
}

div.home-banner-form form > input:hover {
	background: #FFD100;
}

div.home-banner-form button.mfp-close {
	line-height: 1;
	width: 1.5rem;
	height: 1.5rem;
	opacity: 0.1;
	top: 1rem;
	right: 1rem;
	transition: all 0.1s linear;
}

div.home-banner-form button.mfp-close:hover {
	opacity: 1;
}

.error_banner input {
	border-color: #C5292A !important;
	}

.error_banner::after {
	mask: url(/local/templates/bardhal/images/icons/error.svg) no-repeat center center/cover;
	background: #C5292A;
	width: 1.5rem;
	height: 1.5rem;
}

div.home-banner-form .errortext {
	display: block;
	background: #C5292A;
	color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
}

@media (max-width: 834px) {
	div.home-banner-form .errortext {
		font-size: 1rem;
	}
}

.form-required
{
	color: red;
}

div.home-banner-form .success_message {
	font-size: 1.4rem;
	margin-top: 0;
	margin-left: 1.5rem;
	margin-bottom: 3rem;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}

@media (max-width: 834px) {

	div.home-banner-form {
		width: 100%;
	}

}