.webform-submission-form .form-actions 
{
  height: 10em;
  position: relative;
}

.webform-submission-form .button 
{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3em;
}

