.required-field::after {
    content: "*";
    color: red;
    margin-right: 4px;
    margin-left: 4px;
}
