.bar {
    height: 5px;
}

.pw-very-weak .bar {
    background: #d00;
    width: 20%;
    
}

.pw-very-weak .label {
    color: #d00;
    font-size: 100%;
}

.pw-weak .bar {
    background: #d00;
    width: 40%;

}

.pw-weak .label {
    color: #d00;
    font-size: 100%;
}

.pw-mediocre .bar {
    background: #BEBD33;
    width: 60%;

}

.pw-mediocre .label {
    color: #BEBD33;
    font-size: 100%;
}

.pw-strong .bar {
    background: #f3b31a;
    width: 80%;

}

.pw-strong .label {
    color: #f3b31a;
    font-size: 100%;
}

.pw-very-strong .bar {
    background: #0d0;
    width: 100%;

}

.pw-very-strong .label {
    color: #0d0;
    font-size: 100%;
}


