/*
*
* Backpack Crud / Form
*
*/

.form-group.required label:not(:empty)::after {
    content: ' *';
    color: #ff0000;
}
