#captcha img {
    margin-top: -8px;
    float: right;
    box-shadow: 1px 1px 1px #ddd;
    border: 1px solid #ccc;
}
#pwindicator {
    margin-left: 160px !important;
    width: 190px;
    font-size: 11px;
}
#pwindicator .bar {
    height: 6px;
}
.pw-very-weak .bar {
    background: #FF7F7F;
    width: 20%;
}
.pw-weak .bar {
    background: #FFB27F;
    width: 40%;
}
.pw-mediocre .bar {
    background: #FFE97F;
    width: 60%;
}
.pw-strong .bar {
    background: #DAFF7F;
    width: 80%;
}
.pw-very-strong .bar {
    background: #7FFF8E;
    width: 100%;
}
