/*hide microweber footer and credits*/
#footer-layout{
 display:none
}

/*image background on all pages*/
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');
body {
  background-image: url("/userfiles/media/default/login-bg.jpg");
  background-color: rgba(255,255,255,0.95);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: auto 120%;
}

/*module sign up becomes transparent*/
#mw-module-1757615353659 {
  background-color: transparent;
}

/* adjust phone image on mobile */
/* Até 1199px (mobile + tablets, incluindo iPad Pro) */
@media (max-width: 1199px) {
  #mw-element-1757627063455 {
    width: 50% !important;   /* metade da largura */
    height: auto;
    display: block;
    margin: 0 auto;          /* força a ficar centrada */
  }
}

/* Em desktops grandes (≥1200px) */
@media (min-width: 1200px) {
  #mw-element-1757627063455 {
    margin-top: -200px;       /* sobe a imagem */
    width: auto;             /* tamanho natural */
    margin-left: 0;          /* encosta ao texto */
    margin-right: 0;
  }
}


/*don't collapse footer links*/