        body {
            background: url('bg.jpg') center/cover no-repeat fixed;
            min-height: 100vh;
            margin: 0;
            font-family: 'Segoe UI', Arial, sans-serif;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .overlay {
            position: fixed;
            inset: 0;
            background: rgba(40, 50, 70, 0.45);
            z-index: 0;
        }

        .container {
            position: relative;
            z-index: 1;
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
            max-width: 800px;
            width: 100%;
            margin: 40px auto;
            padding: 40px 32px 32px 32px;
            text-align: center;
        }

        h2 {
            color: #5b3fa2;
            margin-bottom: 8px;
            font-size: 2rem;
            font-weight: 700;
        }

        .account-id {
            color: #5b3fa2;
            font-size: 1.1rem;
            margin-bottom: 24px;
            font-weight: 500;
        }

        .cash-box {
            background: #c9f1ff;
            color: #222;
            font-weight: bold;
            font-size: 1.2rem;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            padding: 18px 0;
            margin-bottom: 28px;
        }

        .btn {
            display: block;
            width: 100%;
            border: 1px solid #444343;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 500;
            padding: 14px 0;
            margin-bottom: 14px;
            cursor: pointer;
            transition: filter 0.15s;
        }

        .btn-topup {
            background: #ff6b6b;
            color: #fff;
        }

        .btn-pass {
            background: #7c5ac2;
            color: #fff;
        }

        .btn-goback {
            background: #7c5ac2;
            color: #fff;
            padding: 12px 32px;   /* ปรับขนาดพื้นที่ภายในปุ่ม */
            font-size: 18px;      /* ปรับขนาดตัวอักษร */
            width: 200px;         /* กำหนดความกว้าง (ถ้าต้องการ) */
            height: 50px;         /* กำหนดความสูง (ถ้าต้องการ) */
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .btn-email {
            background: #5ba7e6;
            color: #fff;
        }

        .btn-login {
            background: #7c5ac2;
            color: #fff;
        }

        .btn-register {
            background: #ffffff;
            color: #000000;
        }

        .btn-logout {
            background: #bdbdbd;
            color: #fff;
            margin-top: 24px;
        }

        .btn:hover {
            filter: brightness(0.95);
        }

        .section-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 36px 0 16px 0;
            color: #222;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 0;
        }

        th,
        td {
            padding: 10px 8px;
            text-align: center;
        }

        th {
            background: #222;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
        }

        td {
            background: #fafafa;
            color: #222;
            font-size: 1rem;
        }

        tr:not(:last-child) td {
            border-bottom: 1px solid #e0e0e0;
        }

        .status-online,
        .status-offline {
            display: inline-block;
            padding: 3px 14px;
            border-radius: 8px;
            font-size: 0.95rem;
            font-weight: 500;
        }

        .status-online {
            background: #a6f3b7;
            color: #1a7f3c;
        }

        .status-offline {
            background: #e0e0e0;
            color: #888;
        }

        prompt {
          color: #000;
          font-size: 20px;
        }

        @media (max-width: 700px) {
            .container {
                padding: 24px 6vw;
            }

            table,
            th,
            td {
                font-size: 0.95rem;
            }
        }
        /* กรอบและพื้นหลังสำหรับ container หลัก */
/* กรอบและพื้นหลังสำหรับฟอร์ม */
form {
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 24px 16px;
}

/* กรอบ input */
.form-control {
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    padding: 10px 12px;
    margin-bottom: 12px;
}

/* กรอบ captcha */
.fxt-checkbox-area {
    background: #f1f1f1;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    padding: 12px;
    margin-bottom: 12px;
}

/* ปุ่ม */
.fxt-btn-fill {
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}

/* กรอบสำหรับสมัครสมาชิก */
.fxt-style-line, .fxt-socials {
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 16px;
    margin-top: 24px;
    text-align: center;
}

.overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.2);
    z-index: 0; /* ให้ต่ำกว่าฟอร์ม */
    pointer-events: none; /* ไม่ให้บังการคลิก */
}
.container {
    position: relative;
    z-index: 1;
}

.input-label {
    color: #222; /* หรือใช้ #000 ก็ได้ */
    font-weight: 500;
}
.agreement-label {
    color: #e4dada; /* สีดำ */
    background-color: #fff; /* พื้นหลังขาว (ถ้าต้องการ) */
}

.footerer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 12px 12px 0 0;
    text-align: center;
    z-index: 100;
    background: #fafafa;
    border-top: 1px solid #e0e0e0;
}