
@media (max-width: 428px) {

    #comp-footer-for-desk {
        display: none;
    }

    .section-login-form {
        margin-bottom: 2em;
    }

    .div-title-screen-forms {
        margin-bottom: 1em;
    }

    .show-pass-cadastro {
        margin-right: -18em; 
        margin-top: -3em;
    }

    .div-alert-register {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2em;
        text-align: center;
    }

    .alert-register {
        font-size: 1em;
        color: var(--texto_miudo);
        width: var(--screen-size-mobile);
        margin-bottom: 0px;
    }

    .div-btn-base {
        margin-top: -1em;
    }

}



