
label.required:after {
    color:red;
    content: "*";
}
.col-form-label {
  display: block;
  margin-bottom: .25rem;
}