body{
	padding: 0px;
	margin: 0px;
	font-family: "Arial", Helvetica, sans-serif;
	color: #3a3a3a;
}
.menu_img{
	height: 150px;
	width: 0%;
	padding: 0px;
	margin: 0px;
	background-color: #b8d737;
	-webkit-animation: expandd 2s 1 ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes expandd{
    0%{
      width: 0%;
    }
    100%{
      width: 100%;
     } 
}
.login_div{
	text-align: center;
}
.login_email{
	padding-top: 10px;
	padding-bottom: 10px;
}
.login_password{
	padding-top: 10px;
	padding-bottom: 10px;
}
.login_btn{
	margin-top: 50px;
	outline-style: none;
	color: white;
	font-size: 25px;
	background-color: #b8d737;
	width: 400px;
	height: 80px;
	border-bottom: 8px solid #88b64d;
	border-right: 2px solid #b8d737;
	border-left: 2px solid #b8d737;
	border-top: 2px solid #b8d737;
}
.login_btn:hover{
	border-bottom: 2px solid #b8d737;
	background-color: #c3e144;
}
.login_logo{
	margin-bottom: 28px;
	margin-top: 28px;
	margin-left: 50px;
	transform-origin: center;
	-webkit-animation: expandss 2s 1 ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes expandss{
    0%{
    	width: 0px;
    	height: 0px;
     	transform: rotate(400deg);
    }
    100%{
    	width: 256px;
    	height: 94px;
     	transform: rotate(0deg);
     } 
}
.login_logo_eco{
	float: right;
	opacity: 0;
	margin-bottom: 63.5px;
	margin-top: 63.5px;
	margin-right: 50px;
	-webkit-animation: expand 1s 1 ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes expand{
    0%{
      opacity: 0;
    }
    75%{
    	opacity: 0;
    }
    100%{
      opacity: 100;
     } 

}
.login_textfild{
	font-size: 20px;
	width: 400px;
	height: 40px;
	outline-style: none;
	border-radius: 20px;
	text-align: center;
	border: 2px solid #b8d737;
}
.login_div{
	margin-top: 50px;
}
.info_painel{
	z-index: 999;
	width: 100%;
	height: 75px;
	background-color: #e1e1e1;
	padding-top: 12px;
	border-bottom: 6px solid #cccccc;
	-webkit-animation: expandsss 2s 1 ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes expandsss{
    0%{
    	opacity: 0px;
    	height: 0px;
    }
    100%{
    	opacity: 100;
    	height: 75px;
     } 
}
.div_generation{
	width: 35%;
	height: 75px;
	margin-top: 100px;
	background-color: #b8d737;
	border-bottom: 3px solid #88b64d;
	border-right: 2px solid #b8d737;
	border-left: 2px solid #b8d737;
	border-top: 2px solid #b8d737;
	font-size: 25px;
	outline-style: none;
	color: white;
	text-align: center;
	padding-top: 20px;

}
.generated{
	margin-bottom: 70px;
}
.Info{
	color: rgb(169,202,108);

}
.right label{
	color: rgb(169,202,108);
	clear: right;
	float: right;
	margin-right: 50px;
	-webkit-animation: expandss 2s 1 ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes expandss{
    0%{
    	opacity: 0;
    }
    75%{
    	opacity: 0;

    }
    100%{
    	opacity: 100;
     } 
}
	
}
.left{
	left: 0;
	position: absolute;
}
.right{
	right: 0;
	position: absolute;
}
.left label{
	clear: left;
	float: left;
	margin-left: 50px;
		-webkit-animation: expandss 2s 1 ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes expandss{
    0%{
    	opacity: 0;
    }
    75%{
    	opacity: 0;

    }
    100%{
    	opacity: 100;
     } 
}

}
.info_nome_data{


}
.info_btn{
	width: 100px;
	height: 35px;
	outline-style: none;
	color: rgb(169,202,108);
	font-size: 25px;
	background-color: white;
	border-radius: 10px;
	border-bottom: 4px solid #88b64d;
	border-right: 1px solid rgb(169,202,108);
	border-left: 1px solid rgb(169,202,108);
	border-top: 1px solid rgb(169,202,108);
}
.info_btn:hover{
	color: white;
	background-color: #c3e144;
}
.Generator_btn{
	width: 50px;
	height: 50px;
	outline-style: none;
	color: rgb(169,202,108);
	font-size: 40px;
	background-color: white;
	border-radius: 50%;
	border-bottom: 4px solid #88b64d;
	border-right: 1px solid #b8d737;
	border-left: 1px solid #b8d737;
	border-top: 1px solid #b8d737;

	margin-bottom: 50px;
	margin-top: 25px;
	margin-left: 50%;
}
.info_image{
	width: 35%;
	height: auto;
	left: 32.5%;
	right: 32.5%;
	position: absolute;

-webkit-animation: expandss 2s 1 ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes expandss{
    0%{
    	opacity: 0;
    }
    75%{
    	opacity: 0;

    }
    100%{
    	opacity: 100;
     } 
}
}
.test{
	width: 1000px;
	height: 20px;
	background-color: black;
	
}
.test2{
	background-color: blue;
	width: 500px;
	height: 20px;
	position: absolute;
}
.Registo_btn{
	margin-top: 25px;
	outline-style: none;
	color: white;
	font-size: 25px;
	background-color: #b8d737;
	width: 400px;
	height: 80px;
	border-bottom: 8px solid #88b64d;
	border-right: 2px solid #b8d737;
	border-left: 2px solid #b8d737;
	border-top: 2px solid #b8d737;
	left: 0;
}
.Registo_btn:hover{
	border-bottom: 2px solid #b8d737;
	background-color: #c3e144;
	color: #818181;
}
.Registo_div{
	padding-top: 35px;
	padding-bottom: 10px;
	text-align: center;
}
.info_label{
	font-size: 20px;
	margin-top: 10px;
}
.Information_textfild{
	font-size: 20px;
	width: 400px;
	height: 40px;
	outline-style: none;
	text-align: center;
	border: 2px solid #b8d737;
	margin-right: 5px;
	color: #818181;
	border-radius: 20px;
	margin-top: 10px;
	margin-left: 5px;
}
.Bussines_textfild{
	font-size: 20px;
	width: 400px;
	height: 40px;
	outline-style: none;
	text-align: center;
	border: 2px solid #b8d737;
	margin-right: 5px;
	color: #818181;
	margin-top: 10px;
	margin-left: 10px;
	left: 0;
	border-radius: 10px;
}
.Bussines_textfild_small{
	font-size: 20px;
	width: 200px;
	height: 40px;
	outline-style: none;
	text-align: center;
	border: 2px solid #b8d737;
	margin-right: 5px;
	color: #818181;
	margin-top: 10px;
	margin-left: 10px;
	left: 0;
	border-radius: 10px;
}
.pressupostos{
	margin-top: 50px;
	margin-left: 15px;
}
.pressupostos label{
	display:inline-block;
	width:500px;
	margin-right:30px;
	text-align:left;
}
.pressupostos input select{
	margin:0px auto;
}
.Business_pressupostos_div{
	display: none;
	font-size: 20px;
}
.Business_VN_div{
	display: none;
	font-size: 20px;
}
.VN{
	margin-top: 50px;
	margin-left: 15px;
}
.VN label{
	display:inline-block;
	width:500px;
	margin-right:30px;
	text-align:left;
}
.VN input select{
	margin:0px auto;
}
.Business_FSE_div{
	display: none;s
	font-size: 20px;
}
.FSE{
	margin-top: 50px;
	margin-left: 15px;
}
.FSE label{
	display:inline-block;
	width:500px;
	margin-right:30px;
	text-align:left;
}
.FSE input select{
	margin:0px auto;
}
.Business_custos_pessoal_div{
	display: none;
	font-size: 20px;
}
.custos_pessoal{
	display: none;
	margin-top: 50px;
	margin-left: 15px;
}
.custos_pessoal label{
	display:inline-block;
	width:500px;
	margin-right:30px;
	text-align:left;
}
.custos_pessoal input select{
	margin:0px auto;
}
.Business_fundo_maneio_div{
	font-size: 20px;
}
.fundo_maneio{
	margin-top: 50px;
	margin-left: 15px;
}
.fundo_maneio label{
	display:inline-block;
	width:500px;
	margin-right:30px;
	text-align:left;
}
.fundo_maneio input select{
	margin:0px auto;
}
.percentBar{
	width: 450px;
	height: 40px;
	background-color: white;
	border: 1px solid #cccccc;
	border-radius: 30px;
}
.percentBarFill{
	color: white;
	font-size: 20px;
	text-align: center;
	width: 0px;
	height: 40px;
	background-color: #b8d737;
	border-radius: 30px;
}
.request_div{
	padding-top: 35px;
	padding-bottom: 10px;
	text-align: center;
}

.percentBarDiv{
	width: 100%;
	position: absolute;
	text-align: center;
	display: none;
}
.divSeparatorBtns{
	width: 100%;
	text-align: center;
}
.divSeparatorBtns input{
	background-color: #b8d737;
	color: white;
	width: 100px;
	height: 30px;
	text-decoration-style: none;
	border: 2px solid #b8d737;
	border-radius: 10px;
}
.divSeparatorBtns input:active{
	background-color: white;
	color: #b8d737;
}
.labelField{
	width:400px;
  	display: inline-block;
  	margin-bottom: 5px;
	margin-top: 5px;
}
.inputField{
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 12px;
	width: 100px;
	height: 20px;
	outline-style: none;
	border-radius: 20px;
	text-align: center;
	border: 2px solid #b8d737;
}
.mainDiv{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10%;
}