/* common.css */

.login-hero-header {
  width: 100vw;
  text-align: center;
  margin-top: 0;
  margin-bottom: -1.5em;
  z-index: 2;
}

.login-hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}

.brand-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 4em;
  font-weight: 800;
  color: #15323b;
  letter-spacing: 0.01em;
  text-shadow:
    0 2px 0 #ffe68d,
    0 4px 10px #fffad6a0,
    2px 4px 0 #e0ae46,
    3px 6px 10px #ffaa0060;
  line-height: 1.04;
  margin-bottom: 0.18em;
  animation: title-pop 0.95s cubic-bezier(.17,.67,.83,.67) 0.1s both;
  text-transform: none; /* or lowercase if you really want */
}

.login-hero-center h2 {
  font-size: 1.25rem;
  color: #1a202c;
  margin: 0.5em 0 1em;
}
