﻿
.required::after {
    content: " *";
    color: red;
    font-weight: bold;
    font-size: 1.3em;
}
