.form-control.vm-validator-error, .vm-validator.vm-validator-error {
	border-color: #FF5722 !important;
	color: #FF5722 !important;
	/*background: transparent !important;*/
}

/*.form-control.vm-validator-error {
	border-color: #FF5722 !important;
	color: #FF5722 !important;
	background: #fff !important;
}*/

.text-danger {
	color: #ff5722 !important;
}

span.vm-validator-error-message {
	font-size: 81.25% !important;
}
