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

.login-screen .shield-container .mini-shield {
background-image: url('https://s3.amazonaws.com/usqstorage/ussq-custom-login-data/arizonasquash/club locker square CL blue-01.png');
width: 32px;
height: 32px;
}

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

.login-screen .logo-container { max-width: 365px; margin-top: 50px; max-height: 363px; }
.login-screen .for-login-checkbox { font-weight: bold; }
.login-screen .forgot-password-link { font-weight: bold; color: #000; text-decoration: underline; }
.login-screen .btn.btn-primary.login-btn { background: #1c305d; color: #FFF; }
.login-screen.custom-login .create-account-block { 
	display: inline; 
	text-decoration: underline; 
	font-weight: bold; 
	color: #000; 
    text-transform: uppercase;}

 @media only screen and (max-device-width : 500px) {
     .login-screen {
         background-repeat: no-repeat;
         background-size: 1200px;
         background-position: top center;
    }
}


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