@import "bootstrap/dist/css/bootstrap.min.css";
label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}