html { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    background: transparent !important;
}

.login h1 a {
  background-image: url("../images/loginlogo.png") !important;
  width: 288px;
  height: 93px;
  -webkit-background-size: 288px 93px;
  background-size: 288px 93px;
}

div#login h1 a {
  height: 125px;
}

.wp-core-ui .button-primary {
  background: #242D30;
  border-color: #000000;
}

.wp-core-ui .button-primary:hover {
  background: #565C5E;
  border-color: #000000;
}

.login #backtoblog a,
.login #nav a {
  color: #fff!important;
  opacity: 0.8;
}

.campus-name {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    opacity: 0.3;
    z-index: -1;
}

.uwsa-logo {
  bottom: 30px;
  position: absolute;
  opacity: 0.7;
  left: 30px;
  width: 200px;
  z-index: -1;
}