.login-panel-opacity {
   opacity: .9 !important;
}

.slider {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 0;
}

.slider div {
   width: 100%;
   height: 100%;
}

.slider div img {
   width: 100%;
   height: 100%;
   object-fit: cover;
  
}

.login-wrapper .panel {
   border: none;
   background-color: #fff;
   -webkit-box-shadow: none;
   box-shadow: none;
   border-radius: 3px;
   padding: 10px;
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.login-wrapper .panel a {
   color: #fff !important;
   text-decoration: none !important;
   font-weight: 100;
}

.login-wrapper {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   display: flex;
   justify-content: center;
   align-items: center;
   
}

.login-panel {
   background-color: rgba(255, 255, 255, 0.8); /* Ajusta la opacidad aquí */
   padding: 20px;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   position: relative;
   z-index: 1;
}

/* Ajustes adicionales para móviles */
@media (min-width: 768px) { 
   .container {
      
      width: 400px !important;
      
  }
   
}
/* Ajustes adicionales para móviles */
@media (min-width: 1000px) { 
   .container {
      
      width: 800px !important;
      
  }
   
}
@media (max-width: 768px) {
   .login-panel {
       width: 90%;
       margin: 0 auto;
       padding: 10px;
   }

   .container {
       padding-left: 15px;
       padding-right: 15px;
       width: 400px !important;
       margin-bottom: 60px;
   }

   .login-wrapper .panel {
       padding: 15px;
       box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
   }

   .login-wrapper .panel a {
       color: #fff !important;
       text-decoration: none !important;
       font-weight: 100;
   }
}
