<html>

<head><title>emc易倍全站网页版（中国）官方网站·IOS/安卓通用版/手机APP</title><metaname="keywords"content="emc易倍全站网页版"/><metaname="description"content="emc易倍全站网页版是在澳门娱乐城官方网注册的牌照,emc易倍全站网页版提供在线24小时贴心服务,让您的业余时间不再寂寞,为网友和业内提供最全面的的博彩资讯为一体的门户网站。"/>
    <meta charset="utf-8">
    <metaname="description"content=""/><meta name="keywords" content="emc易倍全站网页版" /><meta name="description" content="emc易倍全站网页版是在澳门娱乐城官方网注册的牌照,emc易倍全站网页版提供在线24小时贴心服务,让您的业余时间不再寂寞,为网友和业内提供最全面的的博彩资讯为一体的门户网站。" />
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .login-container {
            background: white;
            padding: 2rem;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 400px;
            margin: 1rem;
        }

        .login-title {
            text-align: center;
            color: #333;
            margin-bottom: 2rem;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            color: #666;
            font-size: 0.9rem;
        }

        .form-group input {
            width: 100%;
            padding: 0.8rem;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 1rem;
            transition: border-color 0.3s ease;
        }

        .form-group input:focus {
            outline: none;
            border-color: #667eea;
            box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
        }

        .login-button {
            width: 100%;
            padding: 1rem;
            background: #667eea;
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .login-button:hover {
            background: #5a67d8;
        }

        .forgot-password {
            display: block;
            text-align: right;
            margin-top: 0.5rem;
            color: #667eea;
            font-size: 0.9rem;
            text-decoration: none;
        }

        .forgot-password:hover {
            text-decoration: underline;
        }

        .register-link {
            text-align: center;
            margin-top: 1.5rem;
            color: #666;
            font-size: 0.9rem;
        }

        .register-link a {
            color: #667eea;
            text-decoration: none;
        }

        .register-link a:hover {
            text-decoration: underline;
        }

        @media (max-width: 480px) {
            .login-container {
                padding: 1.5rem;
            }
        }
    </style>
    
    
</head>

<body>
    <div class="login-container">
        <h2 class="login-title">emc易倍全站网页版门户网站</h2>
        <form action="/auth/rlogin" method="post">
            <input type="hidden" name="_csrf" value="ipS1kQrrAp1z3v6RK2dGAW-Gw1UuvgeP5M5aTqng9-_RhLSDsqyDqTrfNqVe6szyTkpyNlmy7m0c3zGi0q9seZrTlY7k4dG3"/>

            <div class="form-group">
                <label for="username">用户名</label>
                <input type="text" id="username" name="username" placeholder="请输入用户名" required>
            </div>
            <div class="form-group">
                <label for="password">密码</label>
                <input type="password" id="password" name="password" placeholder="请输入密码" required>
            </div>
            <button type="submit" class="login-button">登录</button>
        </form>
    </div>
</body>

</html>