.control-label.required:after {
    content: ' *';
    color: red;
    vertical-align: super;
    font-size: smaller;
}

.control-group .help-inline,
.control-group .help-block {
    font-size: 13px;
}
.control-group.error > label.control-label {
    color: inherit;
}
