body{
   font-family: Arial Narrow,Arial,sans-serif; 
   background-color: #cccccc4d;
  }
  label{
    color: #4a4a4ad1 !important;
        font-size: 14px !important;
  }
  .nv{
    background-color: #00a393;
  }
  .hname{
    color: #fff;
    font-size: 20px;
  }
  .reg{
    color: #00a393;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  hr.hr{
    /*padding-left: 15px;*/
    border: 1px solid #00a393;
    color: #00a393;
  }
  hr.sb{
    border: 1px solid #ccc;
  }
  .cards{
    border: 1px solid #ccc;
    padding: 15px;
    /*margin-bottom: 50px;*/
    background-color: #fff;
  }
  .su-hd{
    font-size: 16px;
    color: #0000009c;
  }
  #regst{
    float:left;
  }
  #back{
    float:right;border: 1px solid #00a393; padding: 1px 5px 1px 5px; border-radius: 5px;
  }
  .btn-success {
    color: #fff;
    background-color: #00a393 !important;
    border-color: #00a393 !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00a393 !important;
    outline: 0;
     box-shadow: none !important; 
}
.form-control {
    font-size: 0.8rem !important;
    color: #000 !important;
    }

.input-group-text {
    font-size: 0.8rem !important;
    color: #49505770 !important;
  }
.mb-3 {
    margin-bottom: 0.3rem!important;
}
.required{
      color: #ea4343;
}