    body{
        margin: 0;
        padding: 0;
        height: 100vh;
        background-image:url("../IMG/recorte.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        display: grid;
        place-items: center;
    }
    .Formulario-login{
        width:600px;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    .titulo-img{
        margin: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
    }

    .imagen-cpsistemas{
        height: 40px;
        width: 40px;
    }
    


/*Contenido*/
    .contenedor-login {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .contenedor-registros-login{
        display: flex;
        flex-direction: column;
        margin-top: 5%;
        align-items: stretch;
        flex-wrap: wrap;
        align-content: center;
    }
    .mostrar-contra{
        margin-top: 2%;
        display: flex;
        justify-content:start;
        gap: 5px;
    }

    .input-login{
        width: 80%;
        height: 48px !important;
    }






