.rfa-header__glass {
  min-height: 88px;
  padding: 9px 14px 9px 16px;
}
.rfa-brand__logo {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 7px 20px rgba(0, 0, 0, 0.15);
}
.rfa-brand__logo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  aspect-ratio: 1/1 !important;
  display: block !important;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.24));
}
.footer-brand img {
  width: 62px !important;
  height: 62px !important;
  max-width: 62px !important;
  max-height: 62px !important;
  object-fit: contain !important;
  object-position: center !important;
  aspect-ratio: 1/1 !important;
}
.admin-logo img {
  width: 54px !important;
  height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  object-position: center !important;
  aspect-ratio: 1/1 !important;
}
.admin-field img {
  object-fit: contain !important;
  object-position: center !important;
}
.login-brand img {
  width: 92px !important;
  height: 92px !important;
  max-width: 92px !important;
  max-height: 92px !important;
  object-fit: contain !important;
  object-position: center !important;
  aspect-ratio: 1/1 !important;
}
@media (max-width: 1180px) {
  .rfa-header__glass {
    min-height: 76px;
    padding: 7px 10px 7px 12px;
  }
  .rfa-brand__logo {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    padding: 2px;
    border-radius: 14px;
  }
}
@media (max-width: 767px) {
  .rfa-header__glass {
    min-height: 68px;
    padding: 5px 7px 5px 8px;
  }
  .rfa-brand__logo {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    padding: 1px;
    border-radius: 12px;
  }
  .footer-brand img {
    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
  }
}
