<!DOCTYPE html>
<html>
<head>
    <title>Вход</title>
    
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    <link rel="stylesheet" href="/css/core.css">
    <link rel="stylesheet" href="/css/components.css">
    <link rel="stylesheet" href="/css/pages.css">

</head>
<body class="login-page">
    <div class="admin-container">
        <form action="/login" method="post" class="card p-4"><input type="hidden" name="_csrf" value="uYattOtAz92b_AGYaHbkLQ_SLHbHUIZzKPR5TGhQISCzVxSnjrDOg90i_u-2zDD6XVvQSTyxARfzZ-deG81PeVhlQBeAYiKX"/>
            <input type="hidden" name="_csrf" value="uYattOtAz92b_AGYaHbkLQ_SLHbHUIZzKPR5TGhQISCzVxSnjrDOg90i_u-2zDD6XVvQSTyxARfzZ-deG81PeVhlQBeAYiKX">
            <div class="mb-3">
                <input type="text" name="username" class="form-control form-control-sm" placeholder="Логин" required>
            </div>
            <div class="mb-4">
                <input type="password" name="password" class="form-control form-control-sm" placeholder="Пароль" required>
            </div>
            <button type="submit" class="btn">
                Войти
            </button>
        </form>
    </div>
</body>
</html>