body.login {
  background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #FFFFFF;
}

body.login .faded-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50, 50, 50, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(21, 21, 28, 0)), color-stop(40%, rgba(21, 21, 28, 0.1)), color-stop(55%, rgba(21, 21, 28, 0.3)), color-stop(75%, rgba(21, 21, 28, 0.61)), to(#15151c));
  background: linear-gradient(to bottom, rgba(21, 21, 28, 0) 0, rgba(21, 21, 28, 0.1) 40%, rgba(21, 21, 28, 0.3) 55%, rgba(21, 21, 28, 0.61) 75%, #15151c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0015151c", endColorstr="#15151c", GradientType=0);
}

body.login .logo-title-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

body.login .logo {
  height: auto;
  margin: 30px auto 15px;
  padding-top: 25px;
  max-height: 80px;
}

body.login .copy {
  width: auto;
  padding: 30px 30px 12px;
}

body.login .copy h1 {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  z-index: 9999;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  top: 0;
  line-height: 45px;
  margin: 20px 0 0 14px;
}

body.login .copy p {
  color: #fff;
  font-size: 13px;
  max-width: 650px;
  opacity: 0.9;
  z-index: 99;
  font-weight: 300;
  margin-top: 0;
  left: 15px;
  position: relative;
  top: -8px;
}

body.login .login-sidebar {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-top: 5px solid #02192d;
  border-radius: 0;
}

body.login .login-container {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 30px;
  top: 50%;
  margin-top: -150px;
}

body.login .login-container p {
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 3px;
  color: #757C85;
  border-radius: 2px;
  font-size: 10px;
  text-transform: uppercase;
  width: auto;
  padding-left: 2px;
}

body.login .login-container form {
  padding-top: 15px;
}

body.login .login-container form p {
  text-transform: none;
  font-weight: 400;
}

