.form-label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}