.login-image {
  background: url('/assets/images/banner.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#loadingOverlay {
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  margin: 15px 0;
}

#login-alert {
  margin-bottom: 20px;
}

/* Ensure consistent form button spacing */
.btn-user {
  margin-bottom: 10px;
}
