/* CSS Document */
body {
    width: 100vw;
    height: 100vh;
    margin: 0px;
}

.main-content {
    width: 100vw;
    height: 100vh;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../img/background/sala_telai.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.mdc-card {
    background-color: rgba( 242, 242, 242, 0.9 );
    padding: 30px;
    text-align: center;
    margin: auto;
    width: 60vw;
    margin-top: 20vh;
}

#logo {
    width: 35vw;
    height: 20vh;
    margin: auto;
}