html,
body,
.content {
  height: 100%;
  margin-right:1px;

}

/* Estilo para el contenedor del ícono y el texto */
.icon-text-wrapper {
  display: flex;
  align-items: center;
  gap: 20px; /* espacio entre ícono y texto */
}

/* Ícono al costado del texto */
.info-icon {
  width: 60px;     /* Ajusta el tamaño */
  height: 60px;
}

/* Espaciado extra para alejar el bloque de texto de la caja blanca */
.info-with-icon {
    display: flex
;
    align-items: center;
    gap: 10px;
    font-size: 30px;
    color: #ffffff;
    min-width: 200px;
    max-width: 530px;
    width: fit-content;
    min-height: 100px;
    max-height: 170px;
    height: auto;
    padding: 10px;
    overflow: hidden;
}
.titulo-rojo {
    color: #7A1F1F; /* rojo oscuro similar al de tu imagen */
    font-weight: bold; /* para que resalte */
    font-family: 'Arial', sans-serif; /* puedes cambiar según tu estilo */
}

.full-background {
  width: 100%;
  height: 100vh; /* toda la pantalla */
  /* background-image: url('./assets/image/imagen80.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
   margin: 0;
  padding: 0;
  min-height: 100vh; /* ocupa al menos el alto visible */
  /* background-image: url("./assets/image/imagen80.png"); */
  background-repeat: no-repeat;      /* evita que se repita */
  background-position: center center; /* centra la imagen */
  background-size: cover;            /* ajusta la imagen al tamaño de pantalla */
  background-attachment: fixed;      /* mantiene fija la imagen al hacer scroll */
  background-color: #f1f1f142;            /* color de respaldo si la imagen no carga */



  }

.captcha-line-group {
  width: 100%;
  margin-top: 25px;
}

.captcha-label {
  display: block;
  font-size: 15px;
  color: #6b6b6b;
  margin-bottom: 6px;
}

.captcha-line-input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
  padding: 8px 6px;
 text-align: center;
  outline: none;
  background: transparent;
}
.acciones-login {


  align-items: center;
      margin-right: 20px;
}

.separador {
  margin: 0 10px;
  color: #db3e3e;
}



/* Al enfocar */
.captcha-line-input:focus {
  border-bottom: 2px solid #c61a1a;
}

.acciones-login {
  
  gap: 12px; /* 👈 separación moderna y válida */
      margin-right: 20px;
}

.link-login {
  color: #db3e3e;
  cursor: pointer;
  text-decoration: none;
}

.title-login {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.subtitle-login {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.text-login {
  font-size: 16px;
  opacity: 0.9;
}

.size-title-inicio {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
}

.font-text{
  font-weight: 400;
  line-height:24px;
  font-size: 10px;
}

.seccion-sinada_inicio{
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../assets/image/fondoprincipal.png");
    position: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120% auto; /* ancho al 120%, alto automático para mantener proporción */
    width: 100%;
    height: 93vh;
    padding: 100px 0 !important;
    overflow-y: auto;
    overflow-x: hidden;

}

.franja-roja-derecha {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px; /* ajusta el ancho según desees */
  height: 100%;
  background-color: rgb(103, 0, 0);
  z-index: 10; /* Asegura que esté encima del fondo */
  opacity: 0.85; /* Opcional: ligeramente transparente */
}

#nav-top-web{
  background: #fff;
  box-shadow: 0 5px 16px rgba(0,0,0,0.03);
 border-bottom:1px solid #ddd;
  border-bottom: 8px solid #154ba7;
  padding: 15px 0;
  .navbar-brand{
    display: table;
  };

}
.input-amplio {
         /* ajusta el ancho según necesites */
  height: 45px;          /* más alto */
  padding: 10px 15px;    /* espacio interno */
  font-size: 10px;       /* texto más legible */
  border: 1px solid #bbb;
  border-radius: 8px;
  box-sizing: border-box;
}

.input-amplio:focus {
  border-color: #d20000; /* borde rojo al enfocar */
  box-shadow: 0 0 5px rgba(210, 0, 0, 0.4);
  outline: none;
}

.barra-img{
  background-size: cover;
  /*height: 80px;*/
  width: 100%;
  display: table;
}
.spapp-link {
  font-size: 15px;      /* tamaño normal en escritorio */
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* efecto hover */
.spapp-link:hover {
  color: #6e6e6e;
  text-decoration: none;
}

/* pantallas medianas (tablets) */
@media (max-width: 992px) {
  .spapp-link {
    font-size: 14px;
  }
}

/* pantallas pequeñas (celulares) */
@media (max-width: 768px) {
  .spapp-link {
    font-size: 13px;
    display: block;           /* para que ocupe toda la fila */
    text-align: center;       /* centrado en móvil */
    padding: 10px 0;
  }
}
.spapp-link{

    cursor: pointer;

    color: #fff;
    font-size: 10px;
    padding: 10px 20px;
    line-height: 1.2;
    font-weight: 700;

    border-radius: 10px;
    transition: all 0.3s
ease;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.8px;

}

.animated{-webkit-animation-duration:1s;animation-duration:1s;
  -webkit-animation-fill-mode:both;animation-fill-mode:both}
@media (max-width: 900px) {
  .login {
    flex-direction: column;
    align-items: center;
  }
  .info-login {
    text-align: center;
    margin: 50px 0 20px 0;
  }
}
  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }

    100% {
      opacity: 1;
      transform: none;
    }
  }

  .fadeInDown {
    animation-name: fadeInDown;
  }

