/* body, html {

    margin: 0;

    padding: 0;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    z-index: -1;

    overflow-y: auto !important;

}



.background-image {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: url('/img/background-site.jpg');

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    z-index: -1;

} */



/* .content {

    position: relative;

    z-index: 1;

    color: white;

    padding: 20px;

    font-family: Arial, sans-serif;

} */



/* .frases-troca-de-cor {

    margin-top: 35px;

    margin-left: 14px;

    line-height: 1.9;

    width: 402px;

}



.frases-troca-de-cor p {

    text-align: left;

    font-size: 21px;

    margin: 0px;

}



.frases-troca-de-cor-titulo {

    text-align: left;

    font-size: 16px;

    font-weight: 400;

    font-style: italic;

} */



/* .form-register-login {

    background-image: url('../img/teste1.png');

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    height: 272px;

    width: 600px;

} */



/* .botao-enviar {

    background-image: url('../img/btn-querover-normal.png');

    background-size: cover;

    background-repeat: no-repeat;

    background-color: transparent;

    border: none;

    cursor: pointer;

    height: 110px;

    width: 125px;

    display: inline-block;

}



.botao-enviar:hover {

    background-image: url('../img/btn-querover-h.png');

} */



/* .frase-parte-baixo {

    color: #9a3393;

    margin-left: 14px;

    font-size: 33px;

    font-style: italic;

    margin-top: -66px;

} */



/* .header {

    height: 10px;

    width: 100%;

}



.footer {

    height: 100px;

    width: 100%;

    background-color: red;

} */