Targeting css with bricks

hi i have a site im looking to develop for a client and their sighup page lives within a shortcode via a plugin so the design control is very limited is there a way i can target the elements within to style the form?

id like to start with the input boxes

http://www.manage.vivahosting.co.uk/order-form/?plan=1

Hi, you can target the elements with the developer tools. Right click > inspect element (on frontend) and you will get all the related classes + properties, which can be overridden with custom css.