input.parsley-error, select.parsley-error
{

	color: #B94A48 !important;
	background-color: #fff4f4 !important;
	border: 1px solid #FF5A72 !important;
}
textarea:hover,
select:hover,
input[type="text"]:hover,
textarea:active,
input[type="text"]:active,
textarea:focus,
select:active,
select:focus,
input[type="text"]:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
	outline:0px !important;
	-webkit-appearance:none;
	box-shadow: none !important;
}
