.buttonSection
{
background-size: cover;
height: 100%;
max-height: 1000px;
}
.form {
left: 50%;
position: absolute;
transform: translateX(-50%);
}
<div class="clear"></div>
.clear {
clear:both;
font-size:0;
overflow:hidden; /* тройной презерватив для IE */
}