.form-required::after {
    content: " *";
    color: #e3342f;
    font-weight: bold;
    margin-left: 2px;
}
