.pass-graybar {
    height: 10px;
    background-color: #ccc;    
    width: 86%;
    position: relative ;
}
.pass-colorbar {
    height: 10px;
    background-image: url('../images/passwordstrength.jpg');
    position: absolute;
    top: 0;
    left: 0
}
.pass-percent,.pass-text{font-size:1em}
.pass-percent{margin-right:5px}
/* better progress bar styles for the bootstrap demo */
.pass-strength-visible input.form-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.pass-strength-visible .pass-graybar {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}