<!DOCTYPE html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>南京捌零玖零多媒体运营平台</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="shortcut icon" href="./favicon.ico">
    <link rel="stylesheet" href="static/plugins/bootstrap/css/bootstrap.css">
    <link rel="stylesheet" href="static/css/common/animate.css">
    <link rel="stylesheet" href="static/css/common/login.css">
    <!--[if lt IE 9]>
    <script src="static/plugins/respond/respond.min.js"></script>
    <![endif]-->
</head>
<body>
<div class="container">
    <div class="row" style="flex-direction:row-reverse;margin-top: 50px;">
        <div class="col-md-4 col-md-push-8">
            <form action="/login" method="post" class="fh5co-form animated fadeInRight">
                <h2>登录</h2>
                <div class="form-group">
                    <label for="username" class="sr-only">用户名</label>
                    <input type="text" class="form-control" name="username" placeholder="用户名" autocomplete="off">
                </div>
                <div class="form-group">
                    <label for="password" class="sr-only">密码</label>
                    <input type="password" class="form-control" name="password" placeholder="密码" autocomplete="off">
                </div>
                <div class="form-group">
                    <label for="remember"><input type="checkbox" name="remember"> 记住我</label>
                </div>
                <div class="form-group">
                </div>
                <?php echo csrf_field(); ?>

                <div class="form-group">
                    <input type="submit" value="登录" class="btn btn-primary">
                </div>
            </form>
        </div>
    </div>
    <div class="row" style="padding-top: 120px; clear: both;">
        <div class="col-md-12 text-center"><p><small>&copy; Copyright &copy; 2014-2018 南京捌零玖零多媒体运营平台. All rights reserved.</small></p></div>
    </div>
</div>
<script src="static/plugins/jquery/jquery.min.js"></script>
<script src="static/plugins/bootstrap/js/bootstrap.js"></script>
<?php /*<script src="static/js/login.js"></script>*/ ?>
</body>
</html>

