.brand-logo-full,
.brand-logo-mark,
.generation-brand-mark {
  display: block;
  object-fit: contain;
}

.landing-brand {
  align-items: center;
  display: inline-flex;
  min-height: 74px;
}

.landing-brand .brand-logo-full {
  height: 74px;
  width: 176px;
}

.auth-wordmark {
  align-items: center;
  display: flex;
  justify-content: center;
}

.auth-wordmark .brand-logo-full {
  height: 132px;
  width: 210px;
}

.brand-logo-mark {
  background: #fffdf8;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(10, 53, 56, 0.18);
  flex: 0 0 48px;
  height: 48px;
  width: 48px;
}

.sidebar-brand .brand-logo-mark {
  margin: 0;
}

.mobile-brand .brand-logo-mark {
  border-radius: 13px;
  height: 42px;
  width: 42px;
}

.generation-brand-mark {
  background: #fffdf8;
  border: 1px solid rgba(26, 104, 105, 0.14);
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(10, 53, 56, 0.16);
  height: 86px;
  margin: 0 auto 18px;
  width: 86px;
}

.app-sidebar.collapsed .sidebar-brand .brand-logo-mark {
  flex-basis: 44px;
  height: 44px;
  width: 44px;
}

@media (max-width: 720px) {
  .landing-brand {
    min-height: 60px;
  }

  .landing-brand .brand-logo-full {
    height: 60px;
    width: 142px;
  }

  .auth-wordmark .brand-logo-full {
    height: 112px;
    width: 182px;
  }
}
