.hideInput,
input.hideInput {
    display: none !important;
}

#appformPageElement input:has(+ .appformError) {
    margin-bottom: 0;
}