diff --git a/src/App.css b/src/App.css index b4cb2f7..79280ae 100644 --- a/src/App.css +++ b/src/App.css @@ -2,4 +2,10 @@ background-image: url('./assets/bg/bg_1.jpg') !important; background-size: cover; background-repeat: no-repeat; +} + +.signup-bg { + background-image: url('./assets/bg/signup_bg.jpg') !important; + background-size: 100%; + background-repeat: no-repeat; } \ No newline at end of file diff --git a/src/component/auth/Signup2.jsx b/src/component/auth/Signup2.jsx index 7699f34..6aa786b 100644 --- a/src/component/auth/Signup2.jsx +++ b/src/component/auth/Signup2.jsx @@ -147,7 +147,7 @@ export default function Signup2() { -