.errorTxt1{
    color: #FF4040;
}
.errorborder
{
 border:1px solid red !important;  
}

.form-group:not(.notcapital) input[type=text]:not(.notcapital) {
       
       text-transform: capitalize1;  // this will make all first latter to capital.
   }

   
.req:after 
    {
     content:"*";
     font-size:14px;
     color:#cc0000;
     padding-left:4px
    } // this is use if any field is mandatory for class=req.. as per below...it will add red * after start date by Amit

/*.school_val_error{
    color:red;
}*/

/*<div class="form-group">
  <label class="req" for="Event_event_start">Start Date</label>                                    
  
</div>*/
