/*body, .auth-page, .signin, .container */
 .signin {
  background-image: url('team-working.jpg') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  /*height: 100vh;*/
}
/* Optional: Add a semi-transparent overlay for readability */
/*.container, .auth-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.container, .auth-page > * {
  position: relative;
  z-index: 2;
}
*/
footer a[href*="greenlight"] {
  display: none;
}
span.text-center.text-muted.small, a[href="/signup"], a.text-link {
/*  display: none !important;*/
}
