.logo{
    width: 100%;
    position: relative;
}
.nunes {
    font-size: 29pt;
    background: green;
    width: 152px;
    padding: 0.3rem;

}
.moveis{
    font-size: 29pt;
    display: block;
}

.campogrande{
    display: inline-block;
    font-size: 15pt;
    right: 0;
}

.campogrande div {
    display: inline-block;
    border-radius: 50%;
    background: red;

}

/* body {
    background-image: url('../img/2a29bbae39e86d014fc3bc9dca67a70b.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */

.form{
    width: 23%;
    position: absolute;
    left: 37%;
    top: 26%;
}

.form h2 {
    text-align: center;
    margin-bottom: 2rem;
}

@media screen and (max-width: 900px){
    .form{
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        margin-top: 35%;
    }
}
