/* Styling the login page */
body.login {
  background-image: url('images/home_university_slide.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.login h1 a {
  background-image: url('../img/logo.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 115px auto;
  color: #444;
  display: block;
  font-size: 20px;
  height: 115px;
  line-height: 1.3em;
  margin: 0 auto 25px;
  outline: 0 none;
  padding: 0;
  text-indent: -9999px;
  width: 115px;
}
.login h1 {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  text-align: center;
}
.wp-core-ui .button-primary {
  background: #662d91 none repeat scroll 0 0;
  border-color: #662d91;
  text-shadow: none;
}
.login form {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.login label {
  color: #fff;
}
.login #backtoblog a, .login #nav a {
  color: #6a00a8;
  text-decoration: none;
  background: #ddd;
  padding: 5px;
  border-radius: 3px;
}