.control-group.required label::after {
    display: inline-block;
    content: '(*)';
    color: red;
    line-height: 20px;
    margin-left: 8px;
}
