.password-strength-meter{width:100%;height:5px;background:#f6f6fa;display:inline-block;vertical-align:middle;overflow:hidden;border-radius:5px}.password-strength-meter *{display:inline-block;height:100%;width:0;float:left;transition:background-color .2s,visisility .1s}.password-strength-meter[data-strength="0"] :first-child{width:20%;background-color:#ff4b47}.password-strength-meter[data-strength="1"] :first-child{width:40%;background-color:#ff4b47}.password-strength-meter[data-strength="2"] :first-child{width:60%;background-color:#f9ae35}.password-strength-meter[data-strength="3"] :first-child{width:80%;background-color:#2daf7d}.password-strength-meter[data-strength="4"] :first-child{width:100%;background-color:#2daf7d}.password-strength-meter-legend *{display:none;color:#aaa;margin-left:5px;transition:.2s}.password-strength-meter[data-strength="0"]+.password-strength-meter-legend :first-child{display:inline-block}.password-strength-meter[data-strength="1"]+.password-strength-meter-legend :nth-child(2){display:inline-block}.password-strength-meter[data-strength="2"]+.password-strength-meter-legend :nth-child(3){display:inline-block}.password-strength-meter[data-strength="3"]+.password-strength-meter-legend :nth-child(4){display:inline-block}.password-strength-meter[data-strength="4"]+.password-strength-meter-legend :nth-child(5){display:inline-block}
