label {
    font-size: 1.2rem;
    color: #000000;
    font-family: 'Verdana', sans-serif;
}
label.red {
    color: #fc0808;
}
label.mandatory::before {content: "* "; color: red;}
