diff --git a/apps/frontend/src/routes/login/index.lazy.tsx b/apps/frontend/src/routes/login/index.lazy.tsx index 5439e1e..dc4c97e 100644 --- a/apps/frontend/src/routes/login/index.lazy.tsx +++ b/apps/frontend/src/routes/login/index.lazy.tsx @@ -97,98 +97,96 @@ export default function LoginPage() { }; return ( -
-
- Amati -
-
-
-
-
-
-
-
+
+ {/* Navbar */} + + + {/* Background shapes */} +
+
+
+ + + +
-
- -

Sign In

-

- New to this app?{' '} - - Register now + + {/* Sign In form */} +

+ +

Sign In

+

+ New to this app?{' '} + + Register now + +

+
+ +
+ {errorMessage && ( + +

{errorMessage}

+
+ )} + ( + + Email/Username + + + + + + )} + /> + ( + + Password + + + + + + )} + /> +

+ + Forgot Password? -

- - -
- {errorMessage && ( - -

{errorMessage}

-
- )} - ( - - Email/Username - - - - - - )} - /> - ( - - Password - - - - - - )} - /> -

- - Forgot Password? - -

-
-
- -
- - +

+
+
+ +
+ +
diff --git a/apps/frontend/tailwind.config.js b/apps/frontend/tailwind.config.js index 6b7f56e..720b7cd 100644 --- a/apps/frontend/tailwind.config.js +++ b/apps/frontend/tailwind.config.js @@ -78,8 +78,7 @@ module.exports = { 'lg': '1024px', 'xl': '1280px', '2xl': '1536px', - '3xl': '2048px', - '4xl': '3060px', + '3xl': '1980px', }, }, plugins: [require("tailwindcss-animate")],