/* Adds messaging to the reset password page */
form[action="/np/security/saveLogin.do"]:before{
   content:"Please select the COMPANY membership that you would like to access. Selecting your name will not connect you to your company’s membership.";
font-size:20px;
    font-weight:bold;
    color:red;
}
/* Hide toggle button */
div.neoncrm-org-toggle > input[type=button] {
 display: none;
}

/* Removes remember me for 2 weeks option on login page */
#z2-login-wrapper .neoncrm-checkbox-group{
    display:none;
}

/* Remove Create Account link from login page */

.neoncrm-create-account{
    display:none;
}

/* Rewords the 'trouble logging in' prompt */

#z2-login-wrapper a[href="/np/clients/auduboninternationalsandbox/requestPassword.jsp"]{
    font-size:0px;
}
#z2-login-wrapper a[href="/np/clients/auduboninternationalsandbox/requestPassword.jsp"]:before{
    font-size:16px;
    content:"Password Reset"
}




