.login form {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  box-shadow: 5px 5px 10px #000000;
}
body, html {
  height: 100%;
}
body.login {
  background-image: url("http://flyasportswear.co.za/wp-content/uploads/2017/02/banner.jpg") !important;
  background-attachment:fixed;
  background-position: center center;
    background-repeat: no-repeat;
  background-size: cover;
  }
p > a {
  color: #ffffff !important;
  text-shadow: 1px 1px 1px black;
  font-weight: bold;
  font-size: 15px;
}
#login {
  padding: 50px 0 0 !important;
}
.login label {
  color: #ffffff;
}
/*#login h1 {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  box-shadow: 2px 3px 5px black;
}*/
.login h1 a {
  display: all;
  background: url("http://flyasportswear.co.za/wp-content/uploads/2016/11/flya-sportswear-logo-white.png") no-repeat center center !important;
  background-size:contain !important;
  height:110px;
  width:200px;
}
.wp-core-ui .button-primary {
  background: none repeat scroll 0 0 #000000;
  border-color: #000000;
  border-width: 3px;
  color: #000000;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-shadow: 0 0 0 #000;
  border-radius: 3px;
}
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:active {
  border-color: #000000 !important;
  border-width: 3px !important;
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF !important;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}