.error{
	  border-color: red !important;
	  color: red;
	  display: inline-block !important;
}
.valid{
	border-color: #e1e1e1;
}