/*Error inputs*/
.error-input{
	border: #ff3737 1px  solid !important;
	/*border-style: solid !important;*/
	/*border-color: #ff3737 !important;
	border-style: solid !important;*/
}
.contact-form{
	position: relative;
}
.g-recaptcha{
	margin-top: 10px;
}

.error{
	font-size: 14px;
	color: #ff3737;
}

.feedback_response{
	/*position: absolute;*/
	width: 100%;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
	font-size: 17px;
	transition: 1s;
	-webkit-transition: 1s;
	visibility: hidden;
	opacity: 1;
	left: 0;
	right:0;
	bottom: calc(100% + 5px);
}

.feedback_success{
	/*background: #13a913;*/
	padding: 10px 0;
	/*background: #13a913;*/
	background: #42b75b;
	visibility: visible;
	margin-bottom: 15px;
	opacity: 1;
}
.feedback_error{
	/*background: #ff3737;*/
	padding: 10px 0;
	margin-bottom: 15px;
	background: #ff3737;
	/*bottom: -40px;*/
	visibility: visible;
	opacity: 1;
}

.grecaptcha-badge{
	/*display: none;*/
	visibility: hidden;
}

