.widget-braze-form .error {
  background-color: #ffffff;
  border-radius: 4px;
  margin: 30px;
  padding: 5px 10px; }
  .widget-braze-form .error .error-message {
    color: #F63440;
    font-family: "Grubhub-Sans-Bold";
    margin: 0; }
.widget-braze-form .form form {
  display: grid;
  grid-column-gap: 12px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto auto;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .widget-braze-form .form form {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto auto auto; } }
  .widget-braze-form .form form .form-input input {
    border: 2px solid #C9C9CA;
    border-radius: 3px;
    height: 43px;
    padding: 5px 10px;
    width: 100%; }
  .widget-braze-form .form form .form-input label {
    display: block;
    font-size: 17px;
    margin: 0.25rem 0; }
  .widget-braze-form .form form .first-name {
    grid-area: 1 / 1 / 2 / 2; }
    @media (min-width: 768px) {
      .widget-braze-form .form form .first-name {
        grid-area: 1 / 1 / 2 / 2; } }
  .widget-braze-form .form form .last-name {
    grid-area: 2 / 1 / 3 / 2; }
    @media (min-width: 768px) {
      .widget-braze-form .form form .last-name {
        grid-area: 1 / 2 / 2 / 3; } }
  .widget-braze-form .form form .disclaimer {
    grid-area: 3 / 1 / 4 / 2; }
    @media (min-width: 768px) {
      .widget-braze-form .form form .disclaimer {
        grid-area: 2 / 1 / 3 / 3; } }
    .widget-braze-form .form form .disclaimer p {
      font-size: 12px;
      line-height: 17px;
      margin: 12px auto;
      text-align: center; }
  .widget-braze-form .form form .email-address {
    grid-area: 4 / 1 / 5 / 2; }
    @media (min-width: 768px) {
      .widget-braze-form .form form .email-address {
        grid-area: 3 / 1 / 4 / 3; } }
  .widget-braze-form .form form .legal-checkboxes {
    display: flex;
    flex-direction: column;
    grid-area: 5 / 1 / 6 / 2;
    margin: 18px 0 12px; }
    @media (min-width: 768px) {
      .widget-braze-form .form form .legal-checkboxes {
        grid-area: 4 / 1 / 5 / 3; } }
    .widget-braze-form .form form .legal-checkboxes div {
      display: flex;
      flex-direction: row;
      margin-bottom: 6px; }
      .widget-braze-form .form form .legal-checkboxes div input {
        border: none;
        height: 16px;
        margin-right: 12px;
        width: 16px; }
      .widget-braze-form .form form .legal-checkboxes div label {
        font-size: 14px; }
        .widget-braze-form .form form .legal-checkboxes div label a {
          text-decoration: underline; }
  .widget-braze-form .form form .submit {
    grid-area: 6 / 1 / 7 / 1;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .widget-braze-form .form form .submit {
        grid-area: 5 / 1 / 6 / 3; } }
    .widget-braze-form .form form .submit input {
      background: #0070EB;
      border: none;
      border-radius: 4px;
      color: #ffffff;
      font-family: "Grubhub-Sans-Bold";
      font-size: 17px;
      height: 52px;
      text-align: center;
      width: 227px; }

/*# sourceMappingURL=style.css.map */
