.elementor-463 .elementor-element.elementor-element-c627509{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8db22d2 *//* --- WRAPPER --- */
.fp-wrapper {
  min-height: 100vh;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: radial-gradient(circle at top, #0f172a 0%, #020617 55%, #000 100%);
  color: #e5f2ff;
}

/* --- LOGO --- */
.fp-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}

.fp-logo-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 211, 238, 0.08);
  backdrop-filter: blur(4px);
  margin-bottom: 10px;
}

.fp-logo-text {
  font-size: 22px;
  font-weight: 600;
  color: #22d3ee;
  text-shadow: 0 0 12px rgba(34, 211, 238, 0.35);
}

/* --- TEXT --- */
.fp-title {
  font-size: 22px;
  margin: 0;
  text-align: center;
  color: white;
}

.fp-sub {
  margin: 6px 0 22px;
  font-size: 14px;
  text-align: center;
  color: #9ca3c7;
}

/* --- CARD --- */
.fp-card {
  width: 100%;
  max-width: 360px;
  background: rgba(2, 10, 25, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
}

.fp-card label {
  color: #9ca3c7;
  font-size: 13px;
  margin-bottom: 6px;
  display: block;
}

.fp-card input {
  width: 100%;
  padding: 11px 12px;
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: #020617;
  color: white;
}

.fp-card input:focus {
  outline: none;
  border-color: #22d3ee;
  box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.25);
}

/* --- BUTTON --- */
.btn-reset {
  width: 100%;
  margin-top: 6px;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
  background: #22d3ee;
  border: none;
  border-radius: 999px;
  color: #020617;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(34, 211, 238, 0.4);
  transition: 0.12s;
}

.btn-reset:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(34, 211, 238, 0.6);
}

/* --- BACK LINK --- */
.back-login {
  margin-top: 12px;
  display: block;
  font-size: 13px;
  text-align: center;
  color: #22d3ee;
  opacity: 0.9;
  text-decoration: none;
}

.back-login:hover {
  opacity: 1;
}/* End custom CSS */