How can I add a border to the email input field in my form?

I am having trouble getting a border around the email input field. I would like it to be the same as the password fields border. I have tried different variations of code both in the theme files and in the theme editor via custom CSS but neither have been successful. Any help would be highly appreciated! This is the current page and code:


        {% form 'customer_login' %}

          # {{ 'customer.login.title' | t }}

          {%- if form.errors -%}
            
              {{ form.errors | default_errors }}
            

          {%- endif -%}

          
          

          {% if form.password_needed %}
            
            
          {% endif %}

          

            {% if form.password_needed %}
              

{{ 'customer.login.forgot_password' | t }}

            {% endif %}
          

              
            

            
            

@biznazz101 - can you please share this page link?

Hi @biznazz101 ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved.

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Hope you find my answer helpful!

Kind & Best regards,
GemPages Support Team.