.login-form-wrapper {
    width: 100%;
    max-width: 20em;
}

.btn.htmx-request {
  background-color: red !important;
  border-color: black !important;
  color: white !important;
  transition: background-color 0.4s ease, opacity 0.4s ease;
  opacity: 0.65;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


.circle-container {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #ccc url('/static/map.jpg') no-repeat;
  background-size: cover;
  background-position: 40% 20%;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.6), 0 1em 2em rgba(0, 0, 0, 0.4);
}

