    body {
      margin: 0;
      background: rgba(41, 56, 66, 0.75);
      font-family: Arial, sans-serif;
    }

    .auth-modal-wrapper {
      width: 100%;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 20px;
      box-sizing: border-box;
    }

    .auth_AuthDialog__container__A1rwD {
      width: 100%;
      max-width: 420px;
      min-height: auto !important;
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      box-shadow:
        0 20px 40px rgba(0,0,0,.18),
        0 2px 8px rgba(0,0,0,.08);
    }

    .Dialog__content,
    .dialog_Dialog__content--withHeaderImage__ROPeH {
      height: auto !important;
      min-height: auto !important;
      background: #fff;
    }

    .dialog_Dialog__headerImage__GmMBn {
      width: 100% !important;
      display: block;
    }

    .px-4.h-100,
    .auth_AuthPage__content--column-gap__gXVeY {
      height: auto !important;
      min-height: auto !important;
    }

    .px-4 {
      padding-left: 28px !important;
      padding-right: 28px !important;
    }

    .auth_AuthPage__title__5_FTE {
      margin-top: 24px !important;
    }

    .onboarding_OnboardingPage__footer__1_Q2s {
      margin-top: 24px;
      padding-bottom: 24px;
    }

    .walla-clean-button {
      width: 100%;
      min-height: 48px;
      border-radius: 999px;
      border: 2px solid #253238;
      background: #fff;
      color: #253238;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font: inherit;
      font-weight: 600;
      cursor: pointer;
      margin-bottom: 12px;
      box-sizing: border-box;
    }

    .walla-clean-button:hover {
      background: #f5f7f8;
    }

    .walla-clean-button svg {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
    }

    .walla-clean-link {
      border: 0;
      background: transparent;
      color: #13c1ac;
      font: inherit;
      font-weight: 700;
      cursor: pointer;
      padding: 0;
    }