.brand img {
  display: block;
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
}
.login-logo {
  display: block;
  width: 230px;
  max-width: 80%;
  height: auto;
  margin: 0 0 24px;
}
.product-icon {
  display: grid;
  place-items: center;
  background: #14233f;
}
.product-icon img {
  width: 31px;
  height: 31px;
  display: block;
}
.product-icon i {
  display: none;
}
.app-leadflow .product-icon {
  background: #117d78;
}
.app-bedflow .product-icon {
  background: #176a96;
}
.app-formflow .product-icon {
  background: #7357a8;
}
.app-omniflow .product-icon {
  background: #c45c72;
}
.app-agentflow .product-icon {
  background: #4466a8;
}
.app-marketflow .product-icon {
  background: #dc7732;
}
.app-verifyflow .product-icon {
  background: #24936f;
}
.app-revenueflow .product-icon {
  background: #b28a21;
}
.app-insightflow .product-icon {
  background: #5263ba;
}
.app-referralflow .product-icon {
  background: #a55286;
}
.app-callflow .product-icon {
  background: #3582a2;
}
.app-collectflow .product-icon {
  background: #b35b38;
}
.app-authflow .product-icon {
  background: #49546b;
}
.app-outcomeflow .product-icon {
  background: #238a78;
}
.app-qualityflow .product-icon {
  background: #5d67b2;
}
.app-integrityflow .product-icon {
  background: #b56736;
}
.app-memberflow .product-icon {
  background: #a84f7a;
}
.app-card:hover .product-icon {
  transform: scale(1.06) rotate(-2deg);
  transition: 0.18s ease;
}
@media (max-width: 650px) {
  .brand img {
    width: 145px;
  }
  .login-logo {
    width: 200px;
  }
}
