@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
       url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


body.login {
  background: url("../images/home-passwort.png") top center / cover no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Manrope', sans-serif;
 
}


div#login-message {
    display: none;
}
.wp-core-ui .button,
.wp-core-ui .button-secondary {
  color: #161617;
}

.login .button.wp-hide-pw {
  top: 8px;
}

.login form input[type="checkbox"] {
  background: #d9d9d9;
  border: none;
}

p.forgetmenot {
  padding-bottom: 11px;
}

#login {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  width: 650px;
  margin-top: 70px;
}

.custom-login-text {
    font-size: 15px;
    line-height: 140%;
    color: #000;
    margin-bottom: 30px;
}

.login form {
  background: #f0f0f0;
  padding: 16px 133px;
  border-radius: 6px 6px 0 0;
  border: none;
  margin-bottom: 0px;
}

.login form .input,
.login form input[type="text"],
.login form input[type="password"] {
  border-radius: 30px;
  padding: 12px 15px;
  border: 1px solid #161617;
  width: 100%;
  background: transparent;
}


.login form input[type="submit"] {
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 15px !important;
  border: none;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
}

.login form input[type="submit"]:hover {
  background: #333;
}

.login label {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  color: #161617;
  padding-bottom: 8px;
}

/* ✅ Combined and simplified nav/back links inside gray box */
.login #nav{
  background: #f0f0f0;
  padding: 10px 133px 20px 133px;
  border-radius: 0 0 6px 6px;
  text-align: center;
  margin-top: -10px;
  margin-bottom:0px
}
p#backtoblog {
    display: none;
}

.login #nav a{
  color: #000 !important;
  text-decoration: none;
  font-size: 14px;
}

.login #nav a:hover {
  text-decoration: underline;
}

/* ============================
   ✅ Responsive (Tablets & Mobile)
   ============================ */
@media (max-width: 1024px) {
  body.login {
    align-items: flex-start;
    padding: 0 16px;
    height: auto;
  }

  #login {
    width: 90%;
    padding: 20px;
    margin-top: 10px;
  }

  .login form {
    padding: 16px 25px;
  }

  .login #nav {
    background: #F0F0F0;
    padding: 10px 25px 20px 25px;
    border-radius: 0 0 6px 6px;
    text-align: center;
    margin-top: -10px;
  }

  .custom-login-text {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .login form input[type="submit"] {
    font-size: 16px;
  }

  /* Smaller mobile screens (under 400px) */
  @media (max-width: 400px) {
    .login form {
      padding: 12px 20px;
    }

    .login #nav {
      padding: 8px 20px 15px 20px;
    }

    .custom-login-text {
      font-size: 12px;
    }
  }
}
