.logo {
  max-height: 227px; 
  display: block; 
  margin: auto;        
}
#authOverlay{
  position: fixed;
  inset: 0;
  background-color: white;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#authOverlaySpin{
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #0073B0;
  border-radius: 50%;
  animation: authSpin 0.8s linear infinite;
}