
/* NEW FORM */


.wrap-form .form_title{
	margin-top: 13px !important;
	text-align: center;
}


.wrap-form .form_desc{
	text-align: center;
}



.wrap-form:not(.horizontal-form) {
	max-width: 425px;
	padding: 16px 25px 25px;
	border: 6px solid rgba(27, 107, 160, 0.35) !important;
	border-radius: 14px;
}


/* Input */
form input:not([type="submit"], [type="checkbox"]), textarea#message{
	min-height: 40px;
	padding: 0 10px 0 10px;
	margin: 6px 0;
	border-color: #7d9db3 !important;
	color: #4f4f4f;
	width: 100%;
}

textarea#message{
	min-height: 100px;
	padding: 10px;
}


.form_desc {
	margin-top: 3px;
}


.get_privacy_text {
	opacity: 1 !important;
}

.get_privacy_text span.underline{
	text-decoration: underline;
	text-transform: lowercase;
	color:#51a5ee;
	-webkit-font-smoothing: auto;
	margin-top:3px;
}

/*.get_privacy_text span.one{
	display: block;
	color: #005792;
	margin-bottom: 5px;
	-webkit-font-smoothing: auto;
}*/


.wrap-form .btn_group {
	flex-direction: column !important;
	align-items: center;
	margin-top: 30px !important;
}

.wrap-form .agreement {
	margin-bottom: unset !important;
	margin-top: 15px;
	justify-content: center;
   text-align: center;
}

.for_email_responce{text-align: center; color: #005792; color: #f44336;}
::placeholder { opacity:0.7; }
