#z2-login-standard h1.neoncrm-page-title {
    font-size: 2em !important;
}

option[value="/security/signIn.do?orgId=blues"] {
display: none;
}

div#encouragedLogIn {
    z-index: 10012 !important;
}


/*
*Hides +4 Zip and the +4 hyphen
*/
input[name="address.zipSuffix"],
input[name="payment.creditCard.address.zipSuffix"],
input[name="donation.acknowledgeInfo.address.zipSuffix"],
input[name="address.zip"] + span.neonFieldText,
input[name="donation.acknowledgeInfo.address.zip"] + span.neonFieldText,
input[name="payment.creditCard.address.zip"] + span.neonFieldText {
display: none;
}


/* Store layout adjustment */
div#test{
    max-width:600px;
    margin:auto;
    text-align:center;
    position:relative;
    bottom:70px;
    line-height:1
}
div#test:before{
    content:"Official Shop";
    display:block;
    font-size:30px;
    padding-bottom:20px
}
div#test:after{
    content:"Please make sure to sign-in to your Membership Account before completing your transaction to receive applicable member discounts. To become a member of The Blues Foundation and receive member-benefit discounts, click the 'Join' button at the top of the page.";
    font-size:12px;
}

.neoncrm-field-label[for="categoryIds"]{
    margin-top:50px;
}

@media (max-width:650px){
    div#test{
        bottom:40px;
    }
    .neoncrm-field-label[for="categoryIds"]{
    margin-top:100px;
}
}

/* adjusts login page */
 
#registration > div.neoncrm-field-label:nth-child(3){
    font-size:0px;
    min-width:260px
}
#registration > div.neoncrm-field-label:nth-child(3):before{
    font-size:16px;
    content:"Login Username or Email Address"
}
#z2-login-wrapper a[href="/np/clients/blues/requestPassword.jsp"]{
    font-size:0px!important;
}
#z2-login-wrapper a[href="/np/clients/blues/requestPassword.jsp"]:before{
        font-size:16px!important;
        content:"Forgot Password?"
}
 
.neon_C_content form[name='forgetPasswordBean'] span.neon2Header{
    visibility: hidden;
    font-size:1px;
    line-height: 1px;
}
.neon_C_content form[name='forgetPasswordBean'] span.neon2Header:before{
    visibility: visible;
    content:"How to access your Blues Foundation account:";
    font-size:16px;
    line-height:1.5;
    font-weight:800;
}
.neon_C_content > form[name='forgetPasswordBean'] > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) .neonFieldLabel{
    visibility: hidden;
    font-size:1px;
    line-height: 1px;
}
.neon_C_content > form[name='forgetPasswordBean'] > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) .neonFieldLabel:before{
    visibility: visible;
    white-space:pre-line;
    content:"If you forgot your login name or password, or have not yet set up a login for your account, enter the email address associated with your account in the box below, and we'll email you a link to set up your login. \a\a If you need further assistance, please contact our Membership Coordinator Keisha Moore-Alston at keisha@blues.org or 901-527-2583 ext. 10.";
    font-size:14px;
    line-height:1.5;
}
