.brand img.brand-mark,
.login-card img.brand-mark {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: none;
  margin-bottom: 26px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  transform: none;
  filter: drop-shadow(0 8px 16px rgba(31, 43, 75, .2));
}

.brand img.brand-mark {
  width: 43px;
  height: 43px;
  margin-bottom: 0;
}
