.company-logo {
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #ffffff66;
  border-radius: 12px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  z-index: 1;
}

.company-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-company-logo {
  width: 46px;
  height: 46px;
  flex: none;
}

.login-company-logo {
  width: 150px;
  height: 80px;
  border-radius: 15px;
}

.login-card > div:first-child {
  margin-bottom: 22px;
}

.branding-layout {
  max-width: 720px;
}

.branding-card {
  padding: 24px;
}

.logo-preview {
  height: 180px;
  border: 1px dashed #b9c9c0;
  border-radius: 14px;
  background: #f6f9f7;
  display: grid;
  place-items: center;
  margin: 18px 0;
}

.logo-preview img {
  display: block;
  max-width: 90%;
  max-height: 150px;
  object-fit: contain;
}

.logo-preview span {
  color: #7b8981;
  font-size: 13px;
}

.logo-form input[type="file"] {
  height: auto;
  padding: 10px;
  background: #f8faf9;
}

.logo-form > small {
  color: #7a8880;
  font-size: 11px;
}

.branding-card .primary-button {
  max-width: 220px;
}
