My HTML has a class called .required that is assigned to required fields.
.required
Here is the HTML:
.form-group .required .control-label:after should probably be .form-group.required .control-label:after. The removal of the space between .form-group and .required is the change.
.form-group .required .control-label:after
.form-group.required .control-label:after