﻿span.text-danger.field-validation-error {
    position: absolute;
    bottom: -5px;
    left: 10px;
    background: red;
    color: white;
    padding: 0px 2px;
    animation: all 0.2s;
}
