﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;
    font-size: 14px;
    background-size: cover;
    margin: 0;
    line-height: 1;
    margin: 0 0 35px;*/
    background: url('../../../images/banner2.jpg') no-repeat fixed left center;
    background-attachment: fixed;
    background-size: cover;
}
footer {
    /*height: 35px;
    line-height: 35px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(93, 93, 93);*/
    background: rgb(46,50,85);
    border: #044fa0;
}
.fundo-conteudo {
    background: rgba(255, 255, 255, 0.8);
}
/*.row-login {
    padding-left: 25px !important;
}*/