                                    /** ASPECTOS VISUALES DEL LOGIN**/ 

/**{
    text-align: center;
    align-items: center;
}**/




.titulo{
    font-size: 35px;
    color: #000099;
}
p1{
    text-align: center;
    align-content: center;
    font-size:  20pt;
}

h1{
    margin-top: 2%;
    font-size:  35pt;
}


h2{
    text-align: center;
    font-size:  25pt;
}

.contenedor{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.input-field {
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid rgba(9,9,121,1);
    color:rgba(9,9,121,1);
    font-size: 16px;

    
}

.input-field:hover {
    color: rgba(9,9,121,1);
    border: 1px solid rgba(9,9,121,1);
    
}

input {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    padding: 7px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    align-items: center;
}

.btn.btn-primary{
    border-radius: 210px;
    background-color: rgba(9,9,121,1);
    color: #fff;
    font-size: 16px; /* Tamaño de fuente inicial */
}



.btn.btn-block:hover {
    color: #fff;
    background-color: rgba(25,86,222,1);
}


@media (max-width:900px) {
    .icono{
        width: 60%;
    }
   
}

@media (max-width:1200px) {
    .icono{
        width: 80%;
    }
    
    p1{
        font-size: 15pt;
    }
    h1{
        font-size: 25pt;
    }
    h2{
        font-size: 20pt;
    }
}
/** Logeado**/
.wrapper {
    
    max-width: 500px;
    border-radius: 10px;
    margin: 6% auto;
    padding: 30px 40px;
    box-shadow: 20px 20px 80px rgb(206, 206, 206)
  
}


.encabezado{
    display: flex;
    justify-content:space-evenly;
}

.log {
    padding: 1.5rem;
}


                            /** TERMINA ASPECTOS VISUALES DEL LOGIN**/ 
                            

                                /** BOTON REGRESAR DEL LOGIN**/

.boton {
    align-content: center;
    padding-bottom: 2%;
    text-decoration: none;  
       
  
}

.btn-lg {
    font-size: 24px; /* Ajusta el tamaño de fuente según tus preferencias */
    padding: 12px 24px; /* Ajusta el relleno según tus preferencias */
}

.encabezado .btn {
    margin-left: auto;
}


                                /** TERMINA BOTON **/
  

        


/* Estilos para el icono */
.password-toggle {
    position: relative;
}

.password-input {
    padding-right: 30px; /* Ajusta el espacio para el ícono */
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
