@charset "UTF-8";

@media screen and (min-width: 768px) and (max-width: 992px) {

    body {
        background: linear-gradient(to top,#011016, #b46006, #011016, #869193)no-repeat ;
    }

    section#login {
        width: 80vw;
        height: 290px;
    }

    section#login > div#imagem {
        float: left;
        width: 30%;
        height: 100%;
    }

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

    div#formulario > p {
        margin: 8px 0px;
    }
}

@media screen and (min-width: 992px) {

    body {
        background: linear-gradient(to right,#011016,#b46006, #869193) no-repeat;
    }

    section#login {
        width: 950px;
        height: 380px;
    }

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

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

    
    div#formulario > h1 {
        font-size: 2em;
    }

    div#formulario > p {
        font-size: 1.2em;
        margin: 20px 0px;
    }
}