



/* Password page styling - LUMINA */
.page-id-2332 .post-password-form {
  max-width: 520px;
  margin: 120px auto 160px auto;
  padding: 50px 42px;
  background: #002b0b;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.page-id-2332 .post-password-form::before {
  content: "LUMINA";
  display: block;
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 4px;
  color: #ffffff;
}

.page-id-2332 .post-password-form p:first-child {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 28px;
}

.page-id-2332 .post-password-form label {
  display: block;
  font-size: 0;
  color: transparent;
}

.page-id-2332 .post-password-form label::before {
  content: "Password";
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-id-2332 .post-password-form input[type="password"] {
  width: 100%;
  max-width: 100%;
  height: 52px;
  padding: 0 18px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #002b0b;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

.page-id-2332 .post-password-form input[type="submit"] {
  margin-top: 18px;
  width: 50%;
  height: 52px;
  background: #d8a64a;
  border: none;
  color: #ffffff; text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.page-id-2332 .post-password-form input[type="submit"]:hover {
  background: #c8963f;
}

/* Mobile */
@media (max-width: 767px) {
  .page-id-2332 .post-password-form {
    margin: 80px 22px 120px 22px;
    padding: 38px 26px;
  }
}

/* Corrigir texto escuro dentro do box de senha */
body.page-id-2332 .post-password-form,
body.page-id-2332 .post-password-form p,
body.page-id-2332 .post-password-form label,
body.page-id-2332 .post-password-form label::before {
  color: #ffffff !important;
}

body.page-id-2332 .post-password-form p:first-child {
  color: rgba(255, 255, 255, 0.82) !important;
}


.gform_title { display: none !important; }
.gfield_required { display: none !important; }

.gfield_label {
  font-family: 'Jost', sans-serif !important;
  font-size: .7rem !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  color: #5c5950 !important;
  font-weight: 500 !important;
}

.gfield input,
.gfield select,
.gfield textarea {
  border: none !important;
  border-bottom: 1px solid #e6e0d1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: 'Fraunces', serif !important;
  font-size: 1rem !important;
  color: #221f1a !important;
  padding: .55rem 0 !important;
  height: auto !important;
}

.gfield input:focus,
.gfield select:focus {
  border-bottom-color: #d9a23a !important;
  box-shadow: none !important;
  outline: none !important;
}

.gfield {
  margin-bottom: 1.5rem !important;
  padding: 0 !important;
}

.gform_button {
  width: 100% !important;
  background: #003400 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .07em !important;
  font-size: .85rem !important;
  font-weight: 600 !important;
  padding: 1.05rem !important;  align-items: center;
  cursor: pointer !important;
}

.gform_button:hover {
  background: #142a1c !important;
}