
.geral {
    margin-left: 50%;
    left: -600px;
    width: 1200px;
    height: 900px;

}

.banner {
    background-color: rgb(17, 88, 7);
    width: 1200px;
    height: 600px;
}

.barra {
    background-color: rgb(31, 134, 15);
    width: 1200px;
    height: 50px;
    text-align: right;
}

a {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
    color: rgb(255, 255, 255);
}

.login {
    position: absolute;
}