You've not wrapped the 'contact' page content within 'container' div.
Add:
<div class="container">
all the way before beginning "sidebar1" and close it with </div> just before </body> tag.
Your container is the one that defines 'margin: 0 auto;' that centers your content.