/* Simple login page styles */
body.bg-light {
  background: linear-gradient(180deg, #f7fafc 0%, #eef2f7 100%);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.login-logo{
  max-height:54px;
  width:auto;
}
.card {
  border-radius: 12px;
}
#alert-placeholder .alert{
  margin-bottom: 1rem;
}

@media (max-width: 480px){
  .card{ padding: 0; }
  .card .card-body{ padding: 1rem; }
}
