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 %}