:root { --purple: #7c3aed; --pink: #ec4899; --bg-deep: #020617; --bg-dark: #111827; --bg-card: #0f172a; --bg-card2: #1e1b4b; --border: rgba(124,58,237,.25); --text-main: #f1f5f9; --text-muted: #94a3b8; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background: var(--bg-deep); color: var(--text-main); font-family: 'Hind Siliguri', 'Inter', sans-serif; font-size: 1rem; line-height: 1.7; } a { color: #a78bfa; text-decoration: none; transition: color .2s; } a:hover { color: var(--pink); } /* ── Navbar ── */ .navbar { background: rgba(2,6,23,.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); padding: 0; min-height: 64px; } .navbar-brand { padding: 10px 0; flex-shrink: 0; max-width: calc(100vw - 108px); } .navbar-brand img { height: 40px; width: auto; max-width: 100%; object-fit: contain; display: block; } .logo-text { font-size: 1.55rem; font-weight: 800; letter-spacing: -.5px; background: linear-gradient(90deg,#a78bfa,#ec4899); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; white-space: nowrap; } .logo-text span { color: #ec4899; -webkit-text-fill-color: #ec4899; } .navbar-toggler { border: 1px solid rgba(124,58,237,.4); border-radius: 8px; padding: 5px 9px; flex-shrink: 0; } .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23a78bfa' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-nav .nav-link { color: #cbd5e1; font-weight: 500; font-size: .92rem; padding: 8px 13px; border-radius: 8px; transition: all .2s; white-space: nowrap; } .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: #a78bfa; background: rgba(124,58,237,.12); } @media(max-width:991px){ .navbar-collapse { background: rgba(2,6,23,.98); border-top: 1px solid var(--border); padding: 12px 0; margin-top: 0; } .navbar-nav .nav-link { padding: 10px 20px; border-radius: 0; } } /* ── Buttons ── */ .btn-primary-neon { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg,#7c3aed,#ec4899); color: #fff; font-weight: 700; font-size: .92rem; border: none; border-radius: 12px; padding: 11px 28px; cursor: pointer; transition: all .25s; text-decoration: none; box-shadow: 0 0 18px rgba(124,58,237,.45); } .btn-primary-neon:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(236,72,153,.5); color: #fff; } .btn-outline-neon { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #a78bfa; font-weight: 600; font-size: .92rem; border: 1.5px solid #7c3aed; border-radius: 12px; padding: 10px 26px; cursor: pointer; transition: all .25s; text-decoration: none; } .btn-outline-neon:hover { background: rgba(124,58,237,.15); color: #ec4899; border-color: #ec4899; transform: translateY(-2px); } /* ── Sections ── */ section { padding: 64px 0; } section.bg-alt { background: var(--bg-dark); } .section-title { font-size: clamp(1.5rem,3vw,2.1rem); font-weight: 800; color: #f1f5f9; margin-bottom: 10px; } .section-title span { background: linear-gradient(90deg,#a78bfa,#ec4899); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .section-sub { color: var(--text-muted); font-size: .97rem; max-width: 600px; margin: 0 auto; } .divider-neon { width: 60px; height: 3px; background: linear-gradient(90deg,#7c3aed,#ec4899); border-radius: 4px; margin-bottom: 18px; } /* ── Hero ── */ .hero-login { background: radial-gradient(ellipse at 60% 40%, rgba(124,58,237,.18) 0%, transparent 65%), radial-gradient(ellipse at 20% 70%, rgba(236,72,153,.12) 0%, transparent 55%), var(--bg-deep); padding: 56px 0 64px; } /* ── Login Card ── */ .login-card { background: linear-gradient(135deg,rgba(30,27,75,.85),rgba(15,23,42,.9)); border: 1px solid rgba(124,58,237,.35); border-radius: 20px; padding: 40px 36px; box-shadow: 0 0 40px rgba(124,58,237,.15); } .login-card .input-group-text { background: rgba(15,23,42,.8); border: 1px solid rgba(124,58,237,.3); border-right: none; color: #a78bfa; } .login-card .form-control { background: rgba(15,23,42,.8); border: 1px solid rgba(124,58,237,.3); border-left: none; color: #f1f5f9; font-size: .95rem; padding: 11px 14px; } .login-card .form-control:focus { background: rgba(15,23,42,.95); border-color: #7c3aed; box-shadow: 0 0 0 3px rgba(124,58,237,.2); color: #f1f5f9; } .login-card .form-control::placeholder { color: #475569; } .login-card .form-label { color: #c4b5fd; font-weight: 600; font-size: .88rem; margin-bottom: 6px; } /* ── Feature Cards ── */ .feature-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 18px; padding: 28px 24px; height: auto; transition: all .3s; } .feature-card:hover { border-color: #7c3aed; box-shadow: 0 0 24px rgba(124,58,237,.2); transform: translateY(-3px); } .feature-icon { width: 54px; height: 54px; background: linear-gradient(135deg,rgba(124,58,237,.2),rgba(236,72,153,.15)); border: 1px solid rgba(124,58,237,.3); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 16px; } .feature-card h4 { font-size: 1.05rem; font-weight: 700; color: #f1f5f9; margin-bottom: 8px; } .feature-card p { color: var(--text-muted); font-size: .88rem; line-height: 1.65; margin: 0; } /* ── Info Section ── */ .info-block { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px; } .info-block h3 { font-size: 1.15rem; font-weight: 700; color: #f1f5f9; margin-bottom: 12px; } .info-block p, .info-block li { color: var(--text-muted); font-size: .92rem; line-height: 1.75; } .info-block ul { padding-left: 18px; } .info-block ul li { margin-bottom: 6px; } /* ── Breadcrumb ── */ .breadcrumb-wrap { background: rgba(15,23,42,.6); border-bottom: 1px solid var(--border); padding: 12px 0; } .breadcrumb { margin: 0; background: transparent; padding: 0; } .breadcrumb-item a { color: #a78bfa; font-size: .85rem; } .breadcrumb-item.active { color: #94a3b8; font-size: .85rem; } .breadcrumb-item + .breadcrumb-item::before { color: #475569; } /* ── Trust Badges ── */ .trust-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(15,23,42,.7); border: 1px solid rgba(124,58,237,.2); border-radius: 10px; padding: 8px 16px; color: #94a3b8; font-size: .82rem; font-weight: 500; } /* ── Divider text ── */ .divider-text { display: flex; align-items: center; gap: 12px; color: #475569; font-size: .82rem; margin: 20px 0; } .divider-text::before, .divider-text::after { content: ''; flex: 1; height: 1px; background: rgba(124,58,237,.2); } /* ── CTA wrap ── */ .cta-wrap { background: linear-gradient(135deg,rgba(124,58,237,.2),rgba(236,72,153,.12)); border: 1px solid rgba(124,58,237,.35); border-radius: 24px; padding: 56px 32px; position: relative; overflow: hidden; } .cta-glow { position: absolute; top: -60px; right: -60px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(124,58,237,.3) 0%, transparent 70%); pointer-events: none; } /* ── Step badge ── */ .step-badge { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg,#7c3aed,#ec4899); display: flex; align-items: center; justify-content: center; font-size: .85rem; font-weight: 800; color: #fff; flex-shrink: 0; } /* ── Accordion ── */ .accordion-item { background: var(--bg-card); border: 1px solid var(--border) !important; border-radius: 12px !important; margin-bottom: 10px; overflow: hidden; } .accordion-button { background: var(--bg-card); color: #f1f5f9; font-weight: 600; font-size: .95rem; box-shadow: none !important; border-radius: 12px !important; } .accordion-button:not(.collapsed) { background: rgba(124,58,237,.15); color: #a78bfa; } .accordion-button::after { filter: invert(1) sepia(1) saturate(3) hue-rotate(230deg); } .accordion-body { background: rgba(15,23,42,.6); color: #94a3b8; font-size: .9rem; line-height: 1.75; border-top: 1px solid var(--border); } /* ── Footer ── */ footer { background: #020617; border-top: 1px solid var(--border); padding: 56px 0 0; } .footer-logo-wrap { display: inline-block; margin-bottom: 16px; } .footer-desc { color: #64748b; font-size: .87rem; line-height: 1.75; margin-bottom: 18px; } .footer-email { display: flex; align-items: center; gap: 8px; color: #94a3b8; font-size: .87rem; } .footer-col-title { font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #a78bfa; margin-bottom: 14px; } .footer-links { list-style: none; padding: 0; margin: 0; } .footer-links li { margin-bottom: 8px; } .footer-links a { color: #64748b; font-size: .87rem; transition: color .2s; } .footer-links a:hover { color: #a78bfa; } .footer-bottom { border-top: 1px solid var(--border); padding: 20px 0; margin-top: 40px; } .footer-bottom-links { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 12px; } .footer-bottom-links a { color: #475569; font-size: .8rem; } .footer-bottom-links a:hover { color: #a78bfa; } .footer-copy { color: #334155; font-size: .8rem; }
Fast & Secure Login

At okbajje Login and enjoy the best gaming experience

Okbajje is one of Bangladesh's most trusted online gaming platforms. Millions of players come here every day Login and enjoy Sports Betting, casino, and slots games. Our login process is completely secure and takes just a few seconds.

1
Enter your mobile number or username
Use the mobile number or username you provided during registration.
2
Enter your password.
Enter your password. Always keep your password secure.
3
Click the Login button
Once everything checks out, you'll land on your dashboard instantly.

After logging in What benefits will get

Log in to okbajje and enjoy all the benefits below.

Access to thousands of games

Log in to access Casino, Slots, Live Dealer, and Sports Betting — all in one place. New games are added regularly.

Exclusive Bonus Offers

Log in every day and earn special daily bonuses, cashback, and reload offers. VIP members enjoy even greater rewards.

Fast Deposits & Withdrawals

Supports all popular payment methods including bKash, Nagad, and Rocket. After logging in, you can deposit or withdraw funds in just a few minutes.

Fully secure login

Okbajje's login system uses the latest SSL encryption, keeping your personal information completely secure.

Easy Login from Mobile

Access okbajje easily from any smartphone. Downloading our app makes logging in even faster.

24/7 Live Support

If you run into any login issues, our support team is always ready to help. Reach out via live chat for instant assistance.

Okbajje Login — Complete Guide

In Bangladesh's online gaming world okbajje Login This page is the go-to destination for millions of users. Thousands of players log in to the platform every day to play their favorite games, collect bonuses, and chase big wins. The okbajje login process is so straightforward that even first-time users can sign in without any trouble.

If you are new to okbajje and haven't created an account yet, please first on the registration page and create a free account. Once registered, you can go straight to okbajje Login come to the page and log in. Just enter your mobile number or username and password — it only takes a few seconds.

Users sometimes forget their password or have trouble accessing their account. In that case, use the "Forgot Password?" option on okbajje. A verification code will be sent to your registered mobile number, which you can use to set a new password. The entire process is completely safe and quick.

Log in to okbajje securely

At okbajje Login This page is protected by the latest security technology. We use a SHA-256 SSL certificate that encrypts all your data. In addition, a Two-Factor Authentication system is in place to block unauthorized access. We are always vigilant about protecting your account.

To access okbajje from a mobile device, try our App Download Our app works seamlessly on both Android and iOS devices. Once you log in through the app, you stay logged in automatically — no need to enter your password every time. For speed and convenience, app login is the best option.

Where to go after logging in?

Successfully at okbajje Login Once done, you'll be taken straight to your personal dashboard, where you can check your balance, make a deposit, claim bonuses, and play your favorite games. in the game lobby and pick your favorite from hundreds of games. Casino or Slots — whatever you play, the fun is guaranteed.

in the VIP Program Players who join the VIP Program immediately see exclusive perks after logging in — special bonuses, higher cashback rates, and a dedicated account manager. The more you play, the more points you earn and the higher your VIP level climbs.

To sum it up, at okbajje Login means more than just logging in — it opens the door to a complete gaming experience. Security, entertainment, and the chance to win — you get all three on this platform. Log in today and discover for yourself why millions of Bangladeshi players trust okbajje.

Quick Info

  • Login time: just 5–10 seconds
  • Supported devices: Mobile, Tablet, PC
  • Payments: bKash, Nagad, Rocket
  • Support: 24/7 Live Chat
  • Security: SSL + 2FA
  • Language: Bangla & English

Login Tips

  • Avoid logging in on public Wi-Fi
  • Never share your password with anyone
  • Use a strong password
  • Don't forget to log out
  • Do not click on suspicious links

Login FAQs

Answers to frequently asked questions about okbajje login.

All you need to log in to okbajje is your registered mobile number or username and password. If you don't have an account yet, register for free first.

On the login page, click the "Forgot Password?" option. An OTP code will be sent to your registered mobile number. Use that code to set a new password and regain access.

Yes, you can download the okbajje app and log in from any Android or iOS device. Once logged in, the app will sign you in automatically next time.

For security reasons, simultaneous login on multiple devices is limited. However, logging in from different devices at separate times is perfectly fine. Avoid logging in on unfamiliar devices for your own security.

For any login trouble, contact our 24/7 live chat support. Our dedicated team is always on hand to help in Bengali, and most issues are resolved within minutes.
🎮

Now Log in to okbajje

Log in today and enjoy thousands of games, exclusive bonuses, and fast payments. Bangladesh's top gaming platform is waiting for you.

বাংলা