html, body {
  background-color: #ffffff;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login h1 a {
  background-image: url(../images/Grafik_Logo_SV_08_Lauscha.png);
  background-image: none,url(../images/Grafik_Logo_SV_08_Lauscha.png);
  background-size: 84px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #3c434a;
  height: 115px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 auto 25px;
  padding: 0;
  text-decoration: none;
  width: 84px;
  text-indent: -9999px;
  outline: 0;
  overflow: hidden;
  display: block;
}

.login #login_error, .login .message, .login .success {
  border-left: 4px solid #ED1C24;
  padding: 12px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fff;
  color: #425466;
  box-shadow: 0 1px 10px 1px rgb(0 0 0 / 10%);
  word-wrap: break-word;
}

#login {
  width: 320px;
  padding: 0 0 0;
  margin: 0;
}

#loginform {
  border: none;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 24px 34px;
  font-weight: 400;
  overflow: hidden;
  background: none;
  box-shadow: none;
  color: #425466;
}

.login form .input {
  outline: none;
  font-size: 15px;
  line-height: 1.33333333;
  width: 100%;
  border-width: 0.0625rem;
  padding: 0.1875rem 0.8125rem;
  margin: 10px 0 21px 0;
  min-height: 40px;
  max-height: none;
  border: 1px solid #425466;
  background: none;
  border-radius: 25px;
  box-shadow: 5px 5px 10px 5px #eeeeee;
  transition: 250ms all;
}

.login form .input:focus {
  outline: none;
  font-size: 15px;
  line-height: 1.33333333;
  width: 100%;
  border-width: 0.0625rem;
  padding: 0.1875rem 0.8125rem;
  margin: 10px 0 21px 0;
  min-height: 40px;
  max-height: none;
  border: 1px solid #ED1C24;
  background: none;
  border-radius: 25px;
  box-shadow: 5px 5px 10px 5px #eeeeee;
}

.login .button.wp-hide-pw {
  background: 0 0;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 2;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 40px;
  min-height: 40px;
  margin: 0;
  padding: 5px 9px;
  position: absolute;
  right: 5px;
  top: 9px;
  color: #425466;
  transition: 250ms all;
}

.login .button.wp-hide-pw:hover {
  background: 0 0;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 2;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 40px;
  min-height: 40px;
  margin: 0;
  padding: 5px 9px;
  position: absolute;
  right: 5px;
  top: 9px;
  color: #ED1C24;
}

.login #nav {
  margin: 0;
}

.wp-core-ui .button-primary {
  background: #425466;
  border-color: #425466;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  border-radius: 25px;
  transition: 250ms all;
}

.wp-core-ui .button-primary:hover {
  background: #ED1C24;
  border-color: #ED1C24;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  border-radius: 25px;
}

.language-switcher {
  display: none;
}

.login #backtoblog a, .login #nav a {
  text-decoration: none;
  color: #425466;
  transition: 250ms all;
}

.login #backtoblog a:hover, .login #nav a:hover {
  text-decoration: none;
  color: #ED1C24;
  transition: 250ms all;
}
