.login-action-login form {
  padding-bottom: 150px;
}

#login {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  background-image: url(../images/login-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #login {
    width: 50%;
    background: #fff;
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  #login:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-position: center center;
  }
}
#login h1 a {
  background-image: url(../images/Alliance-white.png);
  width: 105px;
  height: 23px;
  background-size: contain;
}
@media (min-width: 768px) {
  #login h1 a {
    background-image: url(../images/Alliance.png);
  }
}
#login form {
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid #DFDFDF;
  box-shadow: none;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #login form {
    max-width: 320px;
  }
}
#login form label {
  color: #1C1C1C;
  font-weight: 600;
}
#login form input {
  border-color: #DFDFDF;
}
#login form .forgetmenot {
  float: none;
}
#login form .button-primary {
  float: none;
  width: 100%;
  margin-top: 20px;
  background: #0092F4;
  border: 1px solid #0092F4;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
#login form .button-primary:hover {
  background: transparent;
  color: #0092F4;
}
#login #nav,
#login #backtoblog {
  text-align: center;
  color: #fff;
}
#login #nav a,
#login #backtoblog a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #login #nav a,
  #login #backtoblog a {
    color: initial;
    font-size: inherit;
    font-weight: 400;
  }
}
#login .mo-openid-app-icons {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  padding-top: 40px;
  position: absolute;
  bottom: 25px;
  width: calc(100% - 48px);
}
#login .mo-openid-app-icons:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #DFDFDF;
  left: 0;
  top: 20px;
}
#login .mo-openid-app-icons:after {
  content: "OR";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  top: 11px;
  padding: 0 5px;
  font-weight: 500;
}
#login .mo-openid-app-icons p {
  width: auto !important;
  margin-bottom: 10px !important;
  font-weight: 600;
}
#login .notice {
  border: 1px solid #72aee6;
  border-left: 4px solid #72aee6;
  box-shadow: none;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #login .notice {
    max-width: 320px;
  }
}
#login .notice.notice-error {
  border-color: #d63638;
}

#backtoblog {
  display: none;
}/*# sourceMappingURL=styles.css.map */