body {


    background-color: #fff !important;
    color: black !important;
}

.contaBody {
    /*background: url(../img/background.jpg);*/
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    max-width: 200%;
    min-width: 100%;
    width: 100%;
    background-position: center top;
    animation: fadein 1.2s;
    -moz-animation: fadein 1.2s;
    -webkit-animation: fadein 1.2s;
    -o-animation: fadein 1.2s;
}


.btn.btn-primary {
    background-color: #fe922f !important;
    border-color: #fe922f !important;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.hover {
    background-color: #f39c12 !important;
}

.form-control:focus {
    border-color: #fe922f !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 164, 102, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 164, 102, .6) !important;
}


.backOpConta {
    /*background-color: rgba(240, 248, 255, 0.85);*/

    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

.container {

    padding-right: 5px;
    padding-left: 5px;
    margin-right: 0!important;
    margin-left: 0!important;
    width: 100% !important;
    height: 100%;
}

.v-central {
    position: relative;
    top: 8px !important;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 0 !important;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

.iconClick {
    cursor: pointer;
}

.iconClick:hover {
    text-decoration: underline;
}

.posicaoAlt {
    margin: 33px 133px 0 !important
}

.posicaoAlt a {
    cursor: pointer;
}

.altSair {
    padding-top: 13px;
}

.campoSistemas {
    margin: 30px 0 0 0;
}

.fonteAlt {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
}

@keyframes fadein {
    from {

        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*************************************************/

@media only screen and (max-width: 767px) {

    .backOp {
        background-color: rgba(240, 248, 255, 0.85);
        width: 100%;
        height: 100%;
        position: relative;
    }

    .iconClick {
        margin-top: 30px;
        text-align: center;
    }

    .campoLogado {
        text-align: center;
        margin: 0 0 5px 0;
    }

    .centralizar {
        text-align: center;
    }

    .posicaoAlt {
        margin: 0px 145px 0 !important;
    }

    .v-central {
        position: relative;
        top: 10px !important;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 0 !important;
        -webkit-font-smoothing: antialiased;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        font-size: 40px !important;
        margin-bottom: 15px;
    }

    .altSair {
        text-align: center;
    }

}
