-
+
setFormData(prev => ({ ...prev, password: e.target.value }))}
- className="w-full pl-12 pr-12 py-3.5 border border-gray-200 rounded-xl focus:ring-2 focus:ring-blue-500 focus:border-transparent transition-all bg-gray-50 focus:bg-white"
+ className="w-full pl-12 pr-12 py-3.5 bg-slate-800/50 border border-white/10 rounded-xl focus:ring-2 focus:ring-purple-500 focus:border-transparent transition-all text-white placeholder-gray-500"
placeholder="Create a password"
/>
@@ -359,7 +358,7 @@ export default function Signup() {
))}
@@ -371,25 +370,25 @@ export default function Signup() {
{/* Confirm Password */}
@@ -398,7 +397,7 @@ export default function Signup() {
-
By signing up, you agree to our Terms of Service and Privacy Policy