.parsley-error-box{
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
}
.vc-p_r{
    position: relative;
}
.parsley-errors-list {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    clear: both;
}

.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #f96a74;
    padding-left: 0;
    position: relative; }

input.parsley-error{
    border-color: #f96a74;
}
input.parsley-error,textarea.parsley-error{
    border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
input.parsley-error:focus,textarea.parsley-error:focus{
    border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}