How can I make my email background transparent?

I want to remove the background of the part where the email is written. I want it to be transparent. Please help me.

Thanks.

https://lepus-theme.myshopify.com/

Pass: 1234

@KetanKumar @PageFly-Victor

Hello @Ganara :waving_hand:

Inside Shopify Admin you can go to Themes, Edit code, open file base.css and add this code snippet at the bottom

#contact_form input[name="contact[email]"] {
background-color: transparent !important;
}

The result

Hope that helps!

Thank you very much :))