#app {
    margin: 50px;
    width: 100%;
    max-width: 1200px;
    border-radius: 40px;
    padding: 2rem;
    border: 0.5rem solid #accecc;
}

.box_form {
    width: 100%;
}

form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box_one,
.box_two,
.box_three {
    width: 33%;
}

.redes {
    width: 100%;
}

#data_nasc {
    width: 35%;
    height: 25px;
}

#name,
#eleitoral_field,
#eleitoral_number {
    width: 75%;
    height: 25px;

}

#document_rg,
#document,
#cellphone,
#zipcode {
    width: 75%;
    height: 25px;
}

#street {
    width: 55%;
    height: 25px;
}

#number,
#polling_place {
    width: 20%;
    height: 25px;
}

#neighborhood,
#complement,
#city {
    width: 55%;
    height: 25px;
}

#menssege {
    width: 75%;
    height: 100px;
}

ion-icon {
    font-size: 3rem;
    cursor: pointer;
    color: #accecc;
}

#iconup {
    font-size: 2rem;
    cursor: pointer;
    color: black;

}


#btn {
    padding: 0.5rem 2rem;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    outline: none;
    background-color: #017f77;
    cursor: pointer;
}

input,
select,
textarea {
    outline: none;
    color: rgb(0, 33, 24);
    padding: 0.5rem;
    border-radius: 5px;
    border: none;
    background-color: #d4e3e2 !important;
}




/*////////////MAIN ///////////////////*/
@media (max-width: 788px) {
    form {
        flex-direction: column;
    }

    .box_one,
    .box_two {
        width: 100%;
    }

}