#passwordStrength {
    height: 10px;
    display: block;
    float: left;
}

.strength0 {
    width: 100%;
    background: #d5e2e8;
}

.strength1 {
    width: 20%;
    background: #ff1c1c;
}

.strength2 {
    width: 40%;
    background: #ff5f5f;
}

.strength3 {
    width: 60%;
    background: #fbbc21;
}

.strength4 {
    background: #0B841E;
    width: 80%;
}

.strength5 {
    background: #047b2a;
    width: 100%;
}