/* Styling the login page */
body.login {
  background-image: url('https://www.thepractice.ae/wp-content/uploads/2019/06/header-image.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.login h1 a {
  background-image: url('https://www.thepractice.ae/wp-content/uploads/2019/03/cropped-all-england-logo-color-1.png');
  background-position: center;
  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(255, 255, 255, 0.8) none repeat scroll 0 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.wp-core-ui .button-primary {
  background: #472235 none repeat scroll 0 0;
  border-color: #472235;
  text-shadow: none;
}
.login form {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.login label {
  color: #fff;
}
.login #backtoblog a, .login #nav a {
  color: #472235;
  text-decoration: none;
  background: #ddd;
  padding: 5px;
  border-radius: 3px;
}
