.login{
  display: flex;
  background: url('../img/network.gif');
  background-size: cover;
  background-repeat: no-repeat;
}
#login{
  background: #040403;
  padding: 20px;
  box-shadow: 0 15px 50px black;
}
.login h1{
  display: none;
}
.login h1 a{
  background-image: none,url();
}
.login form{
  margin-top: 20px;
  margin-left: 0;
  padding: 26px 24px 46px;
  background: #040403;
  box-shadow: 0 1px 3px rgba(0,0,0,.13);
  border: none;
}
.login label{
  color: white;
  font-size: 14px;
}
.wp-core-ui .button-primary{
	background: white;
  border-color: white;
	box-shadow: none;
  text-shadow: none;
  color: #040403;
  font-weight: bold;
}
