<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
    <link rel="stylesheet" href="/static/css/loginstyle.css">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700;900&display=swap"
        rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@100;200;300;400;500;700;900&display=swap"
        rel="stylesheet">
    <title>Login</title>
    <script>
        var shinobi = {

        }
    </script>
    <script src="/static/production/shinobi_2.js"></script>
</head>
 
<body>
    <!--  --><!--  --><!--  --><div class="loginsection">    <div class="logo has-text-centered mt-6 mb-4 ">        <img src="/static/image/icon/logo.8e5334db.svg" alt="">    </div>    <div class="title has-text-centered my-6">Đăng nhập</div>    <div class="userinput columns m-0 px-5 mb-2">        <p class="column is-4">Tên đăng nhập</p>        <input id="username" class="input column" type="email" placeholder="Nhập email">    </div>    <div class="userinput columns m-0 px-5 mb-5">        <p class="column is-4">Mật khẩu</p>        <input id="password" class="input column" type="password" placeholder="Nhập mật khẩu">    </div>    <div class="userinput columns m-0 px-5 mb-6">        <p class="column is-4"></p>        <label class="checkbox">            <input id="showPassword" class="mr-3" type="checkbox">            Hiển thị mật khẩu        </label>    </div>    <div class="action columns m-0 px-5">        <div class="column is-4 has-text-left pt-5">            <a id="forgotpass" href="/page/forgotpassword">Quên mật khẩu?</a>           </div>        <div class="column has-text-right pr-0">            <button id="login_btn" class="button is-link">Đăng nhập</button>        </div>    </div></div><script>    document.addEventListener('DOMContentLoaded', () => {        shinobi.login.build();    });</script>
</body>
<div id="shinobinotification" class="notification  shinobinotification">
    <button class="delete"></button>
    <div class="notificationcontent"></div>
</div>
</html>