body {
  background: #409bd6;
  color: #4b4b4b;
}
body.notlogin,
html.notloginhtml {
  height: 100%;
}
a {
  color: #337ab7;
}
.footer {
  background-color: #286184;
}
.notlogin .user_wrap {
  padding-top: 25px;
}
.notlogin #wrapper {
  padding-bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.header-logo img {
  max-width: 100%;
}
.notlogin .content {
  display: table;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: static;
}
.notlogin #page-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.notlogin .content .container {
  display: table-cell;
  vertical-align: middle;
}
.notlogin footer .container {
  display: block;
}
.notlogin .user_wrap.user-login {
  padding-top: 0;
  width: 1170px;
}
@media (max-width: 1200px) {
  .notlogin .user_wrap.user-login {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .notlogin .user_wrap.user-login {
    max-width: 750px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .notlogin .content {
    padding-top: 8em;
  }
}
