body.login {
  background: #ffffff;
}
.login_wrapper {
  margin-top: 54px;
  max-width: none;
}
.login_content h1:after,
.login_content h1:before {
  /*width:16%;*/
  display: none;
}
.login_content h1.m2title {
  margin-top: -54px !important;
}
.login_content img {
  height: auto;
  max-width: 100%;
  max-height: 300px;
}
.login_content {
  padding: 25px 10px 0;
  text-shadow: none;
}
.login_content form {
  clear: both;
}
.login_content > .m2title img {
  max-height: 80px;
  max-width: 400px;
}
@media (max-width: 480px) {
  .login_content > .m2title img {
    max-height: none;
    max-width: 100%;
  }
}

.login_content .m2form > .wrap > a {
  line-height: 33px;
}
.login_content .m2form .submit {
  clear: none;
  display: inline-block;
  width: auto;
}
.generic_content h1 img {
  max-width: 100%;
}
.generic_content h1 {
  text-align: center;
}
.generic_content .separator {
  border-top: 1px solid #999;
  text-align: center;
}
.checkbox_wrap {
  margin-bottom: 1em;
  text-align: left;
}
.checkbox_wrap input {
  display: inline-block !important;
  height: 1em;
  line-height: 1em;
  margin-right: 0.625em;
  width: auto;
}
.checkbox_wrap label {
  display: inline-block !important;
  height: 1em;
  line-height: 1em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.login_content form input[type="submit"] {
  margin-left: 16px;
}
.m2forgotpwd {
  float: right;
  margin: 0 18px auto !important;
}

@media (max-width: 1439px) {
  .m2forgotpwd {
    clear: both;
    float: left;
    margin: 5px 18px auto !important;
  }
}
