#user-profile-form .form-type-password {
    margin-top: 10px;
}
#user-profile-form .form-item-pass-pass1 label,
#user-profile-form .form-item-pass-pass2 label {
    width: 200px;
    padding: 0px;

}
#user-profile-form .password-strength, #user-profile-form div.password-confirm {
    display: none;
}

#user-register-form #edit-account .description, #user-profile-form #edit-account .description {
    display: none !important;
    width:100%;
    float:left;
}
