/* KMicro landing-page access screen */
body.page-id-2878 {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px !important;
  background: #070d1f;
}

body.page-id-2878 form.post-password-form {
  width: min(100%, 520px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(91, 194, 255, 0.38);
  border-radius: 18px;
  color: #f4f8ff;
  background: linear-gradient(145deg, #0c1a3a 0%, #152f58 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: Inter, Arial, sans-serif;
}

body.page-id-2878 form.post-password-form::before {
  display: block;
  margin-bottom: 22px;
  color: #55d4ff;
  content: "K MICRO  /  SECURE CLIENT ACCESS";
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.page-id-2878 form.post-password-form > p:first-of-type {
  display: none;
}

body.page-id-2878 form.post-password-form > p:nth-of-type(2) {
  margin: 0 0 24px;
  color: #dce9ff;
  font-size: clamp(19px, 3vw, 25px);
  font-weight: 700;
  line-height: 1.25;
}

body.page-id-2878 form.post-password-form > p:last-of-type {
  margin: 0;
}

body.page-id-2878 form.post-password-form label {
  display: block;
  color: #a8c8ed;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.page-id-2878 form.post-password-form input[type="password"] {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 9px;
  padding: 0 14px;
  border: 1px solid rgba(91, 194, 255, 0.48);
  border-radius: 10px;
  color: #ffffff;
  background: #071126;
  box-sizing: border-box;
  font: inherit;
}

body.page-id-2878 form.post-password-form input[type="password"]:focus {
  border-color: #55d4ff;
  outline: 2px solid rgba(85, 212, 255, 0.22);
  outline-offset: 2px;
}

body.page-id-2878 form.post-password-form input[type="submit"] {
  display: block;
  width: 100%;
  min-height: 50px;
  margin-top: 16px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #35c6f4 0%, #5c64ef 100%);
  box-shadow: 0 8px 24px rgba(57, 160, 245, 0.22);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

body.page-id-2878 form.post-password-form input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(57, 160, 245, 0.32);
}

@media (max-width: 600px) {
  body.page-id-2878 {
    padding: 16px !important;
  }

  body.page-id-2878 form.post-password-form {
    padding: 26px 22px;
    border-radius: 14px;
  }
}
@media (max-width: 640px) {
    .km-demo-copy {
        margin-top: 80px;
    }
}