
div.strength {
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-top: 7px;
    font-style:italic;
    width:100%;
    margin-bottom:15px;
}

div.strength.weak {
    background-color: #e93131;
}

div.strength.moderate {
    background-color: #ecbb38;
}

div.strength.strong {
    background-color: #71C020;
}

div.strength.verystrong {
    background-color: #78cf20;
}

div.strength.overkill {
    background-color: #8ceb2e;
}

#passwordGStrengthChoice span.form_description {
    width:200px;
}


@media screen and (min-width: 415px) { 
    div.strength {
        width: 150px;
        margin-bottom:0;
    }
}