.brand-logo {
  display: block;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: contain;
}

.auth-logo {
  display: block;
  width: clamp(132px, 38vw, 180px);
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto 24px;
  border-radius: 50%;
  object-fit: contain;
}

.auth-actions {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 540px) {
  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .auth-logo {
    width: 140px;
    margin-bottom: 20px;
  }
}
