-*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:#f3f7fb;color:#102440;font-family:Inter,Segoe UI,Arial,sans-serif}.card{width:min(400px,calc(100% - 32px));padding:30px;background:#fff;border:1px solid #dce6f0;border-radius:14px;box-shadow:0 12px 40px #18365412}.brand{font-size:12px;font-weight:900;color:#078dcc;letter-spacing:1px}h1{margin:9px 0 5px;font-size:24px}p{margin:0 0 22px;color:#687d98;font-size:13px}label{display:block;margin:13px 0 0;font-size:12px;font-weight:700}input{width:100%;height:42px;margin-top:7px;padding:0 12px;border:1px solid #d7e2ed;border-radius:8px}button{width:100%;height:42px;margin-top:20px;border:0;border-radius:8px;background:#0799d7;color:#fff;font-weight:800;cursor:pointer}.error{display:none;padding:10px;margin-bottom:15px;border-radius:7px;background:#fff0f1;color:#b62d3c;font-size:12px}.error.show{display:block}</style></head><body><form class="card" method="post" action="/login"><div class="brand">RAPORZEN · ZIMBRA</div><h1>Göç Merkezi</h1><p>Aktarım paneline devam etmek için oturum açın.</p><div id="error" class="error">Kullanıcı adı veya parola hatalı.</div><label>Kullanıcı adı<input name="username" autocomplete="username" required autofocus></label><label>Parola<input type="password" name="password" autocomplete="current-password" required></label><button type="submit">Oturum Aç</button></form><script>if(new URLSearchParams(location.search).has('error'))document.querySelector('#error').classList.add('show')</script></body></html>
0 commit comments