body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  background-color: #f8f9fa;
  margin: 0;
  overflow: hidden;
  height: 100%;
}

.login-container {
  max-width: 480px;
  margin: auto;
}

.login-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.logo-section {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.logo-img {
  width: 50px;
  height: auto;
  margin-right: 15px;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #000;
  line-height: 1.2;
}

.brand-title .dot {
  margin: 0 0.15em;
  font-size: 0.8em;
  position: relative;
  top: -0.15em;
}

.support-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #00b48a;
  text-transform: uppercase;
}

.login-message p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
  color: #333;
}
