:root {
  --kk-text: #08264c;
  --kk-blue: #0b63ce;
  --kk-border: #dfe7f2;
  --kk-bg: #f7fafc;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--kk-text);
  background: var(--kk-bg);
}

.kk-auth-form-title {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0;
}

.kk-auth-intro {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.55;
}

.kk-auth-label {
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.45;
}

.kk-auth-input {
  height: 46px;
  min-height: 46px;
  min-width: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.kk-auth-input input {
  min-width: 0;
  font-family: inherit;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5;
}

.kk-auth-primary {
  min-height: 48px;
  font-family: inherit;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4;
}

.kk-password-toggle {
  flex: none;
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 6px;
  color: #64748b;
  background: transparent;
  cursor: pointer;
}

.kk-password-toggle:hover,
.kk-password-toggle:focus-visible {
  color: var(--kk-blue);
  background: #eff6ff;
  outline: none;
}

.kk-mobile-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.kk-mobile-menu a {
  display: block;
  padding: 11px 0;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }

  .kk-auth-form-title {
    font-size: 26px !important;
  }

  .kk-auth-intro {
    font-size: 14px !important;
  }

  .kk-auth-input {
    height: 46px;
    min-height: 46px;
  }

  .kk-auth-primary {
    min-height: 48px;
    font-size: 14px !important;
  }
}
