@media screen and (max-width: 700px), (max-height: 500px) {
   .login-wrapper {
        background: var(--background-page);
        display: flex;
        justify-content:center;
        align-items: center;
        /*background-image: url('../media/c5peqhd2/fundo.jpg');*/
        background-size: cover;
        
        .login-container {
            height:max-content;
            min-height: 80vh;
            max-width: 90vw;
            border-radius:var(--border-radius);
            padding: 2rem 1rem;
        }
    }
    
}