/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

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