/* Change background color and font family */
body {
  background: #92fff3;
  background-position: center; 
  font-family: Verdana,sans-serif;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */

.login h1 a {
  background-image: url(logo.png);
  width: 320px;
  height: 166px;
  background-size: 320px 166px;
}
 
/* Custom Login-Fenster */

.login form {
  background-color: #92fff3;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
}

.login form .input {
  font-weight: normal;
  text-align: center;
  background-color: #ff0000;
  border: none;
  color:  #fff;
}

/*.login label {
  color: #fff;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
  /*text-transform: uppercase;*/
  /*font-size: 2em;
  text-align: center; 
}*/

.login label {
  font-size: 0px;
}

.login form .forgetmenot label {
  font-size: 0px;
}
 

.login #backtoblog a, .login #nav a {
  font-size: 0px;
}

.login #nav {
  text-align: center;
}

.login #nav a:hover {
  color: #26bbe7;
}

.login #backtoblog {
  text-align: center;
}

.login #backtoblog a:hover {
  color: #dd1a27;
}
 
.wp-core-ui .button-primary {
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  text-shadow: none;
}

.wp-core-ui .button-primary:hover {
  background: #ff0000;
}

.login form input[type=checkbox] {
  display: none;
  background: #1b263f;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #1b263f;
}



/* Custom Link */

p.custom-login {
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
  margin-top: 1em;
}

p.custom-login a {
  color: #ff0000;
  text-decoration: none;
}

p.custom-login a:hover {
  color: #000000;
}




