body{
    background-image: url('');
}

.form-login{
    background-color: aqua;
}

.rounded{
    width: 20%;
    height: 20%;
}

.navbar, .ftr{
    background-color: rgba(9, 127, 131, 0.322);
}

.form-group{
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    -o-border-radius: 5%;
}

.foto-card{
    border-radius: 10px;
    width: 100%;
    height: 100px;
    min-height: 200px;
    font-weight: bold;
    /*padding: 20px;*/
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}



@media screen and (max-whidt: 768px){
    .conte{
        display: block;
    }
}



