.formulario__form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 778px) {
    .formulario__form{
        flex-direction: row;

    }
}