
    /* ------------------------------------Estilos para el Login-------------------------------------------------------- */

    /* Selector global estableciendo que el margen sea 0, el relleno 0, el tamaño de la caja y la fuente */
    *{
        /* font-size: 24px; */
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: sans-serif;
    
    }

    body{
    
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 100%;
        background: linear-gradient(to right, #212130, #A80D1B);

    }

    .logo_3{

        display: flex;
        justify-content: center;
        margin: 10% 70px 0px 70px;

    }

    .logo3{
        width: 200px;
    }

    .Contenedor{
        
        margin: 3% 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    
    }

    .login{
    
        width: 400px;
        height: 250px;
        background: #fff;
        color: #000;
        top: 50%;
        left: 50%;
        padding: 16px 30px;
        border-radius: 7px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    
    }

    p{
        text-align: center;
        color: #5C5554;
    }

    .contenedor_user{

        display: flex;
        
        /* position: relative; */
        /* display: flex; */
    }

    .contenedor_password{
        display: flex;
    }

    .contenedor_user i{
        font-size: 1.5rem;
        position: absolute;
        margin-left: 300px;
        margin-top: 1px;
    }

    .contenedor_password i{
        font-size: 1.5rem;
        /* margin: 5px 0 0 0; */
        position: absolute;
        margin-left: 300px;
        margin-top: 1px;
    }

    .boton{
        /* font-size: 27px; */
        border: none;
        outline: none;
        width: 100%;
        height: 40px;
        background: #B00C1B;
        color: #fff;
        /* border-radius: 20px; */
    }

    /* Estilos para la etiqueta body, es decir, el cuerpo de la pagina */
    /* body{
    
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 100%;
        background: linear-gradient(to right, #212130, #A80D1B);

    }

    .logo_3{

        display: flex;
        justify-content: center;
        margin: 10% 70px 0px 70px;

    }

    .logo3{
        width: 15%;
    }

    .Contenedor{
        
        margin: 3% 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    
    }

    .login{
    
        width: 30%;
        height: 250px;
        background: #fff;
        color: #000;
        top: 50%;
        left: 50%;
        padding: 16px 30px;
        border-radius: 7px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    
    }

    p{
        text-align: center;
        color: #5C5554;
    }

    .contenedor_user{

        display: flex; */
        
        /* position: relative; */
        /* display: flex; */
    /* }

    .contenedor_password{
        display: flex;
    }

    .contenedor_user i{
        font-size: 1.5rem;
        position: absolute;
        margin-left: 290px;
    } */

    /* .contenedor_password i{
        font-size: 1.5rem; */
        /* margin: 5px 0 0 0; */
        /* position: absolute;
        margin-left: 290px;
    } */

    /* .boton{ */
        /* font-size: 27px; */
        /* border: none;
        outline: none;
        width: 100%;
        height: 40px;
        background: #B00C1B;
        color: #fff; */
        /* border-radius: 20px; */
    /* } */


    /* input[type='text']{ */

        /* width: 10%; */
    /* } */

    /* .contenedor_user{
        width: 100%;
    } */


    /* .login form input[type='text']{ 

        border: 1px solid #888888;
        background: transparent;
        outline: none;
        width: 70%; 
        color: #000;
    
    } */

    

    