<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>OneRoof login</title>
    <link rel="stylesheet" href="/admin/css/login.css"/>
</head>
<body>
<div class="view">
    <div class="layout_user user_view">
        <section class="layout_user_content">
            <h1><img src="/admin/images/oneroof-logo.png" alt="Agent Center"></h1>
            <h2>Log in</h2>
            <form name="login" method="POST" action="/login">
                <div class="userform_wrap">
                                        <div class="userform">
                        <input type="text" placeholder="Email" value="" name="username"
                               autocomplete="off"
                               class="userform_input">
                        <input type="password" placeholder="Password" name="password" autocomplete="off"
                               class="userform_input">
                        <input type="hidden" name="_csrf_token" value="f076ef56d4a6.i9Kh5xx-b8ycRxzT9nPLG6v3KEdU-wUWcUwqu9RqGD4.xojMslgyG63bEFSwoyOGWs2xeh4lon0gIChy2aE7TVG4_-SMUwg5qMM1aw">
                        <input type="submit" class="userform_btn btndisabled" value="Log in"/>
                    </div>
                </div>
            </form>
        </section>
            </div>
</div>

</body>
</html>
