.brand-mark {
  width: 78px;
  height: 68px;
  padding: 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login-showcase {
  background:
    linear-gradient(145deg, rgba(5, 50, 43, 0.88), rgba(12, 91, 76, 0.70)),
    url('../img/quran-evaluation-hero.png') center / cover no-repeat;
}

@media (max-width: 580px) {
  .brand-mark {
    width: 68px;
    height: 60px;
  }
}
