/* VisualScout brand logos */
.brand-logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.brand-logo--full {
  width: auto;
  height: 28px;
}

.brand-logo--mark {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

#navbar_main .navbar-brand,
#mobile_navbar .mobile-logo {
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 1;
  text-decoration: none;
}

#navbar_main .navbar-brand:hover,
#mobile_navbar .mobile-logo:hover {
  opacity: 0.9;
}

.logo-section .brand-logo--full,
.logo-section-custom .brand-logo--full,
.verify-card .brand-logo--full,
.forgot-card .brand-logo--full {
  height: 36px;
  margin: 0 auto 8px;
}

.brand-name.brand-logo--full {
  display: block;
}
