﻿input.parsley-error {
    /*color: #000 !important;
    background-color: #F2DEDE !important;*/
    border: 1px solid red !important;
}

select.parsley-error {
    /*color: #000 !important;
    background-color: #F2DEDE !important;*/
    border: 1px solid red !important;
}


TextArea.parsley-error {
    /*color: #000 !important;
    background-color: #F2DEDE !important;*/
    border: 1px solid red !important;
}

.parsley-errors-list.filled, .parsley-errors-list > li {
    display: block;
}

.parsley-errors-list {
    margin: .25rem 0;
    padding: 0;
    display: none;
    width: 100%;
    color: red;
}
