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

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

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

span.vm-validator-error-message {
    font-size: 14px !important;
}
