.password-strength-indicator{border:1px solid #fff0;border-radius:3px;display:inline-block;min-height:16px;min-width:10%;text-align:center;margin:3px;transition:0.8s;color:#fff}.password-strength-indicator.very-weak{background:#cf0000;border-color:#a60000;width:30%}.password-strength-indicator.weak{background:red;border-color:red;width:45%}.password-strength-indicator.mediocre{background:#ff0;border-color:#ff0;width:65%;color:#000}.password-strength-indicator.strong{background:lightgreen;border-color:lightgreen;width:83%;color:#000}.password-strength-indicator.very-strong{background:green;border-color:green;width:98%}