diff --git a/src/App.css b/src/App.css index c591bb07..7ffd1b36 100644 --- a/src/App.css +++ b/src/App.css @@ -12,6 +12,9 @@ html { .placeholder-text { @apply bg-primaryGreen rounded-2xl p-3 text-xs placeholder:text-[#4C4949]; } +.input-bar{ + @apply border-2 border-green rounded-lg h-9 w-full text-green-dark placeholder-textBlack p-2; +} .mb-0{ margin-bottom: 0; diff --git a/src/pages/Login.jsx b/src/pages/Login.jsx index 42aa90ab..d546b4c0 100644 --- a/src/pages/Login.jsx +++ b/src/pages/Login.jsx @@ -47,34 +47,36 @@ export default function Login() { onSubmit={handleSubmit} className="mt-5 space-y-5 w-[70%] md:w-[50%] lg:w-[60%]" > - - - Forget Password? + Forgot Password?
diff --git a/src/pages/Registration.jsx b/src/pages/Registration.jsx index f24a2e1a..f448518b 100644 --- a/src/pages/Registration.jsx +++ b/src/pages/Registration.jsx @@ -43,43 +43,47 @@ export default function Registration() { onSubmit={handleSubmit} className="mt-5 space-y-4 w-[70%] md:w-[50%] lg:w-[60%]" > - - - -
@@ -97,7 +101,7 @@ export default function Registration() {