
/* appends a red * after the label text */
.required:before {
  color: red;
  content: '* ';
}

.help-block {
  font-size: 11px;
}