.sp-login-page {
  background:
    linear-gradient(90deg, rgba(5, 28, 41, 0.96) 0%, rgba(7, 44, 64, 0.82) 44%, rgba(7, 44, 64, 0.42) 100%),
    linear-gradient(180deg, rgba(5, 28, 41, 0.3) 0%, rgba(5, 28, 41, 0.8) 100%),
    url("/sp_theme/images/hero-satu-data-padang.png") center right / cover no-repeat,
    #082f43;
  color: #fff;
  margin-top: -20px;
  min-height: 680px;
}

.sp-login-shell {
  max-width: 1180px;
  padding-bottom: 72px;
  padding-top: 72px;
}

.sp-login-page .flash-messages {
  margin-bottom: 24px;
}

.sp-login-layout {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
}

.sp-login-intro {
  max-width: 680px;
}

.sp-login-kicker {
  color: #39d0c4;
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sp-login-intro h1 {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 18px;
  max-width: 720px;
}

.sp-login-intro p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

.sp-login-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.sp-login-points span {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  padding: 9px 12px;
}

.sp-login-points i {
  color: #f2b705;
}

.sp-login-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  color: #172033;
  padding: 30px;
}

.sp-login-brand {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 26px;
}

.sp-login-brand img {
  background: #fff;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  height: 58px;
  object-fit: contain;
  padding: 6px;
  width: 58px;
}

.sp-login-brand strong,
.sp-login-brand span {
  display: block;
}

.sp-login-brand strong {
  color: #172033;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.2;
}

.sp-login-brand span {
  color: #637084;
  font-size: 0.84rem;
  font-weight: 700;
  margin-top: 4px;
}

.sp-login-card__heading {
  margin-bottom: 22px;
}

.sp-login-card__heading h2 {
  color: #172033;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 8px;
}

.sp-login-card__heading p {
  color: #637084;
  line-height: 1.55;
  margin: 0;
}

.sp-login-form .form-group {
  margin-bottom: 16px;
}

.sp-login-form label {
  color: #172033;
  font-size: 0.88rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.sp-login-form .form-control {
  background: #fff;
  border: 1px solid #d4dde9;
  border-radius: 8px;
  box-shadow: none;
  color: #172033;
  font-size: 1rem;
  min-height: 48px;
  padding: 10px 14px;
}

.sp-login-form .form-control:focus {
  border-color: #1592a6;
  box-shadow: 0 0 0 3px rgba(21, 146, 166, 0.16);
}

.sp-login-form .checkbox,
.sp-login-form .form-check {
  color: #4f5e72;
  font-weight: 700;
  margin-bottom: 0;
}

.sp-login-form .form-actions {
  background: transparent;
  border: 0;
  margin: 22px 0 0;
  padding: 0;
}

.sp-login-submit {
  align-items: center;
  background: #f2b705;
  border: 0;
  border-radius: 8px;
  color: #172033;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 50px;
  width: 100%;
}

.sp-login-submit:hover,
.sp-login-submit:focus {
  background: #ffc91a;
  color: #172033;
}

.sp-login-links {
  border-top: 1px solid #e5ebf2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 18px;
}

.sp-login-links a {
  color: #11667b;
  font-weight: 800;
  text-decoration: none;
}

.sp-login-links a:hover,
.sp-login-links a:focus {
  color: #0b4f62;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .sp-login-shell {
    padding-bottom: 48px;
    padding-top: 48px;
  }

  .sp-login-layout {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .sp-login-intro h1 {
    font-size: 2.45rem;
  }
}

@media (max-width: 640px) {
  .sp-login-page {
    min-height: 0;
  }

  .sp-login-shell {
    padding-bottom: 36px;
    padding-top: 36px;
  }

  .sp-login-intro h1 {
    font-size: 2.05rem;
  }

  .sp-login-card {
    padding: 22px;
  }

  .sp-login-brand {
    align-items: flex-start;
  }
}
