﻿body {
    background-color: #1f4f75 !important;
    color: White;
    text-align: center;
}

.BGEmpresa {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.Top, .Top:before, .Top:after {
    background-color: rgba(0,52,85,0.67) !important;
}

    .Top:before {
        right: 100% !important;
    }

    .Top:after {
        content: "";
        position: absolute;
        display: block;
        left: 100% !important;
        top: 0;
        bottom: 0;
        right: -5000px;
    }

.Rodape {
    background-color: #1f4f75;
    color: White !important;
}

    .Rodape:before {
        background-color: #1f4f75;
    }

    .Rodape > span {
        top: 20px !important;
    }

        .Rodape > span > img {
            vertical-align: top;
            position: relative;
            top: -3px;
            margin-right: 5px;
        }

.Abertura {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 10px;
    border-right: solid 1px #8596a8;
    padding: 30px 60px;
    margin-right: 70px;
    line-height: 29px;
    text-transform: uppercase;
    font-size: 10pt;
    margin-top: 143px;
}

.Logo {
    margin-top: 143px;
}

.Login {
    position: relative;
    display: block;
    background-color: #1f4f75;
    height: 150px;
    margin-top: 110px;
}

    .Login:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -5000px;
        right: -5000px;
        background-color: #1f4f75;
        z-index: -1;
    }

.Login {
    margin-bottom: 150px;
}

.Form {
    background-color: #45779e;
    margin: 0 auto !important;
    padding: 30px 58px 0px 30px !important;
    display: inline-block;
    min-height: 0;
}

    .Form label {
        text-transform: none !important;
        width: auto !important;
        font-size: 9pt !important;
    }

    .Form > a {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 28px;
        height: 23px;
        overflow: hidden;
        background-color: #153c5c;
        padding-top: 5px;
    }

.Login > a {
    position: relative;
    display: block;
    margin-left: 500px;
    margin-top: 30px;
}
