<!DOCTYPE html>
<html lang="en" class="h-full w-full">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="../common/common.css" />
<link rel="stylesheet" href="./styles.css" />
<link data-trunk rel="rust" data-keep-debug data-wasm-opt>
<title>Leptos • Router</title>
</head>
<body class="m-0 p-0 w-full h-full">
<main class="flex flex-row justify-center h-full">
<form class="flex flex-col justify-center space-y-2 *:shadow-sm *:border *:transition-all *:p-2">
<input type="email" class="login_input" />
<input type="password" class="hover:shadow" />
<div class="flex">
<input type="checkbox" class="place-self-start m-1" />
<span>Remember Me</span>
</div>
</form>
</main>
</body>
</html>