﻿.required-field::after {
    content: " *";
    color: #dc3545;
    margin-left: 2px
}
