
#pwindicator {
    margin-top: 4px;
    width: 150px;
}

.bar {
    height: 2px;
}

.pw-very-weak .bar {
    background: #E40000;
    width: 30px;
}

.pw-very-weak .label {
    color: #E40000;
}

.pw-weak .bar {
    background: #f3f01a;
    width: 60px;
}

.pw-weak .label {
    color: #f3f01a;
}

.pw-mediocre .bar {
    background: #f3b31a;
    width: 90px;
}

.pw-mediocre .label {
    color: #f3b31a;
}

.pw-strong .bar {
    background: #2090FF;
    width: 120px;
}

.pw-strong .label {
    color: #2090FF;
}

.pw-very-strong .bar {
    background: #2C8A1D;
    width: 150px;
}

.pw-very-strong .label {
    color: #2C8A1D;
}

