/* estilo.css - Padrão Ilustra Glass */
body { background: #f8f9fa; }
.navbar-brand, .nav-link { font-weight: 600; }
.card { border-radius: 1rem; }
.rounded-pill { border-radius: 50rem !important; }
.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; }
.lead { font-size: 1.125rem; }
.btn-success { background-color: #2e7d32; border-color: #2e7d32; }

/* Glass effect background */
.glass-bg {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url('../assets/glass-pattern.png') center/cover no-repeat;
  opacity: 0.1;
  z-index: -1;
}

/* Typing effect style */
#benefits {
  font-size: 1.25rem;
  color: #2e7d32;
  height: 1.5em;
  overflow: hidden;
}

/* força espaço para as frases aparecerem */
#benefits {
  min-height: 1.5rem;
  font-size: 1.25rem;
  color: #2e7d32;
}

/* já temos .glass-bg e .login-container definidos */