/* Tam sayfa yönetici giriş / şifre — tema flat-account ile uyumlu */
.hs-admin-auth-page {
  min-height: 100vh;
  background: linear-gradient(160deg, #e8eef6 0%, #f5f7fa 45%, #eef1f5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}
.hs-admin-auth-inner {
  width: 100%;
  max-width: 920px;
}
.hs-admin-auth-inner .flat-account {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
  background: #fff;
  min-height: 480px;
}
.hs-admin-auth-inner .banner-account {
  max-width: 46%;
  min-height: 480px;
}
.hs-admin-auth-inner .banner-account img {
  min-height: 480px;
}
@media (max-width: 767px) {
  .hs-admin-auth-inner .banner-account {
    display: none;
  }
  .hs-admin-auth-inner .flat-account {
    min-height: auto;
  }
}
