On the login page there are font awesome icons in front of the input fields. In order to have a nice box border around both, I applied border property for both the icon and input field and removed the border-right and border-left respectively, so that it looks like a single box.
The issue I am facing now is when I switch to a mobile view, the border overlapping of both is clearly visible (please see the screenshot), but the desktop version looks good.
How can I resolve this border overlapping on mobile view?