﻿#password-strength-background {
    width: 60%;
    background-color: lightgray;
    border-radius: 3px;
    height: 6px;
    margin-top: 3px;
}

#password-strength-text {
    width: 40%;
    padding-left: 5px;
    font-size: 10px;
}

#password-strength {
    width: 0;
    height: 6px;
    background-color: red;
    border-radius: 3px;
}

.password-strength-0 {
    background-color: red !important;
}

.password-strength-1 {
    background-color: red !important;
}
.password-strength-2 {
    background-color: orangered !important;
}
.password-strength-3 {
    background-color: limegreen !important;
}
.password-strength-4 {
    background-color: green !important;
}