/*! Place your custom styles here */
.contact-form .input-error {
	color: #d00 !important;
	border-color: #d00 !important;
}
.contact-form .input-error::-moz-placeholder {
	color: inherit;
}
.contact-form .input-error:-ms-input-placeholder {
	color: inherit;
}
.contact-form .input-error::-webkit-input-placeholder {
	color: inherit;
}
.contact-form input:invalid {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-message {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #5bc0be;
	margin-top: 1em;
}
.modal-container .modal-content {
	overflow-y: auto;
}
@media (max-width: 767px) {
/*
	.main-container .imagebg {
		height: 100vh;
	}
*/
	html, body, .main-container, .main-container .imagebg {
		height: 100%;
	}
    .main-container .pos-vertical-center {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}