body.login {
  background: url(../img/bg3.jpg) no-repeat center;
  background-size: cover;
  height: auto;
}
body.login:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  height: 100%;
}
body.login #login {
  position: relative;
  z-index: 2;
  max-width: 400px;
  width: 100%;
  padding: 30px;
}
body.login #login #login_error {
  border-radius: 10px;
}
body.login #login form {
  padding: 30px;
  border-radius: 10px;
}
body.login #login form .button-primary {
  display: block;
  width: 100%;
  margin: 20px 0;
  background: #005BAA;
}
body.login #login form .button-primary:hover {
  background: #e68d00;
}
body.login .language-switcher {
  position: relative;
  z-index: 2;
}
body.login #backtoblog a, body.login #nav a {
  text-decoration: none;
  color: #fff !important;
}
body.login .cx-footer {
  z-index: 10;
}
body.login h1 a {
  background: url(../img/logo-1.png) no-repeat center;
  width: auto;
  background-size: contain;
}

/*# sourceMappingURL=login.css.map */
