/* Auth shared styling (login/register/forgot/reset) */
.auth-body {
  background: linear-gradient(180deg, #f7faf9 0%, #ffffff 100%);
  min-height: 100vh;
}

.auth-frame {
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.info-col {
  background: #f3fbf8;
}

.auth-logo {
  height: 40px;
}

.feature-list li {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.feature-list .fi {
  display: inline-block;
  width: 1.5rem;
  color: #198754;
  font-weight: 700;
}

.form-col {
  background: #ffffff;
}

.auth-form .form-control-lg {
  border-radius: 12px;
}

.btn-primary {
  background: #1f7a6b;
  border-color: #1f7a6b;
}
.btn-primary:hover {
  background: #176054;
  border-color: #176054;
}

/* Small screens: stack nicely */
@media (max-width: 991.98px) {
  .info-col { padding-top: 2rem!important; }
  .form-col { padding-top: 2rem!important; }
}
