-
+
+
setEmail(e.target.value)}
placeholder="Enter your email"
- className="w-full px-3 py-2 border border-gray-300 rounded-lg focus:outline-none focus:border-blue-500"
+ className="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition duration-300"
required
/>
{/* Password Input */}
-
+
setPassword(e.target.value)}
placeholder="Create a password"
- className="w-full px-3 py-2 border border-gray-300 rounded-lg focus:outline-none focus:border-blue-500"
+ className="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition duration-300"
required
/>
@@ -113,15 +120,16 @@ const Register = () => {
{/* Register Button */}
+
{/* Already have an account link */}
-
- Already have an account?
-
+
+ Already have an account?{' '}
+
Log in