
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="">
    <meta name="author" content="">

    <title>Ecosistema</title>

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-167890604-1"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'UA-167890604-1', { 'anonymize_ip': true });
    </script>

            <link rel="stylesheet" href="/build/68.7b07d026.css"><link rel="stylesheet" href="/build/app.63928a01.css">
    
    <!-- Custom styles for this template -->
    <style>
        body {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-align: center;
            -ms-flex-pack: center;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            padding-top: 40px;
            padding-bottom: 40px;
            background-color: #f5f5f5;
        }

        .form-signin {
            width: 100%;
            max-width: 330px;
            padding: 15px;
            margin: 0 auto;
        }
        .form-signin .checkbox {
            font-weight: 400;
        }
        .form-signin .form-control {
            position: relative;
            box-sizing: border-box;
            height: auto;
            padding: 10px;
            font-size: 16px;
        }
        .form-signin .form-control:focus {
            z-index: 2;
        }
        .form-signin input[type="email"] {
            margin-bottom: -1px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }
        .form-signin input[type="password"] {
            margin-bottom: 10px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }
        </style>
</head>

<body>
    

    <div class="col-md-4 mx-auto">
    
<form action="/login_check" method="post" class="form-signin">
    <input type="hidden" name="_csrf_token" value="qQXmqdFd8yJToleMPYbfACsq72Atz8pYw93EANQzaNY"/>
    <h1 class="h3 mb-3 font-weight-normal">Prego autenticarsi</h1>

    <img class="mb-4" src="/assets/img/assinform-logo.png"  style="max-width: 100%;" alt="" >

    <label for="username" class="sr-only">Username</label>
    <input class="form-control" type="text" id="username" name="_username" value=""
           required="required" placeholder="Username"/>
    <label for="password" class="sr-only">Password</label>
    <input class="form-control" type="password" id="password" name="_password" required="required" placeholder="Password"/>


    <div class="checkbox mb-3">
        <label>
            <input type="checkbox" id="remember_me" name="_remember_me"
                   value="on"/> Ricordami
        </label>
    </div>

    <input class="btn btn-lg btn-primary btn-block" type="submit" id="_submit" name="_submit"
           value="Login"/>

    <a class="btn btn-lg btn-light btn-block"  href="/register/"
           >Registrati</a>

    <p class="mt-5 mb-3 text-muted">&copy;
        2026</p>

</form>

    </div>

</body>
</html>