/***** custom_login.css *****/

/* Change background image and font family */


body {
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  font-family: Arial,Verdana,sans-serif;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(logo.png);
  width: 200px;
  height: 200px;
  background-size: 200px 200px;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog, .login #nav {
margin:0;
text-align: center;
}
.login #backtoblog a, .login #nav a, .login .help span, .login .help a {
  display: inline-flex; /* keep the background color wrapped tight */
  padding:5px;background-color:rgba(0,0,0,0.5);color:#ffffff;
  text-decoration: none;
}
 
.wp-core-ui .button-primary {
  background: #454545;
}

.login .help {
  text-align: center; 
  /*margin-top: 1em;*/
  color: #ffffff; 
}

.login .help a:hover {
  color: #00a0d2;
}