.center-block{
  width: 200px;
  height: 200px;
  padding:30px;
  margin-top: 15px;
  border-radius:0px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  span{
    margin-top: 15px;
    font-size: 56px;
    display: block;
  }
  &:hover span{
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -o-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -webkit-transition: transform .5s;
  }
  b{
    margin-top: 30px;
    display: block;
    font-size:13px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}

.icon-usuario-invitado:before {
  content: "\e912";
}

.item-icon-link{
  .blue-color-new{
    color: #dbe2ec;
    border: 1px solid #a71414;
    background: #c418189e;
    &:hover{
    color:#d11b1b69;
    background: #dbe2ec;
    }
  }
  .blue-color{
    color:#a71414;
    border:1px solid #a71414;
    background: #fff;
    &:hover{
    color:#fff;
    background: #0bc7e0;
    background: -moz-linear-gradient(top, #0bc7e0 0%, #2857a3 53%, #2857a3 53%, #144aa7 88%);
    background: -webkit-linear-gradient(top, #0bc7e0 0%,#2857a3 53%,#2857a3 53%,#144aa7 88%);
    background: linear-gradient(to bottom, #0bc7e0 0%,#2857a3 53%,#2857a3 53%,#144aa7 88%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bc7e0', endColorstr='#144aa7',GradientType=0 );
    }
  }
  .green-color{
    color:#8CCD3A;
    border:1px solid #8CCD3A;
    background: #fff;

    &:hover{
    color:#fff;
    background: rgb(110, 172, 98);
    background: -moz-linear-gradient(270deg, rgb(110, 172, 98) 20%, rgb(156, 201, 1) 88%);
    background: -webkit-linear-gradient(270deg, rgb(110, 172, 98) 20%, rgb(156, 201, 1) 88%);
    background: -o-linear-gradient(270deg, rgb(110, 172, 98) 20%, rgb(156, 201, 1) 88%);
    background: -ms-linear-gradient(270deg, rgb(110, 172, 98) 20%, rgb(156, 201, 1) 88%);
    background: linear-gradient(0deg, rgb(110, 172, 98) 20%, rgb(156, 201, 1) 88%);
    }
  }
  .center-block{
    width: 200px;
    height: 200px;
    padding:30px;
    margin-top: 15px;
    border-radius:0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    span{
      margin-top: 15px;
      font-size: 56px;
      display: block;
    }
    &:hover span{
      transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s;
      -o-transition: transform .5s;
      -moz-transition: transform .5s;
      -ms-transition: transform .5s;
      -webkit-transition: transform .5s;
    }
    b{
      margin-top: 30px;
      display: block;
      font-size:13px;
      text-transform: uppercase;
      margin-bottom: 20px;
    }
  }
}

.login-container .form-group {
  margin-right: 10px; /* espacio a la derecha */
    color: #747474;
    margin-left: 20px; /* mueve el grupo hacia la izquierda desde el auto */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* los hijos alineados a la izquierda */

}


.login-container .form-grou1 {
    margin-right: 10px;
    color: #747474;
    margin-left: 20px;
    display: flex
;
    align-items: flex-start;
}



.login::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/image/fondo_login.jpg") no-repeat center center fixed;
   background-color: rgba(0, 0, 0, 0.35); /* Aumenta el número para más opacidad */
    background: linear-gradient(
    to right,
    rgba(255, 4, 4, 0.13) 0%,      /* rojo más fuerte */
    rgba(255, 4, 4, 0.24) 40%,
    rgba(255, 4, 4, 0.096) 80%,

  );
  background-size: cover;
  filter: blur(6px);
  z-index: 0;
}

.login::after {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(to right,rgb(68 4 4), #8b404014);
  z-index: 1;
}

.login > * {
  position: relative;
  z-index: 2;
}


.info-login {
      color: #ffffff;
    line-height: 1.8;
    max-width: 500px;
    padding: 0px;

}

/* 📱 Responsivo para pantallas medianas */
@media (max-width: 992px) {
  .info-login {
    font-size: 15px;
    text-align: center;
    padding: 15px;
  }
}

/* 📱 Responsivo para celulares */
@media (max-width: 768px) {
  .info-login {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px;
    width: 95%;
  }
}


.login .logo {
  margin: 0 auto;
  margin-top: 7px;
  padding: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .info-with-icon h2 {
    font-size: 3.5vw;
  }
  .info-with-icon svg {
    width: 40vw;
  }
}






/* Ajustes para pantallas pequeñas (celulares) */
@media (max-width: 480px) {
  .info-with-icon {
    gap: 10px;
  }
  .info-with-icon svg {
    width: 60vw;
  }
  .info-with-icon h2 {
    font-size: 5vw;
  }
}

@media (max-width: 992px) {
  h2 {
    font-size: 30px;  /* un poco más grande */
    max-width: 90%;   /* para que no se corte en los bordes */
    margin: 0 auto;
  }
}

/* Pantallas pequeñas (celulares) */
@media (max-width: 600px) {
  h2 {
    font-size: 26px;  /* reduce un poco para que quepa */
    line-height: 1.3;
    padding: 0 10px;
  }
}

/* Pantallas muy pequeñas (menores a 400px) */
@media (max-width: 400px) {
  h2 {
    font-size: 22px;
  }
}



.login  {
  display: flex;                  /* los pone en fila */
  justify-content: center;        /* centra horizontalmente dentro del main */
  align-items: center;            /* centra verticalmente dentro del main */
  flex-wrap: wrap;                /* para que se apilen en pantallas pequeñas */
  gap: 30px;                      /* espacio entre los dos bloques */
  background-color: rgba(255, 255, 255, 0.95); /* fondo semitransparente opcional */
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);

}


/* --- Responsividad: pantallas pequeñas --- */
@media (max-width: 768px) {
  .login {
    padding: 20px;
    border-radius: 10px;
    width: 100%;          /* ocupa más espacio en pantallas pequeñas */
  }
}

/* --- Responsividad: pantallas grandes --- */
@media (min-width: 1200px) {
  .login {
    padding: 50px;
  }
}

.content {
    background-color: white;
    border-radius: 13px;
    /* width: 90%; */
    /* max-width: 450px; */

    padding: 30px 60px;
    /* border: 1px solid rgb(210, 210, 210); */
    box-shadow: rgba(0, 0, 0, 0.57) 0px 4px 20px;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
     
}
.content1 {
    background-color: white;
    border-radius: 13px;
    /* width: 90%; */
    /* max-width: 450px; */

    padding: 40px;
    /* border: 1px solid rgb(210, 210, 210); */
    box-shadow: rgba(0, 0, 0, 0.57) 0px 4px 20px;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@media (max-width: 768px) {
  .content {
    padding: 20px;
    border-radius: 10px;
  }
}

/*@media (max-width: 400px) {
  .{
min-height: 100vmin;"

  }
}
*/

.login .content2 {
  background-color: rgb(199, 197, 197);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 1450px;
    /* margin: 40px auto 10px auto; */
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #d2d2d2;
    height: 600px;
    margin-top: 2%;
    margin-left: 0;
   margin-right: auto;
}

.login .content h3 {
  color: #b34d4d;
  text-align: center;
  font-size: 18px;
  font-weight: 400 !important;
}

.login .content h4 {
  color: #ff3a3a;
}

.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0;
}
.nav-title-land {
  display: block;
  text-align: center;       /* Centra el texto */
  color: #424141 !important;
  font-size: 28px !important; /* Aumenta el tamaño */
  font-weight: bold !important;
  font-family: Arial, sans-serif !important;
  margin: 20px 0;           /* Espaciado arriba y abajo */
  width: 100%;              /* Asegura que ocupe todo el ancho */
}

.login .content .login-form,
.login .content .forget-form {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 0px;
  /*margin: 0px;*/
  opacity: 0.9;

}
.login-form .form-group label {
  text-align: left;
  display: block;
  font-weight: 600;
  color: #2e2929;
  font-size: 12px;       /*
  margin-bottom: 8px;
  letter-spacing: 0.5px; /* Espaciado entre letras, opcional */
}
.login .content .form-control {
  border: none;
  background-color: #fbfbfb;
  height: 43px;
  color: #696A6A;
  border: 1px solid #dde3ec;
  border-left: 5px solid #919191;
}

.login .content .form-control:focus,
.login .content .form-control:active {
  border: 1px solid #c3ccda;
  border-left: 5px solid #a8a8a8;
}

.login .content .form-control::-moz-placeholder {
  color: #696A6A;
  opacity: 1;
}

.login .content .form-control:-ms-input-placeholder {
  color: #696A6A;
}

.login .content .form-control::-webkit-input-placeholder {
  color: #696A6A;
}
.label-with-icon {
  display: flex;
  align-items: center;
  gap: 10px;                  /* Espacio entre icono y texto */
  margin-bottom: 8px;
}

.label-with-icon i {
  color: #f31e1e;             /* Color del ícono */
  font-size: 19px;
}

.label-text {
  font-weight: bold;
  font-size: 15px;
  color: #666666;
  font-family: Arial, sans-serif;
}

/* Opcional: agranda también los inputs */


.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  clear: both;
  border: 0px;
  /*border-bottom: 1px solid #eee;*/
  padding: 20px 0 1px;
  margin: 0 auto;
  text-align: center;
}

.login .content .form-actions>.btn {
  margin-top: -2px;
}

.login-options {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}

.login-options .social-icons {
  float: right;
  padding-top: 3px;
}

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;

}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .form-actions .btn {
  font-weight: 600;
  padding: 10px 20px !important;
  width: 100%;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}

.login .content .forget-password {
  /*float: right;*/
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}

.login .content .check {
  color: #696A6A;
}

.login .content .rememberme {
  margin-left: 8px;
}

.login .content .create-account {
  margin: 0 -40px -30px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.login .content .create-account>p {
  margin: 0;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}
/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}

.important-box:after{
    content:"*";
    color: #ff000c;
    margin-left: 5px;
    font-size: 16px;
    line-height: 0;
}

@media (max-width: 440px) {
  /*** Login page ***/
  .login .logo {
    margin-top: 10px;
  }
  .login .content {


       width: 90%;               /* más ancho para ocupar mejor el móvil */
    margin: 0 auto;           /* centrado horizontal */
    box-shadow: 0 0 10px rgba(0,0,0,0.15);

  }
  .login .content h3 {
    font-size: 22px;
  }
  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }
  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }
  .login .checkbox {
    font-size: 13px;
  }
  #nav-top-web #login-link{
    margin:20px 0
  }
  #nav-top-web #login-link a{
    background:#154ba7;
    color:#fff;
    font-size:12px;
    padding:6px 18px;
    font-weight:600;
    border-radius:18px;
    margin-bottom:0;
    transition:all .3s
  }
  #nav-top-web #login-link a:hover{
    background:#113e8a
  }
}

