body {
    background-color: skyblue;
}

.form-label.required::after {
    content: " *"; /* Add a space before the asterisk for spacing */
    color: red;
}