.login-brand .logo {
  width: 210px;
  height: 92px;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.login-brand .logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
