@charset "UTF-8";

* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

@media  screen and (min-width:768px) and (max-width:992px){
    body {
        background-image: linear-gradient(to top, #49A09D, #5F2C82);
    }

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

    }

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

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

    form > div.campo{
    display: block;
    background-color: #5F2C82;
    border: 2px solid #5F2C82;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    margin: 5px 0px;
    align-items: center;
}

div.campo input[type=password]{
    background-color: #63dad6;
    font-size: 1em;
    height: 100%;
    border: 0px;
    border-radius: 8px;
    width: 339px;
}

div.campo > input[type=email]{
    background-color: #63dad6;
    font-size: 1em;
    height: 100%;
    border: 0px;
    border-radius: 8px;
    width: 340px;
}
}

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

    section#login {
        width: 950px;
        height: 350px;

    }

    section#login > div#imagem{
        float: right;
        width: 50%;
        height: 100%;
    }

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

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

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

    form > div.campo{
    display: block;
    background-color: #5F2C82;
    border: 2px solid #5F2C82;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    margin: 5px 0px;
    align-items: center;
}

div.campo input[type=password]{
    background-color: #63dad6;
    font-size: 1em;
    height: 100%;
    border: 0px;
    border-radius: 8px;
    width: 393px;
}

div.campo > input[type=email]{
    background-color: #63dad6;
    font-size: 1em;
    height: 100%;
    border: 0px;
    border-radius: 8px;
    width: 395px;
}
}
