Line numbers are taken from the original script. They may vary if you've made changes.
/tmpl_nightclub/css/style.css
Background
.bx-def-bc-padding Change line 351
background: rgba(0,0,0,0.9); to whatever. You can use hex: #000000; if you don't want a transparent colour. I'm using: #1e1e1e;
Form Boxes:
.form_input_text, .form_input_textarea,
Change line 923 background-colour: rgba(0,0,0,0.05); (That's what I'm using)
Font:
I'm not sure, but the font may be used elsewhere, so changing it here will change it in other forms.
If you want to try, the font colour is on line 924.
Just ask if you want to know anything else.