.errmsg{color: #f00 !important; font-size: 12px; width: 100%; display: none; margin-top: 7px;}
.errmsg.errmsgshow{display: block; }
.gosubmit:disabled{opacity: 0.5;}
.inputerror{
    border-color: #f00;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
