.requiredField {
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #d46868;
    float: left;
    margin: 2px;
}

.requiredField:before {
    content: "\f069";
}