body {
  background:
    radial-gradient(circle at 14% 8%, rgba(15, 118, 110, 0.35), transparent 26%),
    radial-gradient(circle at 90% 12%, rgba(245, 158, 11, 0.28), transparent 28%),
    linear-gradient(145deg, #0d1f2a 0%, #0f3e50 45%, #0d2b38 100%) !important;
  min-height: 100vh;
}

.container-login100 {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.container-login100::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5, 24, 32, 0.8), rgba(10, 49, 62, 0.72));
}

.wrap-login100 {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(190, 231, 224, 0.3);
  box-shadow: 0 26px 60px rgba(4, 16, 22, 0.45);
  top: 130px;
}

.login100-form-title {
  color: #ecfffa !important;
  font-size: 1.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

.wrap-input100 {
  border-bottom: 2px solid rgba(196, 231, 224, 0.45);
}

.input100 {
  color: #f2fffc !important;
  font-weight: 600;
}

.input100::placeholder {
  color: rgba(232, 255, 249, 0.74);
}

.focus-input100::before {
  background: linear-gradient(90deg, #16a34a, #14b8a6) !important;
}

.login100-form-btn {
  background: linear-gradient(135deg, #16a34a, #0f766e) !important;
  color: #fff;
  border-radius: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.35);
}

.login100-form-btn:hover {
  filter: brightness(1.26);
  color: #b7f3ce;
}

.label-checkbox100 {
  color: #e8fff9 !important;
}

.alert {
  border-radius: 10px;
}

.footer {
  position: relative;
  z-index: 1;
}

.footer-text {
  color: #d3f8f0 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
