/*VARIAVEIS DE CORES*/
:root{
    --cor-clarinho: #F7F7F7;
    --cor-claro: #E8E8E8;
    --cor-medio: #b6b6b6;
    --cor-escuro: #3D4039;

    --valor1: 1;
    --bordo--padrao: hsl(calc(var(--valor1) * 1), 90%, 27%);
    --bordo--claro: hsl(calc(var(--valor1) * 1), 55%, 55%);
    --vermelho--padrao: hsl(calc(var(--valor1) * 1), 100%, 35%);
    --bordo--hover: hsl(calc(var(--valor1) * 1), 36%, 57%, 0.70);

    --valor2: 1;
    --complementar--escuro: hsl(calc(var(--valor2) * 1), 90%, 27%);
    --complementar--claro: hsl(calc(var(--valor2) * 1), 55%, 55%);
    --complementar--medio: hsl(calc(var(--valor2) * 1), 100%, 35%);
    --complementar--hover: hsl(calc(var(--valor2) * 1), 36%, 57%, 0.70);

}
body{
	background-color: var(--cor-claro); 
    overflow: hidden;
}
.form_login{
    position: absolute;
    width: 30%;
    height: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--cor-clarinho); 
    z-index:99;
    border-radius: 10px;
    box-shadow: inset 0 0 1em white, 0 0 1em black;
}
.div_logo{
    width: 28%;

    margin-left: 50%;
    margin-top: 2%;
    transform: translateX(-50%);
}
.div_logo img{
    width: 100%;
    margin-top: 40%;

}
.titulo{
    width:100%;
    display: flex;
    justify-content: center;
}
.titulo p{
	font-size: 30px;
	font-family: Impact, fantasy;
	color: var(--bordo--padrao);
	text-shadow: 3px 2px 2px var(--cinza--claro);
	margin: 0px 0 30px 0;
}
.campos_login {
    color: white;
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
}
.fieldset_padrao {
    height: 4.2vh;
    border-radius: 7px;
    border-color: var(--cor-escuro);
    border-width: thin;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fieldset_padrao_normal{
    height: 4.2vh;
    border-radius: 7px;
    border-color: var(--cor-escuro);
    border-width: thin;
}
.legend_login{
    color:var(--bordo--padrao);
    font-weight: bold; 
    font-size: large;
}
.campos{
    width: 100%;
    height: 3vh;
    border: 0;
    border-radius: 7px;
    outline: 0;
    background-color: transparent;
    color: var(--cor-escuro);
    /*text-transform:uppercase;*/
    font-weight: bold;
    font-size: 14px;
}
.fieldset_padrao:focus-within, .fieldset_padrao_normal:focus-within{
    background-color:var(--cor-medio);
}

#id_campo_senha{
    width: 80%;
}
#id_visualiza_senha{
    float: right;
}
.btn_transparent{
    background-color: Transparent;
	cursor: pointer;
	border: none;
}
.div_botoes{
    width: 107%;
    height: 7vh;
    margin-top: 40px;
}
.btn_login{
    width: 45%;
    height: 100%;
    border-radius: 7px;
    border: none;
    font-size: 1rem;
    font-family: Impact, fantasy;
    color: white;
    text-shadow: 3px 2px 2px black;
    cursor: pointer;
    float: left;
}
#btn_envia_dados, #btn_envia_cadastro{
    background-color: var(--bordo--padrao);
    margin: 0 4px 0 0;
}
#btn_voltar_login, #btn_cadastra_usuario{
    background-color: var(--bordo--claro);
    margin: 0 0 0 4px;
}
.rodape{
	background-color: gray;
	position: fixed;
	width: 100%;
	height: 20px;
	bottom: 0; left: 0; right: 0;
	text-align: center;
	color: white;
}
.notifica_retorno{
    background-color: transparent;
    position: absolute;
    width: 125%;
    height: 100px;
    margin-top: 65px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    z-index:1;
}
.text_notifica{
    position: relative;
    top: 15px;
    font-family: Arial Black;
    font-size: 18px;
    color: #ff0000;
	text-shadow: 3px 2px 2px yellow;
}
.adm_login{
	background-color:Transparent;
	cursor: pointer;		
	border: none;
    bottom: 40px;
    right: 20px;
    position: absolute;
}

.btn_ajuda{
	background-color:Transparent;
	cursor: pointer;		
	border: none;
    bottom: 40px;
    left: 20px;
    position: absolute;
}

#id_recupera_senha{
    color: var(--bordo--padrao);
    border-bottom: 2px solid;
    cursor: pointer;
}

.descarrega_pagina{
	width: 82%;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 18%;
    /*background: var(--cor-clarinho) url(../page_img/logo_semfundo.png) no-repeat center;*/
    background-size: contain;
    background-color: var(--cor-clarinho);
}
.container_descarrega{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--cor-clarinho);
}

/* LAYOUT TELA CADASTRO DE USUÁRIOS*/
#campo_senha{
    width:75%;
    text-transform: lowercase;
}




/* LAYOUT MODAL PROCESSANDO */
#modal_text{
	background-color: rgba(0, 0, 0, 0.6);
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	display: none;
	z-index: 99;
}
.global_text{
	width: 300px;
	height: 100px;
	left:50%; top: 50%;
	transform: translate(-50%, -50%);
	background: white;
	position: fixed;
	border-radius: 7px;
} 
.loader_text {
	position: fixed;
	left: 95px;
	top: 3px;
	width: 100%;
	height: 100%;
	background: url('../page_img/engrenagem.gif') center no-repeat;
	background-size: 30%;
}
.text{
	position: absolute;
	top: 5px;
	left: 20px;
	font-size: 30px;
	font-family: Impact, fantasy;
	text-align: center;
	vertical-align:middle;
	display:table-cell;
	color: gray;
	text-shadow: 3px 2px black;
}

#div_propaganda{
    border-radius: 15px;
    top: 50%;
    left: 50%;
    position: absolute;
    box-shadow: 0 0 1em 7px white, 0px 0px 1em 0px black;
    transform: translate(-50%,-50%);
    background: white;
    display: grid;
    justify-items: center;
}
#div_propaganda img{

    width:30%;
    margin-top:24px; 
    margin-bottom: 24px;

}

input[type="file"] {
    display: none;
}
#msg_informativo{
    margin: 0;
    color: var(--vermelho--padrao);
    width: 100%;
    background: yellow;
    text-align: center;
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--cor-escuro) !important;
  transition: background-color 5000s ease-in-out 0s;
}

.subtitulo_page{
    width: 100%;
    height: 30px;
    margin: 0;
    background-color: var(--cor-medio);
    margin-top: 0;
    font-size: 16px;
    color: var(--cor-escuro);
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#voltar_modal{
    margin-left: 7vw;
    margin-top: 2vh;
    font-size: 1vw;
    height: 32px;
    width: 100px;
}

.container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-x: hidden;
}


@media only screen and (max-width: 990px) {
    .form_login{
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 0;
        z-index:1; 
    }
    #btn_envia_dados{
        top: 115%;
    }
    #btn_cadastra_usuario{
        top: 115%;
    }
    .rodape{
        display: none;
    }
    .text_notifica{
        font-size: 15px;
    }
    .adm_login{
        display:none;
    }
    .container_descarrega{
	    position: relative;
        height: auto;
	}

}