.login-screen {
    background-image: ;
    background-repeat: repeat-y;
    background-size: cover;
}

.login-screen .shield-container .mini-shield {
    background-image: ;
    width: 225px;
    height: 135px;
    display: none;
}

.login-screen.is-clublocker .logo, .login-screen .logo {
    display: inline-block;
    width: 100%;
    background-size: 100% 100%;
    background-image: url('https://s3.amazonaws.com/usqstorage/ussq-custom-login-data/signup/cl.png');
    max-width: 225px;
    height: 135px;
}

.login-screen .logo-container { max-width: 225px; margin-top: 40px; }
.login-screen .for-login-checkbox { font-weight: bold; }
.login-screen .forgot-password-link { font-weight: bold; color: #000; text-decoration: underline; }


.login-screen.custom-login .learn-more-block { display: block; }
.login-screen.custom-login .create-account-block { display: inline; }
.login-screen.custom-login .have-account-block { display: none; }
.login-screen.custom-login .powered-by { display: none; }


 @media only screen and (max-device-width : 500px) {
     .login-screen {
         background-image: ;
         background-repeat: no-repeat;
         background-size: 1200px;
         background-position: top center;
    }
    .login-screen.is-clublocker .logo {
    display: inline-block;
    background-size: 225px 135px;
    max-width: 225px;
    background-image: url('https://s3.amazonaws.com/usqstorage/ussq-custom-login-data/signup/cl.png');
	}
}


/* this one is mandatory! */
.login-screen.custom-login .view-container { display: block; }
