label.error{
    display: none !important;
}
label.error[for="pers"]{
    display: inline-block !important;
    color: #D72024 !important;
}
.form-control.error,
.custom-select.error{
    border-color: #D72024 !important;
}