* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

html, body {
    height: 100%;
}

.body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main {
    margin-inline: auto;
    padding-inline: 1rem;
}

.logo-form {
    display: none;
}


@media (max-width: 769px) {
    .body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10vh;
        align-items: center;
    }

    .title-form {
        font-size: 1.8em;
        text-transform: capitalize;
        color: #1F618D;
        text-align: center;
        font-weight: bold;
    }

    .texto-footer {
        position: static;
    }
}
