body.login {
	background: url('/wp-content/bilderlogin/LoginLBild2.png');
 	background-repeat: no-repeat;
	background-attachment: fixed;
 	background-position: center;
	background-size: 100% 100%;

}
.login #backtoblog a, .login #nav a {
	color: #080808;
}

#login h1 a {
  background-image: url('/wp-content/bilderlogin/Logo-1.png');

}
.login label {
  font-size: 12px;
  color: #555555;
}

.login input[type="text"]{
  background-color: #bdf2b8;
  border-color:#080808;
  -webkit-border-radius: 20px;
}

.login input[type="password"]{
  background-color: #bdf2b8;
  border-color:#080808;
  -webkit-border-radius: 20px;
}

.login form {
  -webkit-border-radius: 20px;
	background: #e6e6e3;
	color: #080808;
	border: none;
	box-shadow: none;
}
.login .message {
	background: #e6e6e3;
	border: #080808;
	color: #00000;
	-webkit-border-radius: 20px;
}
