Change background transparency on any form field
<style> .email-form .input-holder .field-element input, textarea, select { rgba(255, 255, 255, 0.5) !important; } <style>