.papertrail-reg-form {
  padding: 60px 0px 60px 0px;
  .inside-headline {
    max-width: 555px;
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    div {
      margin: 0;
      font-size: 1.625rem;
      line-height: 1.5;
      font-weight: bold;
      text-align: center;
      color: #111111;
    }
  }
  .subheadline {
    max-width: 555px;
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    div {
      margin: 0;
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: normal;
      text-align: center;
      color: #111111;
    }
  }

  .headlines {
    padding-bottom: 1.25rem;
  }

  form {
    border-top: 5px solid #05498e;
    background-color: white;
    box-shadow: 0 0 3px 3px #eeeeee;
    padding: 1.25rem 1rem 2.5rem 1rem;
    max-width: 555px;
    margin: 0 auto;
  }

  .corp-field {
    position: relative;
  }

  .corp-field label.raised {
    display: block;
    color: #666666;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
  }

  .corp-field .asterisk {
    color: #e20a38;
  }

  .corp-field .placeholder {
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #666666;
    bottom: 18px;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

  .corp-field .placeholder::after {
    content: "*";
    color: #e20a38;
    position: absolute;
  }

  .corp-field:not(.selected) label.raised {
    visibility: hidden;
  }

  .corp-field.selected .placeholder {
    visibility: hidden;
  }

  .corp-field input[type],
  .corp-field select,
  .corp-field textarea {
    color: #111111;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #cccccc;
    transition: border-color 0.3s linear;
    padding: 0 1px 3px 1px;
    font-size: 16px;
    outline: none;
    font-family: inherit;
  }

  .corp-field.invalid input[type],
  .corp-field.invalid select,
  .corp-field.invalid textarea {
    border-color: #e20a38;
  }

  .corp-field input::placeholder {
    color: #666666;
  }

  .corp-field input:focus::placeholder,
  .corp-field textarea:focus::placeholder {
    color: transparent;
  }

  .corp-field input:focus,
  .corp-field textarea:focus {
    border-color: #111111;
    transition: border-color 0.3s linear;
  }

  .corp-field .x-icon {
    position: absolute;
    width: 8px;
    bottom: 50%;
    right: 0;
    fill: #e20a38;
  }

  .corp-field:not(.invalid) .x-icon {
    display: none;
  }

  .corp-field label.validation {
    color: #e20a38;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    display: block;
    padding-top: 1px;
    line-height: 12px;
  }

  .corp-field:not(.invalid) label.validation {
    visibility: hidden;
  }

  .validation-spinner {
    position: absolute;
    top: -5px;
    right: 0;
    width: 45px;
  }

  .corp-field:not(.loading) .validation-spinner {
    display: none;
  }

  .corp-field select {
    appearance: none;
  }

  .corp-field .dropdown-icon {
    width: 10px;
    position: absolute;
    right: 0;
    bottom: 20px;
    fill: #a1a1a1;
  }

  .corp-field.invalid .dropdown-icon {
    display: none;
  }

  [data-country]:not(.country-matches),
  [data-country-exclude]:not(.country-matches) {
    display: none;
  }

  .corp-field textarea {
    height: 80px;
    resize: vertical;
  }

  .opt-in {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding-top: 18px;
    padding-bottom: 12px;
  }

  .opt-in span {
    font-size: 12px;
    color: #666666;
  }

  .opt-in input {
    accent-color: #00a0be;
    margin: 0;
    transform: translateY(4px);
  }

  .ssa {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding-top: 12px;
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    div {
      margin: 0;
    }
  }

  .ssa span {
    font-size: 12px;
    color: #666666;
  }

  .ssa input {
    accent-color: #00a0be;
    margin: 0;
    transform: translateY(4px);
  }

  .terms-text p {
    color: #666666;
    font-size: 12px;
    margin: 0;
    padding-top: 26px;
  }

  .terms-text a,
  .ssa a {
    color: #006482;
    cursor: pointer;
  }

  .terms-text a:hover,
  .ssa a:hover {
    text-decoration-thickness: 2px;
  }

  .submit-buttons {
    text-align: center;
    padding-top: 45px;
    display: flex;
    justify-content: center;

    button:disabled {
      background-color: #cccccc;
      cursor: not-allowed;
    }
  }

  form:not(.submitting) .submit-spinner {
    display: none;
  }

  .submit-spinner {
    display: flex;
    gap: 16px;
    align-items: center;

    svg {
      height: 16px;
      width: 16px;
    }
  }

  form.submitting .submit-desktop {
    display: none;
  }

  ::backdrop {
    background: rgba(0, 0, 0, 0.6);
    padding: 0 20px;
  }

  dialog {
    padding: 0;
    border: 0;
  }

  dialog .wrap {
    max-width: 550px;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    padding: 70px 30px 40px 30px;
    position: relative;
  }

  dialog .close-btn {
    position: absolute;
    top: 26px;
    right: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  dialog .close-btn svg {
    width: 15px;
  }

  dialog .title {
    color: #111111;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }

  dialog .modal-text {
    color: #111111;
    margin: 0;
    text-align: center;
    padding-top: 10px;
    line-height: 1.4;
  }

  dialog .modal-btn-wrapper {
    padding-top: 25px;
    text-align: center;
  }

  dialog .btn-dismiss {
    color: #111;
    font-family: inherit;
    font-weight: 400;
    margin-bottom: 0;
    border: 0;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
  }

  dialog .btn-dismiss:hover {
    text-decoration: underline;
  }

  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    box-shadow: inset 0 0 20px 20px #fff;
  }

  .pt-signup-section {
    display: flex;
    gap: 52px;
    justify-content: center;
    padding-bottom: 100px;

    .left-column {
      max-width: 555px;
    }

    .right-column {
      max-width: 350px;
    }
  }

  .bullets {
    margin-top: 150px;
  }

  .bullets ul {
    padding: 0;
    margin: 0;
  }

  .bullets li {
    list-style: none;
    position: relative;
    padding-left: 36px;
    padding-bottom: 2px;
    margin: 0;
    font-size: 18px;
    line-height: 180%;

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    div {
      margin: 0;
    }
  }

  .bullets li::before {
    content: "\2713";
    background: #0b4b8d;
    font-size: 18px;
    color: #fff;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
  }

  .quotes {
    display: flex;
    column-gap: 64px;
    row-gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .quote::before {
    content: "“";
    font-size: 75px;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #cccccc;
    position: absolute;
    left: -44px;
    top: 22px;
  }

  .quote {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
    position: relative;
    margin-left: 42px;
    max-width: 400px;

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    div {
      margin: 0;
    }
  }

  .quote-subtext {
    font-size: 15px;
    color: #888888;
    font-style: italic;
  }

  dialog .registration-button {
    width: 100%;
  }

  .registration-button.signup-btn {
    border-color: #81c23c;
    background-color: #ffffff;
    color: #81c23c;
    border: solid 2px #81c23c;
  }

  @media (max-width: 1024px) {
    .pt-signup-section {
      gap: 16px;
    }
  }

  @media (max-width: 800px) {
    padding-top: 24px;
    padding-bottom: 32px;
    .pt-signup-section {
      flex-direction: column;
      gap: 32px;
      padding-bottom: 48px;

      .left-column,
      .inside-headline,
      .subheadline,
      form {
        max-width: none;
      }
    }

    .headlines {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .bullets {
      margin-top: 0;
    }

    .quotes {
      gap: 24px;
      justify-content: flex-start;
    }
  }
}
