<!DOCTYPE html>
<!--
  ~ Developed by NguyenNT - WNext
  ~
  ~   @author    WNext <<contact@wnext.net.au>>
  ~   @web       http://wnext.net.au
  ~   @copyright (c) 2016.  WNext
  ~   @license   WnExt
  ~
  -->
<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <!-- Meta, title, CSS, favicons, etc. -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title> Teaching Management System </title>

    <!-- Bootstrap styling -->
        <link rel="stylesheet" type="text/css" href="/css/all.css" />
    
        <link rel="stylesheet" type="text/css" href="/css/bootstrap.css" />
    
    <!-- Font Awesome -->
    <link href="/bundles/tmsweb/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
    <!-- Animate.css -->
    <link href="https://colorlib.com/polygon/gentelella/css/animate.min.css" rel="stylesheet">

    <!-- Custom Theme Style -->
    <link href="/bundles/tmsweb/vendor/gentelella/build/css/custom.min.css" rel="stylesheet">
</head>

<body class="login">
<div>
    <a class="hiddenanchor" id="signup"></a>
    <a class="hiddenanchor" id="signin"></a>

    <div class="hidden">
            <a href="/login">Login</a>
        </div>

        <div class="login_wrapper">
        <div class="animate form login_form">
            <section class="login_content">
                <form action="/login_check" method="post">
                    <h1>TMS - Login Form</h1>
                                        <div>
                        <input type="text" class="form-control" placeholder="Username" id="username" name="_username"
                               required="required" value="" />
                    </div>
                    <div>
                        <input type="password" class="form-control" placeholder="Password" id="password" name="_password"
                               required="required" />
                    </div>
                    <div>
                        <button class="btn btn-primary submit" type="submit" id="_submit" name="_submit">Log in</button>

                        <input type="checkbox" id="remember_me" name="_remember_me" value="on" />
                        <label for="remember_me">Remember me</label>
                    </div>

                    <div class="clearfix"></div>

<div class="separator">
    <br />

    <div>
        <h1><i class="fa fa-paw"></i> 4C - Foresee Education Group</h1>
        <p>©2016 All Rights Reserved. <br>
            Software is developed by <a href="http://wnext.net.au" target="_blank">WnExt</a>. <br>
            Privacy and Terms</p>
    </div>
</div>                </form>
            </section>
        </div>
    </div>
</div>
</body>
</html>