Quản lý hiệu quả

Giới thiệu Vũ Hải

Chúng tôi cung cấp các giải pháp quản lý tài chính cá nhân, công việc và dự án, giúp bạn tối ưu hóa thời gian và nguồn lực hiệu quả.

<form action="process_login.php" method="POST">
            <div class="input-group">
                <label for="username">Tên đăng nhập</label>
                <input type="text" id="username" name="username" required>
            </div>
            <div class="input-group">
                <label for="password">Mật khẩu</label>
                <input type="password" id="password" name="password" required>
            </div>
            <button type="submit" class="login-button">Đăng Nhập</button>
            <div class="forgot-password">
                <a href="#">Quên mật khẩu?</a>
            </div>
        </form>