body.sign-in-body {
  background-color: #514FA6 !important;
  background-image: radial-gradient(circle at top left,#0078B9 5%,#80379B 95% );
  min-height: 100vh;
  max-height: 100%;
}


body.sign-in-body,
body.sign-in-body a,
body.sign-in-body button,
body.sign-in-body p,
body.sign-in-body div,
body.sign-in-body span {
  font-family: "Museo Sans", "museo-sans", "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 14px;
}

body.sign-in-body h2 {
  font-weight: 500;
}

.sign-in-box {
  padding: 30px;
  width: 305px;
  margin: 20px auto;
  border: none;
  box-shadow: none;
  background: rgba(255,255,255,.1);
  text-align: center;
}

.sign-in-box #loginControls a {
  font-weight: 500;
  font-weight: light;
  color: rgba(255,255,255,.9) !important;
  /*text-decoration: none;*/
}

.sign-in-box #loginControls a:hover {
  color: white;
  text-decoration: underline;
  outline: none;
}

.sign-in-box #loginControls a.btn-large {
  color: white;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  text-shadow: none;
}

.sign-in-box #loginControls a.btn-large:hover {
  color: white;
  text-decoration: none;
  outline: none;
}

#loginControls a.sign-in-social:hover {
  text-decoration: none;
}
