label.required:before {
    content: "* ";
    color: red;
}

.white-bg {
    background-color: white;
}

