.ui-form {
  max-width: 420px;
  margin: 0 auto;

  @include ui-from($ui-bp-desktop) {
    max-width: 608px;
  }
}
