@media (max-width: 600px)
{
    .remover-mobile { display: none !important; }

    .margin-form-login{ margin-top: 100px !important; }

    .height-card { height: auto !important; }
    .height-card-perfil { height: auto !important; }

    .ls-closed.right_icon_toggle section.content { margin: 10px !important; }

}

@media (min-width: 600px)
{
    .remover-desktop { display: none !important; }
}

