.password_strength {

}

.password_strength legend {
    color: #666;
    border-bottom: none;
}

.password_strength .div_text {
    margin-bottom: 30px;
}

.password_strength #password-strength {
    width: 100%;
    cursor: auto;
}

.password_strength #password-strength:hover {
    background: #00c0f3;
}