@charset "UTF-8";

@media screen and (min-width: 768px) and (max-width: 1080px) {
    body{
        background-image: linear-gradient(to top, #49a09d, #5f2c82);
    }
    
    section#login{
        width: 80vw;
        height: 300px;
    }

    section#login div#imagem{
        float: left;
        width: 30%;
        height: 100%;
        background-position: right top;
    }

    section#login div#formulario{
        float: right;
        width: 70%;
    }

    div#formulario p {
        font-size: 1em;
    }
}    

@media screen and (min-width: 1080px) {
    body{
        background-image: linear-gradient(to top, #49a09d, #5f2c82);
        
    }

    section#login{
        width: 90vw;
        height: 450px;
    }

    section#login div#imagem{
        float: left;
        width: 50%;
        height: 100%;
        background-position: center center;
    }

    section#login div#formulario{
        float: right;
        width: 50%;
    }

    div#formulario p {
        font-size: 1.2em;
    }
}
