how to remove white box outline from input subscription section - brooklyn theme

i want to remove the white outline from input box of subscription section to give cleaner look how can i remove this ? image below

@7kingodmsla ,

input#Email:focus-visible {
    outline: 0;
    border: 0;
}

Please Like and accept my solution!