I have an input in a form that I am trying to align in the center. Usually margin-left:auto and margin-right: auto fail to respond when display:
margin-left:auto
margin-right: auto
display:
in addition to specifying width and display block also check if the float property is set to none.