When regular text fields are clicked into (inside a form) the border glows orange, however this is not the same for email fields. I think you need to add this to your CSS: ``` input.form-email:focus { border-color: #ef951d; } ```
When regular text fields are clicked into (inside a form) the border glows orange, however this is not the same for email fields.
I think you need to add this to your CSS: