
    /* LOGIN */
    #login-overlay {
      position: fixed;
      inset: 0;
      background: linear-gradient(135deg, #003087, #001a4d 60%, #0a0a2e);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      padding: 20px;
    }

    .lbox {
      background: #fff;
      border-radius: 20px;
      padding: 42px 46px;
      width: 100%;
      max-width: 500px;
      box-shadow: 0 24px 80px rgba(0, 0, 0, .4);
    }
