ul.parsley-errors-list {
    /*background:rgba(255,0,0,.8);*/
    list-style-type: none!important;
    padding-inline-start:5px!important;
    color:rgba(255,0,0,.8);
}

input.parsley-error {
    border-color:rgba(255,0,0,.8)!important;
}