﻿.passwordchecker-meter {
    margin-top: 4px;
    width: 150px;
}

    .passwordchecker-meter .bar {
        height: 2px;
    }

    .passwordchecker-meter .label {
        font-size: .8em;
        white-space: normal;
        padding: 0;
        display: inline-block;
        text-align: left;
    }

.pw-very-weak .bar {
    background: #d00;
    width: 20%;
}

.pw-very-weak .label {
    color: #d00;
}

.pw-weak .bar {
    background: #d00;
    width: 40%;
}

.pw-weak .label {
    color: #d00;
}

.pw-mediocre .bar {
    background: #f38b1a;
    width: 60%;
}

.pw-mediocre .label {
    color: #f38b1a;
}

.pw-strong .bar {
    background: #bff31a;
    width: 80%;
}

.pw-strong .label {
    color: #bff31a;
}

.pw-very-strong .bar {
    background: #0d0;
    width: 100%;
}

.pw-very-strong .label {
    color: #0d0;
}