﻿.required::after {
    content: "*";
    color: red;
}

.note {
    color: green;
}

.alertNote
{
    color:red;
}
