/* ──────────────────────────────────────────────────────────────
   fp-auth-no-beta.css  (MF Team)

   Login page par logo ke saath "beta" label show nahi hona chahiye.
   Baaki site par label waise hi rehta hai (Admin → Appearance se
   ON/OFF). Yeh sirf presentation layer hai — koi markup ya logic
   change nahi.
   ────────────────────────────────────────────────────────────── */

.fp-auth .friende-logo-box::after,
.fp-auth__brand .friende-logo-box::after {
  content: none !important;
  display: none !important;
}

/* Label ke liye jo neeche jagah chhodi gayi thi, wo bhi hata di. */
.fp-auth .friende-logo-box,
.fp-auth__brand .friende-logo-box {
  margin-bottom: 0 !important;
}
