Formpasswordstrength
Password Strength
Color-coded strength bar that updates as user types.
.str-meter { height:4px; border-radius:2px; background:#333; margin-top:8px; overflow:hidden; }
.str-fill { height:100%; border-radius:2px; transition:width 0.3s, background 0.3s; }