16) signupPassword = signupPassword.substring(0, 16)"
class="w-full rounded-xl border border-slate-200 px-3 py-2.5 pr-11 text-sm focus:outline-none focus:ring-2 focus:ring-indigo-500"
:class="signupPassword.length > 0 && signupPassword.length < 8 ? 'border-red-300 focus:ring-red-400' : ''">
8-16 characters (/16)
At least one uppercase letter
At least one number