<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Administration My Fair Job</title>
        <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>

        <link rel="stylesheet" href="/build/admin/0.3c24c6e6.css"><link rel="stylesheet" href="/build/admin/admin.8cdd544b.css">

        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
    </head>
    <body class="login-page">
        
        <div>
            <div class="login-box" id="login-box">
    <div class="login-logo">Administration MyFairJob</div>

    <form action="/admin/profile/login_check" method="post">
        <input type="hidden" name="_csrf_token" value="c105fbeb5e0a0b26a5a550d.dpBxZaKaU5VCMwRFG142aIPb7EVVHnfgce5QmpGIB0E.RugoDNOqI_d7YW1oVmtnEO-wpgYxbgWDM7gnxcSwQzMipiAW0e4k1xB9RQ">

        <div class="login-box-body">

            
            <div class="form-group has-feedback">
                <label for="username">Identifiant :</label>
                <input type="text" class="form-control" id="username" name="_username" value="" required="required">
                <span class="glyphicon glyphicon-envelope form-control-feedback"></span>
            </div>

            <div class="form-group has-feedback">
                <label for="password">Mot de passe :</label>
                <input type="password" class="form-control" id="password" name="_password" required="required">
                <span class="glyphicon glyphicon-lock form-control-feedback"></span>
            </div>

            <div class="checkbox">
                <label for="remember_me">
                    <input type="checkbox" id="remember_me" name="_remember_me" value="on"> Enregistrer mes identifiants
                </label>
            </div>
        </div>
        <div class="footer">
            <input type="submit" id="_submit" name="_submit" value="Connexion" class="btn btn-primary btn-block btn-flat">
        </div>
    </form>
</div>
        </div>
    </body>
</html>
