.brand-login a {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  color: #202333 !important;
  text-decoration: none;
}

.brand-login img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brand-login strong {
  font-size: 23px;
  line-height: 40px;
  font-weight: 700;
  white-space: nowrap;
}
