.login-card {
  width: 100%;
  max-width: 460px;
  text-align: center;
  z-index: 2;
}
.login-hero-mark {
  width: 100%;
  max-width: 460px;
  margin: 0 auto 32px;
  color: #fff;
  filter: drop-shadow(0 0 30px rgba(111,168,48,0.7)) drop-shadow(0 0 75px rgba(46,15,174,0.6)) drop-shadow(0 0 140px rgba(111,168,48,0.4));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.login-hero-mark img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

.login-hero-tag {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--blue-light);
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}
.login-form-title {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 400;
  color: #e8eef7;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.login-form-title em {
  font-style: italic;
  color: #6FA830;
  font-weight: 600;
}

.login-form-sub {
  font-size: 13.5px;
  color: #8a96b0;
  margin-bottom: 32px;
}

.login-extras {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}
.login-extras label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a8b5cc;
  font-size: 13px;
  cursor: pointer;
}

.login-extras a {
  color: #6FA830;
  font-size: 13px;
  border-bottom: 1px dotted rgba(111,168,48,0.5);

  padding-bottom: 1px;
  font-weight: 500;
}

.login-submit {
  margin-top: 20px;
  padding: 15px 24px;
  background: linear-gradient(135deg, #3F1FC9 0%, #2E0FAE 55%, #1A0875 100%);
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 24px rgba(46,15,174,0.35);
  transition: all 0.18s;
}