body {
  background: linear-gradient(rgba(10, 20, 35, 0.45), rgba(10, 20, 35, 0.45)), url("https://storage.googleapis.com/uxpilot-auth.appspot.com/39be8bbb3a-784618099b6ebaa2c9ce.png") center/cover no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.fp-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px 28px 24px;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.fp-title {
  font-size: 42px;
  font-weight: 700;
  color: #0d1b34;
  margin-bottom: 4px;
  text-align: center;
}

.fp-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 26px;
  text-align: center;
}

.fp-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #3b4558;
  margin-bottom: 8px;
}

.fp-input {
  width: 100%;
  display: block;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  color: #111827;
  margin-bottom: 4px;
}

.btn-fp {
  width: 100%;
  display: block;
  background: #ef476f;
  border-color: #ef476f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  padding: 10px 12px;
}

.btn-fp:hover {
  background: #e64064;
  border-color: #e64064;
  color: #fff;
}

.fp-back-link {
  font-size: 14px;
  color: #ef476f;
  font-weight: 600;
  text-decoration: underline;
}
