-2
I’ll answer because the problem is simple, but please get used to at all times create an example, minimum, complete and verifiable and not just point the link to your website.
All the inputs[type="text"]
are in left margin of 5 pixels.
You can solve this by creating a new class with margin-left: 0
and apply this class to your input.
Copy the relevant code snippet here instead of putting the link creating a [MCVE] that reproduces the problem, so you don’t run the risk of being marked as spam.
– Bacco