﻿.requiredStar, .parsley-required, .parsley-errors-list, .angular-validation-error {
    color: #ff0000 !important;
}

.parsley-error {
    background-color: white;
}

.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 5px;
}
