body.portal-auth-page {
  margin: 0;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  color: #102542;
  background:
    linear-gradient(135deg, rgba(16, 37, 66, 0.78), rgba(15, 118, 110, 0.7)),
    url("/frontend_assets/tejarat/img/image3.jpg") center/cover fixed;
}

.portal-auth-shell {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 18px;
}

.portal-auth-layout {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 24px;
}

.portal-auth-brand-panel,
.portal-auth-form-card {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(16, 37, 66, 0.24);
}

.portal-auth-brand-panel {
  position: relative;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 620px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(12, 74, 91, 0.92), rgba(16, 37, 66, 0.88)),
    url("/frontend_assets/custom/hero-1920x900.jpg") center/cover;
}

.portal-auth-brand-panel::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(242, 139, 48, 0.16);
  filter: blur(2px);
}

.portal-auth-brand-copy,
.portal-auth-brand-points,
.portal-auth-visual {
  position: relative;
  z-index: 1;
}

.portal-auth-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-auth-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f28b30;
}

.portal-auth-mark {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.portal-auth-logo {
  width: 220px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
}

.portal-auth-brand-title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 800;
  line-height: 1.05;
}

.portal-auth-brand-copy p {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(247, 251, 255, 0.82);
  font-size: 15px;
  line-height: 1.8;
}

.portal-auth-brand-points {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.portal-auth-point {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.portal-auth-point i {
  font-size: 22px;
  color: #f7c56c;
}

.portal-auth-point strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 15px;
}

.portal-auth-point span {
  color: rgba(247, 251, 255, 0.76);
  font-size: 13px;
  line-height: 1.6;
}

.portal-auth-visual {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.portal-auth-visual img {
  width: min(100%, 260px);
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(16, 37, 66, 0.28));
}

.portal-auth-form-card {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

.portal-auth-form-card .portal-auth-chip {
  width: fit-content;
  color: #0c4a5b;
  background: rgba(15, 118, 110, 0.1);
}

.portal-auth-form-title {
  margin: 20px 0 8px;
  font-size: 2rem;
  font-weight: 800;
  color: #102542;
}

.portal-auth-form-copy {
  margin: 0 0 28px;
  color: #66758b;
  font-size: 14px;
  line-height: 1.8;
}

.portal-auth-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(226, 86, 88, 0.14);
  background: #fff3f2;
  color: #b42318;
  font-size: 13px;
  font-weight: 600;
}

.portal-auth-form {
  display: grid;
  gap: 18px;
}

.portal-auth-label {
  display: block;
  margin-bottom: 8px;
  color: #102542;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-auth-field {
  min-height: 58px;
  border: 1px solid rgba(16, 37, 66, 0.12);
  border-radius: 18px;
  background: #ffffff;
  padding: 0 18px;
  color: #102542;
  box-shadow: none;
}

.portal-auth-field:focus {
  border-color: rgba(15, 118, 110, 0.55);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.08);
}

.portal-auth-submit {
  min-height: 58px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.22);
}

.portal-auth-submit:hover {
  background: linear-gradient(135deg, #0c4a5b, #0f766e);
}

.portal-auth-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  color: #66758b;
  font-size: 13px;
}

.portal-auth-meta strong {
  color: #102542;
}

.portal-auth-footer {
  margin-top: 28px;
  color: #66758b;
  font-size: 13px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .portal-auth-layout {
    grid-template-columns: 1fr;
  }

  .portal-auth-brand-panel {
    min-height: 0;
    padding: 28px;
  }

  .portal-auth-visual {
    justify-content: center;
    margin-top: 18px;
  }

  .portal-auth-form-card {
    padding: 28px 22px;
  }
}

@media (max-width: 575px) {
  .portal-auth-shell {
    padding: 14px;
  }

  .portal-auth-brand-panel,
  .portal-auth-form-card {
    border-radius: 24px;
  }

  .portal-auth-brand-title {
    font-size: 1.75rem;
  }

  .portal-auth-form-title {
    font-size: 1.7rem;
  }

  .portal-auth-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}


