I'm having trouble aligning an input in a form to the center. Even though I have included display: block
in the CSS, using margin-left:auto
and margin-right: auto
is not yielding the desired result.
To illustrate the issue more clearly, I've created a JSFiddle for reference: http://jsfiddle.net/XnKDQ/97/