/* ============================================================
   MOBILE-ONLY: login page (login.ejs)
   Attached only via <link media="(max-width: 768px)"> —
   does not affect the desktop view.
   The only change: the info block under Join is not shown on
   mobile (user's decision). The rest of the design stays legacy.
   ============================================================ */
@media (max-width: 768px) {

    .text-box {
        display: none !important;
    }
}
