label.error {
    font-size: 11px !important;
}


/* alert msgs starts here */
.alert-box {
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 12px;
    font-size: 16px;
  }
  
  .alert-box.alert-success {
    background-color: rgba(227, 253, 235, 1);
    border-color: rgba(38, 179, 3, 1);
    color: rgba(60, 118, 61, 1);
  }
  
  .alert-box.alert-info {
    background-color: rgba(217, 237, 247, 1);
    color: rgba(49, 112, 143, 1);
    border-color: rgba(126, 182, 193, 1);
  }
  /* alert msgs ends here */ 
  
  input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="tel"].error, textarea.error {
    border-color: red !important;
  }

  .text-danger{
    color: red !important;
  }
  
  label.error{
    color: red !important;
  }