.formError{
    border:1px solid red!important;
}

input[type="checkbox"].formError{
    outline: 1px solid red;
}
