
/*# sourceMappingURL=custom.min.css.map */
.form-group{
  margin-bottom: 15px !important;
}

.badge-success{
  background-color: #4BB543 !important;
}

.badge-danger{
  background-color: #de0f0f !important;
}

.badge-warning{
  background-color: #deb50f !important;
}

.required label:after { 
  content:"*";
  color:red;
}

i{
  font-size: 17px;
}