#pwindicator {
    margin-top: 4px;
    width: 150px;
}

.bar-pass {
    height: 2px;
}

.pw-very-weak .bar-pass {
    background: #d00;
    width: 30px;
}

.pw-very-weak .label-pass {
    color: #d00;
}

.pw-weak .bar-pass {
    background: #d00;
    width: 60px;
}

.pw-weak .label-pass {
    color: #d00;
}

.pw-mediocre .bar-pass {
    background: #f3f01a;
    width: 90px;
}

.pw-mediocre .label-pass {
    color: #f3f01a;
}

.pw-strong .bar-pass {
    background: #f3b31a;
    width: 120px;
}

.pw-strong .label-pass {
    color: #f3b31a;
}

.pw-very-strong .bar-pass {
    background: #0d0;
    width: 150px;
}

.pw-very-strong .label-pass {
    color: #0d0;
}
