Easiest thing to do is to place a wrapper div around the form when you place it on your page and target that css class and the element types like .form-wrapper input[type="text"] { your style }
Lastly, there's a good chance you have something else overriding that selector so you may have to dig deep into your css or inspector to find it.