body{
    margin: 0;
    padding: 0;
    font-family: "Tahoma", Sans-serif;
}

.login-container{
    background-image: url('../../img/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.nav-resultados{
    text-align: center; 
    display: flex; 
    justify-content: space-between;
    align-items: center
}

.nav-resultados img{
    width: 120px
}


.nav-resultados h4{
    color: #10592f; 
    font-weight: bold; 
    font-size: 18px;
}


.container-title{
    text-align: center; 
    margin-top: 20px;
}

.card-login{
    margin-top: 25%;
}


.contenido{
    font-size: 20px;
}

.contenido li{
    
}



@media screen and (max-width: 585px){
    .container{
        padding: 0 5px;
    }
    .nav-resultados img{
        width: 80px;
    }
    .nav-resultados h4{
        font-size: 13px;
    }

    .container-title h3{
        font-size: 18px;
    }
}
