body {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-image: url(../img/fondo.jpg);
}

.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;  
}

.texto-blanco{ 
    color: #fff;
}

.texto-login {
    color: #fff;
    font-size: 15px;
}

.input-login {
    width: 350px;
}

.btn-login {
    width: 350px;
}