input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #28a745;
    background-color: #e8fadf;
    border: 1px solid #d4f5c3;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #dc3545;
    background-color: #ffe0db;
    border: 1px solid #ffc5bb;
}

.parsley-errors-list {
    padding: 0;
    list-style-type: none;
    font-size: 0.7em;
    line-height: 1em;
    opacity: 0;
    color: #dc3545;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    margin-top: 5px;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.parsley-required, .parsley-type, .parsley-length, .parsley-minlength, .parsley-equalto,
.parsley-remote, .parsley-pattern, .parsley-maxlength, .parsley-min{
    margin-top: 5px;
    font-weight: 400;
}
