/* Charte graphique IMT Nord Europe — pages d'authentification */

body.login-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(0, 73, 64, 0.92) 0%, rgba(0, 168, 135, 0.85) 45%, rgba(27, 42, 74, 0.92) 100%),
    url('/public/img/imt-nord-europe-logo.png') center / 520px no-repeat,
    #003c33;
  background-blend-mode: normal, soft-light, normal;
  position: relative;
}

body.login-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(0, 168, 135, 0.35), transparent 55%),
    radial-gradient(circle at 85% 80%, rgba(92, 45, 145, 0.30), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

body.login-page .login-box {
  position: relative;
  z-index: 1;
}

.login-box .card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.login-box .card.card-outline.card-primary {
  border-top: 4px solid #00a887;
}

.auth-brand {
  text-align: center;
  padding: 1.25rem 1rem 0.5rem;
  background: #ffffff;
}

.auth-brand img {
  max-height: 60px;
  width: auto;
}

.auth-footer {
  position: fixed;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  z-index: 1;
  pointer-events: none;
}
