html, body {
  height: 100%;
}
body.pace-top {
  background: linear-gradient(135deg, #1d2b64 0%, #f8cdda 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page {
  width: 100%;
  padding: 24px;
}
.login-card {
  max-width: 420px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  overflow: hidden;
}
.login-card-header {
  padding: 28px 28px 0 28px;
  text-align: center;
}
.login-brand {
  font-weight: 700;
  font-size: 22px;
}
.login-subtitle {
  color: #888;
  font-size: 12px;
  letter-spacing: .3px;
}
.login-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f0f3f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.login-logo img { width: 80px; height: 80px; object-fit: contain; border-radius: 50%; }
.login-content {
  padding: 24px 28px 28px 28px;
}
.form-control.input-lg.no-border {
  border: 1px solid #e5e9f2;
  border-radius: 10px;
  padding-left: 44px;
  height: 44px;
}
.form-control-feedback {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa4b2;
}
.form-group.has-feedback {
  position: relative;
}
.login-buttons .btn {
  border-radius: 10px;
  height: 44px;
  font-weight: 600;
}
.login-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.toggle-password {
  border: none;
  background: transparent;
  color: #6b7280;
  padding: 8px 0;
}
.alert.pesan {
  border-radius: 10px;
}
