For some reason, my HTML text boxes are not centering. When I view them both on my desktop and on my mobile device, they show up differently. One is stretched while the other is
What text-box are you talking about?
If you are talking about the two input elements so why do you have on the wrapping div text-align: left? if you want it centered the containing element must be aligned to the center.
If you want the text inside the input to be centered you must put text-align: center in the input style, the position: center does not exist in css. (Example on "First Name" for text-align: center)
Offer Ends In: