body{
    overflow-x: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
    url('../../aienviromentmainindex/aienvironment-background-img/aienvironment-background-img-0073.jpg'); /* Ruta de la imagen de fondo */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
 }


 
 .navbar {
   top: 60px; /* Colócalo en la parte superior */
   left: 0; /* Alineado al lado izquierdo */
   width: 100%; /* Abarca todo el ancho de la pantalla */
   background-color: black; /* Color de fondo */
   opacity: 0.70;
   color: white; /* Color del texto */
   padding: 10px 0; /* Espaciado interno */
 }

 .container {
   display: flex;
   justify-content: center;
   align-items: center;

   height: 100%;
}






 .img-fluid{
    
    height: 28px;
 
 }


.rounded-circle{
    height: 28px;
 }


 .dropdown-menu:before {
    opacity: 0.9;
}


.dropdown-item:hover{
    background-color: black;
    color:white;
}


 #idnavbarlogin::after {
    content: none;
 }



 #iduser{
            
   border-color: transparent;
   padding: 0;
   width: 90%;
   outline:none;
   font-size: 14px;
   background-color:transparent;
   color:white;

}



#inputpassword{
   
   border-color: transparent;
   padding: 0;
   width: 90%;
   outline:none;
   font-size: 14px;
   background-color:transparent;
   color:white;

}



#hruser{
   
   height: 1px;
   background-color: white;
   
   
}



#hrpasswor{
   height: 1px;
   background-color: white;
}
