.login-container {
    height: 100vh;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fondo {
    content: "";
    background-image: url(../digitalspace.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    background-attachment: fixed;
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
}

.DSlogo {
    width: 10%;
    height: 10%;
}

.pie {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
    transform: translateX(-50%);
}