SyntaxFix
Write A Post
Hire A Developer
Questions
Can't you style the forms themselves? Then, style the divs accordingly.
form { /* styles */ }
You can always overrule inherited styles by making it important:
form { /* styles */ !important }