body{
  /*background-image: url(../../vistas/images/login/fondo.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#eef1f6 !important;
}
.login{
  padding: 20px;
  background-color: #ffffff00;
  position: relative;
  top: 80px;
  /* width: 40%; */
  border-radius: 15px;
  height: 80%;
  box-shadow: 20px;
  box-shadow: 0 5px 5px 1px #000000b8;
}
.container{
  margin-top: 5%;
}
.centrado{
  display: flex;
  justify-content: center;
}
.posicion{
  display: flex;
  align-items: center;
  position: relative;
  top: 30px;
}
.imagen_login{
  width: 100%;
  /*Nuevos estilos*/
  position: absolute;
  top: -60px;
}
.body_login, html {
  height: 100%;
  margin: 0;
}

.body_login::before,
.body_login::after {
  content: "";
  height: 100%;
  width: 50%;
  position: fixed;
  top: 0;
  z-index: -1;/*Con esta linea de codigo los psudocodigo de los elementos no se sobreponen*/
}
.posicion_imagen{
  position: relative;
  top: 25px;
  position: relative;
  right: 8%;

}
.posicion_login{
  position: relative;
  left: 5%;
}
.body_login::before {
  left: 0;
  background-color: #02031efc; /* Color izquierdo (azul) */
}

.body_login::after {
  right: 0;
  background-color: #161740; /* Color derecho (rojo) */
}
.user{
  text-align: center;
  position: relative;
  top: -70px;
}
.icono-user{
  width: 30%;
}
.cajas{
  position: relative;
  top: -35px;
}
.inputs{
  display: grid;
  width: 90%;
  position: relative;
  left: 10%;
}
.icono{
  background-color: #696484;
  width: 8%;
  padding: 2px;
  position: relative;
  right: 30px;
  top: -5px;
  border-radius: 5px;
}
.caja{
  padding: 10px;
  background-color: #ffffff00;
  color: white;
  text-align: center;
  /* background-color: transparent; */
  position: relative;
  top: 55px;
  border-radius: 15px;
  box-shadow: 0 5px 5px 1px #000000d1;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.ver_password{
  margin-left: 10px;
  color: white;
}
.caja2{
  padding: 10px;
  color: white;
  background-color: #ffffff0a;
  text-align: center;
  /* background-color: transparent; */
  position: relative;
  top: 0px;
  border-radius: 15px;
  box-shadow: 0 5px 5px 1px #000000b8;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.boton{
  background-color: transparent;
  border: none;
  color: white;
}
.password_concep{
  position: relative;
  top: 20px;
}
#olvido{
  cursor: pointer;
  color: white;
}
.volver_login{
  cursor: pointer;
  color: white;
}
.correo_recupera{
  position: relative;
  top: 40px;
}
.noti{
  display: none;
  
}
.mensaje_bloqueo{
  background-color: #ffffff59;
  display: flex;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
  width: 40% !important;
  box-shadow: black;
  box-shadow: 0 5px 5px 1px #00000021;
}
/*El estilo de las cajas del login*/

.input{
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #3498db; /* Color del borde inferior */
  outline: none;
  font-size: 16px;
  background-color: transparent;
  transition: border-color 0.3s ease;
  color: white;
}
/* Efecto al enfocar el input */
.input input:focus {
  border-color: #3498db; /* Color del borde inferior al enfocar el input */
}
/*----------------------*/
body {
/*en el cuerpo e imagen*/
  background-repeat:repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .login {
      width: 90%; /* Reduce el ancho en pantallas pequeñas */
  }
 .caja{
  top: 63px; /* caja login ingresar */
 }
 .caja2{
  top: -9px; /* caja ingresar olvido de contrasena*/

 }
}

