body {
    background-color: "#FFFFFF";
    overflow: hidden;
}

.layerback{
   background-color:#065746 ;
}



.disclaimer{
    color: white; font-size:8px;text-align:justify;margin-top:10px;margin-left:5px;margin-right:5px; font-style: italic;
}

.disclaimer label{
    font-style: normal;
    text-align:center;
}

.footer {
    font-size: 10px;
    position: fixed;
    left: 0;
    bottom:0;
    width: 100%;
    color:black;
    text-align: center;
  }




.bg-img {
    background-image: url('/img/fondos/fondo_donde.jpg');
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 1; 
    z-index: -1; 
  }
  
   .bg_ov {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); 
    z-index: -1; 
  }

  .contenedor-lg {
    position: relative;
    max-width: 400px;
    margin: 10px auto;
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3); /* Más opacidad para mejor visibilidad */
    backdrop-filter: blur(0.2px); /* Más desenfoque para un mejor efecto de vidrio */
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.5); /* Sombra menos agresiva */
    z-index: 1;
}

  .contenedor-lg h4 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
  }

  .contenedor-lg .form-control {
    border-radius: 50px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .btn_login {
    border-radius: 50px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .contenedor-lg .form-group {
    position: relative;
  }

  .contenedor-lg .form-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
  }

  .contenedor-lg button {
    border-radius: 50px;
    background-color: #169839;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px;
  }

  .contenedor-lg button:hover {
    background-color: #0a1a9b;
  }

  .contenedor-lg .text-center {
    margin-top: 20px;
  }

  .contenedor-lg .text-center a {
    color: #169839;
    text-decoration: none;
  }h

  .contenedor-lg .text-center a:hover {
    text-decoration: underline;
  }