<!doctype html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Connexion - MonAGIL Admin</title>

            <link rel="stylesheet" href="/build/admin.css">
    </head>
<body>

<div style="height: 100vh" class="d-flex justify-content-center align-items-center bg-light">
    <form action="/login_doc" method="post" class="card p-4 shadow border-usts-green mx-4" style="width: 500px; max-width: 100%">
        <h3 class="text-center display-4 mb-4 text-usts-green" style="font-size: 2.5rem">Admin MonAGIL</h3>
        <div class="form-group">
            <input type="text" id="username" name="_username" value="" class="form-control form-control-lg text-center" placeholder="Identifiant" autofocus/>
        </div>

        <div class="form-group">
            <input type="password" id="password" name="_password" class="form-control form-control-lg text-center" placeholder="Mot de passe"/>
        </div>
        <button type="submit" class="btn btn-usts-green btn-lg">Connexion</button>
    </form>
</div>


</body>
</html>
