diff --git a/app/(pages)/(hackers)/_components/AuthFormBackground/AuthFormBackground.tsx b/app/(pages)/(hackers)/_components/AuthFormBackground/AuthFormBackground.tsx
index 496b4f05..16b7b93a 100644
--- a/app/(pages)/(hackers)/_components/AuthFormBackground/AuthFormBackground.tsx
+++ b/app/(pages)/(hackers)/_components/AuthFormBackground/AuthFormBackground.tsx
@@ -5,10 +5,10 @@ import Image from 'next/image';
import { usePathname } from 'next/navigation';
import grass_bottom from '@public/hackers/login/grass_bottom.svg';
-import mascots from '@public/hackers/mvp/peeking_around_wall.svg';
import VocalAngelCow from 'public/hackers/mvp/vocal_angel_cow.svg';
import login_mascots_mobile from '@public/hackers/login/login_mascots_mobile.svg';
-import clouds_and_music from '@public/hackers/login/clouds_and_music.svg';
+import mascots_with_notes from '@public/hackers/login/mascots_with_notes.svg';
+import moving_clouds from '@public/hackers/login/moving_clouds.svg';
export default function AuthFormBackground({
title,
@@ -55,25 +55,26 @@ export default function AuthFormBackground({
{children}
-
+
{/* DESKTOP ONLY */}
-
+
+
+
{/* MOBILE ONLY */}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/hackers/login/mascots_with_notes.svg b/public/hackers/login/mascots_with_notes.svg
new file mode 100644
index 00000000..46c4a1f0
--- /dev/null
+++ b/public/hackers/login/mascots_with_notes.svg
@@ -0,0 +1,110 @@
+
diff --git a/public/hackers/login/moving_clouds.svg b/public/hackers/login/moving_clouds.svg
new file mode 100644
index 00000000..6a6ee263
--- /dev/null
+++ b/public/hackers/login/moving_clouds.svg
@@ -0,0 +1,30 @@
+
diff --git a/tailwind.config.ts b/tailwind.config.ts
index 7402e54b..5b2a30cd 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -114,10 +114,19 @@ const config: Config = {
height: '0',
},
},
+ moveClouds: {
+ from: {
+ transform: 'translateX(-25%)',
+ },
+ to: {
+ transform: 'translateX(-75%)',
+ },
+ },
},
animation: {
'accordion-down': 'accordion-down 0.2s ease-out',
'accordion-up': 'accordion-up 0.2s ease-out',
+ moveClouds: 'moveClouds 30s linear infinite',
},
fontFamily: {
jakarta: ['var(--font-jakarta)'],