.errormsg, .required
{
    color: red !important;
}

.successmsg
{
    color: green !important;
}

.warningmsg
{
    color: #ffc107 !important;
}

.form-file-input
{
    padding-top: 7px;
}