.login-screen {
  background-color: #ffffff;
}

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

.login-screen .logo, .login-screen.is-clublocker .logo {
  display: inline-block;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('https://s3.amazonaws.com/usqstorage/ussq-custom-login-data/beacon/beacon.png');
  max-width: 295px;
  height: 150px;
}

.login-screen .logo-container { max-width: 295px; margin-top: 50px; }
.login-screen .for-login-checkbox { font-weight: bold; }
.login-screen.custom-login .forgot-password-link { font-weight: bold; color: #c8102e; text-decoration: underline; }
.login-screen .btn.btn-primary.login-btn { background: #c8102e; color: #fff; }

.login-screen.custom-login .create-account-block {
  display: inline;
  text-decoration: underline;
  font-weight: bold;
  line-height: 4;
  color: #c8102e;
  font-size: x-large;
  text-transform: uppercase;
}

a {
  color: #c8102e;
  text-decoration: underline;
}

body {
  color: #c8102e;
}

@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; }