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:
You want the three forms together to be aligned in the center? Wrap them in a single div and center that div instead.