.pass-wrapper {
    margin-top: 5px;
}

.pass-graybar {
    height: 10px;
    border-radius: 2px;
    background-color: #ccc;
    width: 100%;
    position: relative
}

.pass-colorbar {
    height: 10px;
    border-radius: 2px;

    /* background-image: url(passwordstrength.jpg); */
    position: absolute;
    top: 0;
    left: 0
}

.pass-percent,
.pass-text {
    font-size: 1em
}

.pass-percent {
    margin-right: 5px
}