.exl_card .card-body {
  padding: 32px;
}

.tos-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.tos-links a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.exl-page-registration__account-banner {
  background: var(--exl-backdrop);
  padding: 50px 0 60px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exl-myaccount{
  padding-top: 150px;
}

@media (min-width: 1201px) {
  #registration.exl-page-registration {
    width: 60ch;
    margin: 0 auto;
  }
}

.w-visible-div{
  display: block;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  background-color: rgb(0 0 0 / 80%);
  align-items: center;
  justify-content: center;
  z-index: 9;
}