.background-blue-dark {
  background-color: #003866;
}

.text-white {
  color: #fff;
}

.padding-left-15px {
  padding-left: 15px;
}

.padding-right-15px {
  padding-right: 15px;
}

.padding-top-20px {
  padding-top: 20px;
}

.padding-bottom-20px {
  padding-bottom: 20px;
}

.font-weight-800 {
  font-weight: 800;
}

body.login,
html {
  background: #0066b9;
}

.login #login h1 a,
.login .login h1 a {
  background-image: url("../img/qut-logo-inverted.gif");
  background-position: left top;
  text-indent: 0;
  font-size: inherit;
  font-weight: bold;
  color: white;
  width: auto;
  height: auto;
  text-align: left;
  padding-left: 95px;
}
.login #nav {
  display: none;
}
.login #backtoblog a {
  color: white;
}

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