.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 190px;
  height: 62px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(5, 7, 25, 0.18);
}

.brand img {
  flex: 0 0 auto;
  width: 238px;
  max-height: none;
}

.auth-art .brand {
  width: 310px;
  height: 100px;
  border-radius: 18px;
}

.auth-art .brand img {
  width: 390px;
}
