#login {
  background: #ffffff !important;
  color-scheme: light;
}

#login form {
  max-width: 20em;
}

#login img {
  width: 13em !important;
  height: auto !important;
  max-width: 82% !important;
  object-fit: contain;
  margin: 0 auto 0.65rem !important;
}

#login h1 {
  color: #333;
  font-size: 1.65em !important;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.25em 0 0.9em !important;
  text-align: center;
  white-space: nowrap;
}

p.credits > span {
  display: none !important;
}

p.credits::before {
  content: "©2026 珠海星云智联科技有限公司 版权所有";
  display: block;
  color: #a5a5a5;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 360px) {
  #login form {
    max-width: 18em;
  }

  #login img {
    width: 11.5em !important;
  }

  #login h1 {
    font-size: 1.45em !important;
  }
}
