@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap');
@import url( 'validacao.css' );

body {
    height: 100%;
    background: none;
}

.fundo {
    height: 100%;
    background-image: url("../img/predio.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-caixa {
    top: 10rem;
}

.form-caixa .form-acesso {
    background-image: url("../img/fundo_login.png");
    border: 1px solid #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2rem;
}

.form-caixa h3 {
    text-align: center;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: xx-large;
}
.form-caixa h4 {
    color: #000080;
    text-align: center;
}

.form-caixa ul {
    list-style-type: none;
    padding-left: 2%;
}

.form-caixa li {
    margin-bottom: 0.3em;
}

@media( max-width: 767px ) {
    .form-caixa {
        top: 2rem;
    }
}