{% extends "base.html" %} {% block title %}Login - SneakyScanner{% endblock %} {% block extra_styles %} body { height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); } .container-fluid { max-width: 450px; padding: 0; } .login-card { background-color: #1e293b; border: 1px solid #334155; border-radius: 12px; padding: 3rem; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); } .brand-title { color: #60a5fa; font-weight: 600; font-size: 2rem; margin-bottom: 0.5rem; } .brand-subtitle { color: #94a3b8; font-size: 0.95rem; } .btn-primary { padding: 0.75rem; font-size: 1rem; font-weight: 500; } .footer { position: fixed; bottom: 20px; left: 0; right: 0; margin: 0; padding: 0; border: none; } {% endblock %} {% set hide_nav = true %} {% block content %}

SneakyScanner

Network Security Scanner

{% if password_not_set %}
Setup Required: Please set an application password first. Go to Setup
{% else %}
{% endif %}
{% endblock %}