input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: darkgreen !important;
    border: 1px solid green !important;
    box-shadow: 0 0 10px 0 #73d573 !important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: darkred !important;
    border: 1px solid red !important;
    box-shadow: 0 0 10px 0 #ff7f7f !important;

}

.parsley-errors-list {
    margin: 10px 0 10px 0px;
    padding: 0;
    list-style-type: none;
    font-size: 1em;
    line-height: 0.9em;
    opacity: 0;
    color: red;
    transition: all .3s ease;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    float: none !important;
}

.parsley-errors-list.filled {
    opacity: 1;

}
