
.has-error  label {
	color : #e73d4a;
}
.checkbox-error  label {
	color : #e73d4a;
}
 .has-error .select-dropdown{
   	border-color: #e73d4a !important;
}
 .has-error {
	color : #e73d4a;
	font-size: 0.8rem;
}
.error-msg{
	color : #e73d4a;
	font-size: 0.8rem;
}
.valid-msg{
	color : #e73d4a;
	font-size: 0.8rem;
}
.date-errormsg{
	color : #e73d4a;
    font-size: 0.8rem;	
}
.has-errorborder input{
     	border-color: #e73d4a !important;
}



/* for check box set required in label also*/ 
input[class*="has-error"] + label {
  color:red !important;
}
 .requiredStar{
 	color : #e73d4a;
 }


.checkbox-error > input + label::after {
     border:2px solid red !important; 
} 