body {
    background: url('/web/img/bg/brasilia.jpg') top center;
    background-color: #000000;
}

.center {
    text-align: center;
}

.boxLogin {
    border-radius: 12px 12px 12px 12px !important;
    width: 415px;
    background-color: #FFFFFF !important;
    color: #C0C0C0;
}

    .boxLogin .textLicenciado {
        font-size: 10px;
        margin-bottom: 7px;
    }

    .boxLogin .boxCima {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .boxLogin .textInstrucao {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 14px;
    }

    .boxLogin .input-xlargeG {
        width: 97% !important;
    }

    .boxLogin .links {
        margin-top: 10px;
        font-size: 11px;
    }

    .boxLogin .textMudanca {
        padding-top: 15px;
    }




.submenu {
    list-style: none outside none;
    text-align: center;
}

    .subMenu li {
        display: inline;
        color: #FFFFFF;
    }

    .subMenu a {
        color: #FFFFFF;
        font-size: 10px;
    }

    .subMenu .anapro {
        background-color: #000000;
    }


.boxTexto {
    color: #000000;
}

.linkFechar a {
    font-weight: bold;
    text-align: center;
    color: #000000;
}

body.body-mobile {
    background: rgb(80,80,80);
    background: -moz-linear-gradient(313deg, rgba(80,80,80,1) 0%, rgba(29,29,29,1) 50%, rgba(61,61,61,1) 100%);
    background: -webkit-linear-gradient(313deg, rgba(80,80,80,1) 0%, rgba(29,29,29,1) 50%, rgba(61,61,61,1) 100%);
    background: linear-gradient(313deg, rgba(80,80,80,1) 0%, rgba(29,29,29,1) 50%, rgba(61,61,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#505050",endColorstr="#3d3d3d",GradientType=1);
    font-family: "Open Sans" !important;
    font-weight: 400;
    color: white !important;
}

.body-mobile .input-xlarge {
    height: 45px !important;
/*    padding-left: 15px !important;*/
    font-family: "Open Sans" !important;
    font-weight: 400;
}

.body-mobile .well {
    background: transparent !important;
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.body-mobile #imgLogo {
    border-radius: 8px;
    border: 0px solid #f1f1f1;
}

.body-mobile .boxLogin .input-xlargeG {
/*    width: 100% !important;*/
    background: #ffffff !important;
    height: 50px !important;
    border: 1px solid white;
    color: #656565 !important;
}

.body-mobile .well {
    box-shadow: none !important;
}

.body-mobile #btnEntrar {
    background: #28b17f;
    width: 220px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    opacity: 1;
    cursor: pointer;
}

.body-mobile #btnRecuperar {
    background: #28b17f;
    width: 220px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    opacity: 1;
    cursor: pointer;
}

.body-mobile #msg-contratar {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: white;
    margin-bottom: -9px;
}

.body-mobile #bt-criar-conta {
    display: block;
    background: transparent;
    border: 1px solid #28b17f;
    width: 220px;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
    opacity: 1;
    color: white;
    box-shadow: none !important;
    text-shadow: none;
    cursor: pointer;
    font-size: 14px;
}

.body-mobile #bt-cancelar-recuperar-senha {
    display: block;
    background: transparent;
    border: 1px solid #28b17f;
    width: 220px;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
    opacity: 1;
    color: white;
    box-shadow: none !important;
    text-shadow: none;
    cursor: pointer;
    font-size: 14px;
}

.body-mobile label {
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 12px;
    color: white;
}

.body-mobile .boxLogin .textInstrucao {
    font-family: "Open Sans";
    font-weight: 900;
    font-size: 14px;
    margin-top: 18px;
    color: #fafafa;
    /* text-transform: uppercase; */
}

.body-mobile .boxLogin .links {
    width: 100%;
    text-align: right;
    color: #f3f3f3 !important;
}

    .body-mobile .boxLogin .links a {
        color: #fafafa !important;
        /* margin-right: -12px; */
    }

/*.body-mobile .boxCima #imgLogo,
.body-mobile .boxCima #divTextoLicenciamento {
    display: none;
}*/

.login {
    display: none;
}

.body-mobile .logo-login {
    display: block;
    margin: 0 auto;
}

.body-mobile .login {
    display: block;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 22px;
    margin-top: 18px;
    color: #fafafa;
    text-align: center;
}

.body-mobile .recaptcha {
    float: left;
    width: 312px;
    margin-left: 35px;
    margin-top: 15px;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.logoOlx {
    max-height: 30px;
}

.logoOlxTexto
{
/*    padding-left: 70px;
    margin: 0px;*/
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}