.errorbox {
    width: 100%;
    /* margin-top: .25rem; */
    font-size: 80%;
    color: #dc3545;
    position: absolute;
}
 

.xrequired:before {
    content: '* ';
    color: red;
}