.auth-card img {
  width: 190px;
  height: 90px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
}

.sidebar img {
  width: 180px;
  height: 84px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 760px) {
  .sidebar {
    padding: 10px 18px;
  }

  .sidebar img {
    width: 142px;
    height: 68px;
  }
}
