body {
  background: linear-gradient(rgba(22,39,71,0.85) 0%, rgba(6,12,17,0.85));
}

div.auth-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

div.card a {
  text-decoration: none;
}

div.card {
  box-shadow: 0px 0px 10px #073c89;
}

div.card h2 {
  font-weight: bold;
  text-shadow: 0px 5px 5px var(--bs-gray-dark);
}
