html {
    background: #556370 url("../img/background.png") bottom right no-repeat;
    background-size: cover;
}

#loginContainer, #atualizarContainer, #offlineContainer {
    width: 350px;
}

#loginContainer {
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.container-logo {
    display: flex;
    justify-content: center;
}

.background-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    text-align: right;
    overflow: hidden;
}

div#blackForm, div#blackestForm, div#innerForm {
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
}

div#blackForm, div#blackestForm {
    background: rgba(255,255,255,.4);
    padding: 8px;
}

div#whiteForm {
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    background-color: #fff;
    background-image: url("../img/logotipobg.png"), url("../img/bordah.png"), url("../img/bordah.png");
    background-position: center center, top left, bottom left;
    background-repeat: no-repeat, repeat-x, repeat-x;
    border: 1px solid #fff;
    padding: 1rem;
}

div#whiteForm h2 {
    text-align: center;
    letter-spacing: 1px;
    display: block;
    font-style: normal;
    margin: 15px 0 0 0;
}

div#whiteForm h3 {
    margin-bottom: 0;
}

div#whiteForm p {
    margin: 5px;
}

div#whiteForm p.erro, div#whiteForm p.aviso, div#whiteForm p.sucesso {
    padding: 10px;
} 

#whiteForm form label {
    margin-left: 17px;
    margin-top: 10px;
    width: 210px;
}

#whiteForm form label input[type=text],
#whiteForm form label input[type=password] {
    padding: 10px 0;
}

#whiteForm form label input:-webkit-autofill, #whiteForm form label input:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #333;
}


#lembrardeMim {
    padding-top: 15px;
    text-align: center;
}

#lembrardeMim li {
    float: none;
    display: inline-block;
}

#entrarSistema {
    position: relative;
    float: none;
    bottom: auto;
    right: auto;
    margin: 15px auto;
}

p.sucesso, p.aviso, p.erro {
    margin: 15px -21px;
}

#blackForm {
    width: 300px;
}

#logotipo {
	width: 90%;
}


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

    #atualizarContainer, #offlineContainer {
        width: 450px;
    }
    
    div#blackForm, div#blackestForm {
        padding: 15px;
    }

    #whiteForm form label {
        margin-top: 25px;
        width: 300px;
    }

    #blackForm {
        width: 400px;
    }

    #lembrardeMim {
        padding-top: 30px;
    }  

    #entrarSistema {    
        margin: 30px auto;
    }

    div#whiteForm p.erro, div#whiteForm p.aviso, div#whiteForm p.sucesso {
        padding: 20px;
    }
    
}