/* Dedicated modern login design (scoped) */
.auth-login {
  min-height: 100vh;
  background: radial-gradient(1200px circle at 10% 10%, rgba(106, 27, 154, 0.18), transparent 45%),
              radial-gradient(900px circle at 90% 10%, rgba(25, 118, 210, 0.16), transparent 45%),
              radial-gradient(900px circle at 50% 100%, rgba(46, 125, 50, 0.10), transparent 55%),
              #f6f7fb;
  display: flex;
  align-items: center;
}

.auth-login__shell {
  width: 100%;
  padding: 32px 0;
}

.auth-login__center {
  display: flex;
  justify-content: center;
}

.auth-login__brand {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  padding: 34px;
  color: #fff;
  background: linear-gradient(135deg, #6a1b9a 0%, #1976d2 55%, #00897b 100%);
  box-shadow: 0 20px 60px rgba(20, 20, 20, 0.18);
  min-height: 420px;
}

.auth-login__brand::after {
  content: "";
  position: absolute;
  inset: -40% -30%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.20), transparent 55%);
  transform: rotate(10deg);
  pointer-events: none;
}

.auth-login__brand-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.auth-login__logo {
  height: 46px;
  width: 46px;
  border-radius: 12px;
  background: rgba(255,255,255,0.92);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.auth-login__logo img {
  height: 34px;
  width: auto;
}

.auth-login__brand-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.auth-login__brand-subtitle {
  margin: 2px 0 0 0;
  opacity: 0.9;
  font-size: 0.95rem;
}

.auth-login__brand-body {
  position: relative;
  margin-top: 22px;
}

.auth-login__headline {
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 0 14px 0;
  font-weight: 900;
}

.auth-login__copy {
  margin: 0;
  opacity: 0.95;
  font-size: 1.03rem;
  max-width: 540px;
}

.auth-login__brand-footer {
  position: relative;
  margin-top: 26px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.auth-login__brand-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 800;
}

.auth-login__card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(20, 20, 20, 0.14);
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
}

.auth-login__card-header {
  padding: 26px 26px 18px;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.auth-login__card-header h4 {
  margin: 0;
  font-weight: 900;
}

.auth-login__card-header p {
  margin: 6px 0 0 0;
  color: rgba(0,0,0,0.62);
}

.auth-login__header-logo {
  height: 58px;
  width: 58px;
  margin: 0 auto 14px auto;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 24px rgba(20, 20, 20, 0.08);
}

.auth-login__header-logo img {
  height: 40px;
  width: auto;
}

.auth-login__card-body {
  padding: 24px 26px 8px;
}

.auth-login__field {
  margin-bottom: 14px;
}

.auth-login__input-group {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 12px;
  padding: 10px 12px;
  transition: border-color 140ms ease, box-shadow 140ms ease;
  background: #fff;
}

.auth-login__input-group:focus-within {
  border-color: rgba(25,118,210,0.55);
  box-shadow: 0 0 0 4px rgba(25,118,210,0.12);
}

.auth-login__icon {
  color: rgba(0,0,0,0.55);
  margin-right: 10px;
}

.auth-login__input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
  font-size: 0.98rem;
  background: transparent !important;
}

.auth-login__toggle {
  border: none;
  background: transparent;
  padding: 0 4px;
  color: rgba(0,0,0,0.55);
  cursor: pointer;
}

.auth-login__help-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
  margin-bottom: 14px;
}

.auth-login__link {
  font-weight: 800;
  text-decoration: none;
}

.auth-login__primary-btn {
  width: 100%;
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.auth-login__hint {
  margin-top: 14px;
  padding: 12px 12px 10px;
  border-radius: 12px;
  background: rgba(25, 118, 210, 0.06);
  border: 1px solid rgba(25, 118, 210, 0.12);
}

.auth-login__hint-title {
  font-weight: 900;
  font-size: 0.95rem;
  margin-bottom: 6px;
  color: rgba(0,0,0,0.72);
}

.auth-login__hint-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(0,0,0,0.62);
  font-size: 0.92rem;
}

.auth-login__hint-list li {
  margin: 4px 0;
}

.auth-login__card-footer {
  padding: 14px 26px 22px;
  text-align: center;
  color: rgba(0,0,0,0.62);
}

.auth-login__error {
  margin-top: 8px;
  padding-left: 8px;
  font-size: 0.9rem;
}

