.brand-logo {
  display: block;
  object-fit: contain;
  background: #fff;
}

.login-logo {
  width: 132px;
  height: 132px;
  margin: 0 auto 18px;
  border-radius: 50%;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.login-card h1 {
  margin-top: 0;
}

@media (max-width: 700px) {
  .header-brand {
    align-items: center;
  }

  .header-logo {
    width: 48px;
    height: 48px;
  }
}
