﻿* {
    font-family: sans-serif;
    font-size: 16px;
}


.bg {
    background-image: url(images/bgFull.jpg);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    z-index: -2;
}

.bgLogin {
    background-image: url(images/bgLogin.jpg);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    z-index: -2;
}


.flagGroup {
    position: fixed;
    bottom: 20px;
    left: 10px;
}

.flagBase {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
    cursor: pointer;
    z-index: 999;
}


.flagBrazil {
    background-image: url(images/flag_brazil.png);
}

.flagUSA {
    background-image: url(images/flag_united_states.png);
}

.flagSpain {
    background-image: url(images/flag_spain.png);
}

.flagGermany {
    background-image: url(images/flag_germany.png);
}

.flagFrance {
    background-image: url(images/flag_france.png);
}

.flagJapan {
    background-image: url(images/flag_japan.png);
}

.flagItaly {
    background-image: url(images/flag_italy.png);
}



a:hover {
    text-decoration: underline !important;
    color: #fff;
}



.MensagemLogin {
    display: block;
    background-position: 10px 9px;
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 52px;
    line-height: 30px;
    margin-top: 10px;
}

.MensagemLoginNone {
    display: none;
}

.loginAreaPosition {
    position: fixed;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 40px;
}

.loginArea {
    width: 300px;
    margin: auto;
    color: #ffffff;
    border-radius: 3px;
    padding-bottom: 60px;
}

.loginPanel {
    position: fixed;
    margin: auto;
    width: 100%;
}

.logoBg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    margin: auto;
    margin-top: 100px;
    height: 100px;
}

.loginInputGroup {
    margin: 10px 0px;
}

@-webkit-keyframes autofill {
    0%,100% {
        color: #fff;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.inputLogin {
    width: 300px;
    margin-top: 3px;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.cboOperacao {
    margin-top: 3px;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    width: 300px;
    padding: 12px 0px 12px 8px;
    display: block;
}

select option {
    background-color: #1e2c38;
}

    select option:hover {
        background-color: #f78d1e;
    }


textArea,
input[type=text],
input[type=password] {
    padding: 12px 12px;
}

button,
input[type=submit],
input[type=button] {
    background-color: #f78d1e;
    border: none;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    width: 296px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 12px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.loginTitle {
    font-size: 20px;
    color: #012d84;
    text-align: center;
}


.textFooter {
    color: #2a2d2e;
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 11px;
}

.modal {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    z-index: 30;
}


.modal_view {
    background-color: #ffffff;
    height: 300px;
    margin: 50px 25%;
    width: 500px;
    display: block;
    border-radius: 6px;
}

.popupEnviar {
    position: fixed;
    background-color: #ffffff;
    height: 300px;
    margin: 50px 25%;
    width: 500px;
    display: block;
    border-radius: 6px;
}

.closesign {
    float: right;
    padding: 10px 15px;
    cursor: pointer;
    color: black;
    background-color: #eae7e7;
    font-size: 14px;
}

    .closesign:hover,
    .closesign:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.btnFb {
    padding-left: 332px;
    width: 150px;
}




a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

.btnLogin {
    background-color: #2a2d2e !important;
    color: #fff !important;
}

.btnGoOpe {
    display:none;
    width: auto !important;
    padding: 5px 8px !important;
    position: fixed;
    bottom: 5px;
    right: 5px;
    background-color: #2a2d2e!important;
    font-size: 10px !important;
}

@media (max-height: 680px) {
    .logoBg {
        margin-top: 0px;
    }
}