/* ======== Ajustes MFA (segundo paso del login) ======== */


.login .content .login-form p {
  text-align: center;
  color: #555;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.login .content input[name="stepCode"] {
  letter-spacing: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background-color: #fffdfd;
  border-left: 5px solid #b50000;
}

.login .content .form-actions .btn-secondary {
  background-color: #eaeaea;
  color: #333;
  font-weight: 600;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.login .content .form-actions .btn-secondary:hover {
  background-color: #ddd;
}

.text-mfa {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4;
}

.mfa-input {
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 18px;
  background-color: #fffdfd;
  border-left: 5px solid #b50000 !important;
}

.login .content .form-actions .btn.btn-secondary {
  background-color: #f3f3f3;
  color: #333;
  font-weight: 600;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.login .content .form-actions .btn.btn-secondary:hover {
  background-color: #e0e0e0;
}

.login-form {
  transition: all 0.4s ease-in-out;
}
.row-top {
  margin-top: 90px;  /* Ajusta el valor a la distancia que necesites */
}
/**** MEDIA captcha ****/
.containercaptcha { position: relative; /*max-width: 300px; border-radius: 12px; padding: 15px 25px 25px; background: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/ }
.input_field { position: relative; height: 30px; margin-top: 10px; width: 100%; }
.refresh_button { position: absolute; top: 50%;transform: translateY(-90%); background: #ffffff; height: 30px; width: 30px; border: none; padding: 5px; border-radius: 4px; color: #000000; cursor: pointer; }
.refresh_button:active { transform: translateY(-50%) scale(0.98); }
.input_field input, .button button { height: 100%; width: 100%; outline: none; border: none; border-radius: 8px; }
.input_field input { text-align: center; padding: 0 15px; border: 1px solid rgba(0, 0, 0, 0.1); }
.captch_box { position: relative; display: inline-block; width: 100%; }
.captch_box input { color: #6b6b6b; pointer-events: none; z-index: 1; }
.captch_box::before { content: ""; position: absolute; top: 11px; left: 11px; width: calc(100% - 29px); height: 3px; background-color: rgba(0, 0, 0, 0.5); z-index: 0; transform: rotate(-3deg); }
.captch_input input:focus { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); }
.message { font-size: 14px; margin: 14px 0; color: #661313; display: none; }
.message.active { display: block; }
.button button { background: #861919; color: #fff; cursor: pointer; user-select: none; }
.button button:active { transform: scale(0.99); }
.button.disabled { opacity: 0.6; pointer-events: none; }


/*eyes*/
.password-container {
  position: relative;
  display: flex;
  align-items: center;
}

.password-container input {
  width: 100%;
  padding-right: 40px;  /* Espacio para el ícono */
}

.toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #888;
}

.toggle-password:hover {
  color: #333;
}


