.acfw-checkout-form-button-field {
  margin: 0;

  &:after {
    content: "";
    display: table;
    clear: both;
  }

  .form-row-last {
    label {
      display: none;
    }

    .button {
      width: 100%;
    }
  }
}
