.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#163592;--e-global-color-2b30b02:#F36F00;--e-global-color-5def8ad:#3343B4;--e-global-color-78e3f97:#6E7CDA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://backstagemirantehomologacao.com/wp-content/uploads/2025/03/layouts-Back-e1743180579840.jpg");color:#FFFFFF;font-family:"Encode Sans", Encode Sans;background-size:cover;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#FFFFFF00;}.elementor-kit-7 a{color:#FFFFFF;}.elementor-kit-7 a:hover{color:#FBFFFF;}.elementor-kit-7 h1{font-family:"Encode Sans", Encode Sans;}.elementor-kit-7 h2{font-family:"Encode Sans", Encode Sans;font-size:15px;}.elementor-kit-7 h3{font-family:"Encode Sans", Encode Sans;font-size:15px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Encode Sans", Encode Sans;font-size:16px;font-weight:700;text-transform:uppercase;}.elementor-kit-7 img{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-kit-7 img:hover{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{background-image:url("https://backstagemirantehomologacao.com/wp-content/uploads/2025/07/testeeee.png");background-position:bottom center;background-size:contain;}.elementor-kit-7 img{border-radius:0px 0px 0px 0px;}.elementor-kit-7 img:hover{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:1025px){.elementor-kit-7{background-attachment:fixed;}}/* Start custom CSS *//* Wrapper acima do formulário */
.bm-locked-outer { 
  max-width: 100%;
}

/* Gutter lateral no mobile */
@media (max-width: 767px){
  .bm-locked-outer{
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
  }
}

/* Formulário estilizado */
.post-password-form{
  max-width: 560px;
  margin: 48px auto;
  padding: 24px 28px;
  background: rgba(0,0,0,.35); /* vidro escuro */
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  color: #fff;
  line-height: 1.35;
  box-sizing: border-box;
}

/* Texto de introdução */
.post-password-form > p:first-child { display: none; }
.post-password-form::before {
  content: "Área exclusiva. Para acessar, informe a senha enviada pela equipe de Sistemas do Backstage Mirante.";
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
}

/* Linha do campo */
.post-password-form .bm-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.post-password-form label { display: none; }

.post-password-form input[type="password"] {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  padding: 0 14px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
}
.post-password-form input[type="password"]::placeholder {
  color: rgba(255,255,255,.75);
}

/* Botão */
.post-password-form .bm-actions {
  margin-top: 18px;
}
.post-password-form input[type="submit"] {
  width: 100%;
  height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #111;
  background: linear-gradient(88deg,#ffff98,#f0ed48,#ffff4c);
  transition: transform .2s ease, box-shadow .2s ease;
}
.post-password-form input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0,0,0,.25);
}

@media (max-width: 768px) {
  /* Base background (unchanged image) */
  body::before {
    content: "";
    position: fixed;
    z-index: -2; /* moved below ::after so overlay can sit on top */
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('https://backstagemirantehomologacao.com/wp-content/uploads/2025/07/Untitled-2-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
  }

  /* Darken overlay using the requested image */
  body::after {
    content: "";
    position: fixed;
    z-index: -1; /* above ::before, below page content */
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('https://backstagemirantehomologacao.com/wp-content/uploads/2025/07/5.8-e1751918201726.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.63; /* requested opacity */
    pointer-events: none; /* avoid blocking taps */
    will-change: opacity, transform;
  }

  html, body {
    background: transparent !important;
  }
}/* End custom CSS */