body{
    /*background-color: #fff !important;*/
    margin: 0px;
    padding: 0px;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
    width: 100%;
}

.div-logo{

}
.btn-login{
    min-width: 150px;
    /*width: inherit;*/
}

.botao-ok:hover{
    cursor: pointer;
}

.botao-ok{
    color: #fff !important;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    border: 1px solid #fff;
    padding: 10px 30px;
    background-image: none !important;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
}

.botao-ok-QF:hover{
    background: #37bd09 !important;
}

.botao-ok-QF{
    background: #7db13e !important;
    color: #fff !important;
}

.botao-ok-PC:hover{
    background: #3a7fca !important;
}

.botao-ok-PC{
    background: #428dde !important;
    color: #fff !important;
}

.login-titulo-QF{
    color: #7db13e !important;
}

.login-titulo-PC{
    color: #428dde !important;
}

.btn-cadastro{
    min-width: 150px;
    width: inherit;
}

.div-login{
    background-color: rgba(255, 255, 255, 0.25) !important;
    border-radius: 15px !important;
}

@media (max-width: 767px) {
    .div-login{
        border: none;
    }
    .botoes {
        width: 100%;
    }
    .btn-cadastro {
        display: inline-block;
    }
    .g-recaptcha {transform: scale(0.85); transform-origin: left top;}
    p,.btn,input,div,span {
        font-size: 0.75rem;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 1.5rem !important;
    }
    h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 1rem !important;
    }
}

/* responsive text queries */
@media screen and (max-width: 992px) {
    p,.btn,input,div,span {
        font-size: 0.85rem;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 1.7rem !important;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 1.1rem !important;
    }
}

html {
    font-size: 1rem;
}

/* Dispositivos small (telefones em modo paisagem, com 576px ou mais)*/
@media (min-width: 576px) {
    /*html {
        font-size: 1rem;
    }*/
}

/* Dispositivos médios (tablets com 768px ou mais)*/
@media (min-width: 768px) {
    /*html {
        font-size: 1rem;
    }*/
}

/* Dispositivos large (desktops com 992px ou mais)*/
@media (min-width: 992px) {

}

/* Dispositivos extra large (desktops grandes com 1200px ou mais)*/
@media (min-width: 1200px) {

}

ul {
    text-align: left;
}

.icon-login{
    margin-top: -68px ;
    background-color: rgba(23, 162, 184, 0.64);
}

.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

.btn-circle i {
    position: relative;
    top: -1px;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
}

.btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.1rem;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3rem;
}

a.botao-esqueci {
    text-align: left !important;
    color: #666 !important;
    display: block;
}

.logo{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

a.botao-cancelar:hover{
    color: #7db13e !important;
}

a.botao-cancelar {
    color: #666 !important;
    text-decoration: none;
    margin-top: 4px;
    display: block;
}

.rodape {
    font-size: 14px;
    clear: both;
}

.texto-pequeno{
    font-size: 12px;
}

.left-text{
    text-align: left;
}

img.center {
    padding-top: 40px;
    clear: both;
    display: block;
    margin: 0 auto;
}

.botoes {
    float: right;
    clear: both;
    margin-bottom: 26px;
}

.botao-laranja:hover{
	background-color: #f98267 !important;
	cursor: pointer;
    text-decoration: none;
}

.botao-laranja{
    background: #FE9A2E !important;
    color: #fff !important;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    border: 1px solid #fff;
    padding: 10px 30px;
    background-image: none !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
}

.botao-verde:hover{
	background: #37bd09 !important;
	cursor: pointer;
}

.botao-verde{
    background: #7db13e !important;
    color: #fff !important;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    border: 1px solid #fff;
    padding: 10px 30px;
    background-image: none !important;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
}

.rodape li {
    margin: 4px 0px;
}

input#scales {
    /* float: left; */
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
}

h3{
    color: #7db13e;
    font-size: 20px;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
}

h1 b{
    color: #7db13e;
}

h1{
    color: #666;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}

div#formulario a{
	color: #FFF;
}


#formulario p{
	clear: both;
}

#formulario {
    font-size: 14px;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

div#box-geral {
    margin: auto;
    display: table-cell;
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
}

.container img{
	max-width: 100%;
}

.container{
	margin: 0px auto;
	position: relative;
	display: block;
	clear: both;
}

.whole-page-overlay{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100% !important;
    z-index: 1050;
    display: none ;
}
.whole-page-overlay .center-loader{
    color: white;
}

/*    color: #7db13e;*/
.loader-QF {
    border-top: 1.1em solid rgba(125, 177, 62, 0.2);
    border-right: 1.1em solid rgba(125, 177, 62, 0.2);
    border-bottom: 1.1em solid rgba(125, 177, 62, 0.2);
    border-left: 1.1em solid #7db13e;

}
.loader-PC {
    border-top: 1.1em solid rgba(66, 141, 222, 0.2);
    border-right: 1.1em solid rgba(66, 141, 222, 0.2);
    border-bottom: 1.1em solid rgba(66, 141, 222, 0.2);
    border-left: 1.1em solid #428dde;
}


.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}
.loader {
    margin: 30px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#formulario_cadastro .form-control {
    border: 0;
    /*padding: 23px 13px;*/
    border-radius: 4px;
    background: #F3F3F3;
    height: calc(2.5rem + 2px);
    line-height: 1.25;
}
.cadastro-bg-wrap .cadastro-bg {
    background-position: center bottom;
    background-size: cover;
    opacity: 1;
    background-image: url(../img/banner.jpg);
}

.home-cadastro-bg {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1;
}

.home-cadastro-bg-QF {
    background-image: url(../img/banner_qf.jpg);
}
.home-cadastro-bg-PC {
    background-image: url(../img/banner_pc.jpg);
}


.cadastro-bg, .cadastro-bg-wrap, .cadastro-nav-bg {
    position: absolute;
    overflow: hidden;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#cadastro-nav-menu .img-logo {
    margin: 0 auto;
    display: block;
    background: #fff;
    padding: 30px 22px;
    border-radius: 0px 0px 6px 6px;
}
