﻿.pass-graybar {
    height: 3px;
    background-color: #CCC;
    width: 100%;
    position: relative;
}

.pass-colorbar {
    height: 8px;
    background-image: url(../Images/passwordstrength.jpg);
    position: absolute;
    top: 0;
    left: 0;
}

.pass-percent, .pass-text {
    font-size: 1em;
    line-height: 2em;
}

.pass-percent {
    margin-right: 5px;
}

.pass-element {
    margin: 0.5em 0em 0em 0em !important;
}
