body.login-page {
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(180deg, #eef2f9 0%, #e4ebf5 100%);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.login-box {
  width: min(92vw, 460px);
  margin: 7vh auto;
}

.login-logo {
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  color: #1f2937;
  margin-bottom: 16px;
}

.login-box-body {
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
  padding: 24px;
}

.login-box-msg {
  text-align: center;
  font-size: 1.05rem;
  color: #475569;
  margin-bottom: 18px;
}

.login-box a {
  color: #0ea5e9;
  text-decoration: none;
}

.login-box a:hover {
  text-decoration: underline;
}
