.login h1 a {
	/*background-image: url('/wp-content/uploads/logo-150.png');*/
	background-size:0px !important;
	height:0px !important;
	width:0px !important;
}
.login form:before{
	content: '';
	background-image: url('/wp-content/uploads/logo-180.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 85px;
	margin-bottom: 45px;
	display: block;
}
.login form {
	border-radius: 5px;
	box-shadow: 1px 1px 15px #c4c4c4;
	margin-top: 60px;
}
.login form input {  /* Remove input background in FireFox*/
  filter: none;
}
input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus { /* Remove input background in Chrome*/
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.login form #wp-submit {  /*Anmelden Button*/
    background-color: #B83E7A; 
	color: #FFFFFF;
    font-weight: bold;
	border: 0;
	box-shadow: 0px 0px 0px #737373;
	transition: box-shadow 0.2s;
}
.login form #wp-submit:hover{
	box-shadow: 1px 1px 5px #737373;
}
.login form #wp-submit:focus{
	box-shadow: none !important;
}
.login .message { /*  Meldung nach Logout*/
	border-left-color: #B83E7A;
	margin-bottom: -20px;
}
div.lost-password{
	font-size: 0.85em;
	background-color: #b3b3b3;
	padding: 4px 8px 5px;
	margin: 5px auto; 
	line-height: 1;
	width: 80%;
    text-align: center;
	box-shadow: 0px 0px 0px #737373;
	transition: box-shadow 0.2s;
}
div.lost-password:hover{
	box-shadow: 1px 1px 5px #737373;
}
div.lost-password a{
	color: #ffffff;
	text-decoration: none;
	padding: 0.3em 0.6em;
}

.language-switcher{
	display: none;
}
