.required::after {
    content: ' ';
}
.required label::after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: .25rem;
    font-weight: 700;
}
.help-block {
    color: #f1416c;
}