diff --git a/web/app/routes/login/route.tsx b/web/app/routes/login/route.tsx
index 2ef3c71..3f2b7ba 100644
--- a/web/app/routes/login/route.tsx
+++ b/web/app/routes/login/route.tsx
@@ -1,8 +1,11 @@
import { useAuth } from "@/util/auth";
import {
- Box,
Button,
+ Center,
+ Container,
+ Fieldset,
Group,
+ Image,
PasswordInput,
Stack,
TextInput,
@@ -21,31 +24,38 @@ export default function Login() {
const { signin } = useAuth();
return (
-
-
- Login
-
-
-
-
-
+
+
+
+
+
+
+ Tailfin
+
+
+
+
+
+
);
}