
body {
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	background: #FFF;
	background-image: url(../img/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	margin: 0 auto;
}

a
{

	text-decoration: none;
	color: #FFFFFF; 
}
input
{
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;

	box-shadow: inset 0px 0px 20px #000;
	border: 1px solid #333;
	color:  #000; 
	width: 270px;
	border: 1px ;
	height: 30px;
	border-radius: 3px;
}


.select {
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	box-shadow: inset 0px 0px 20px #000;
	border: 1px solid #333;
	color: #000;
	width: 270px;
	border: 1px;
	height: 30px;
	border-radius: 3px;
}


.button 
{
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;

	box-shadow: inset 0px 0px 20px #000;
	border: 1px solid #333;
	color:  #000; 
	width: 270px;
	border: 1px ;
	height: 30px;
	border-radius: 3px;
	cursor: pointer;
}

.login
{
	position: absolute;
	top: 200px;left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%) ;
	height: 120px;width: 430px;
	box-shadow: inset 0 0 5px #FAFAFA;
	background: #EEEEEE;
	border: 1px solid #333;
	border-radius: 5px;
	color: #FFF
}


.titulo
{
	text-align: center;
	width: 100%;
	font-size:20px; 
	height: 30px;
	margin-top: 10px;
}
.g-recaptcha{
	width: 300px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.menu{
	position: absolute;
	font-size: 25px;
	top: 5px;
	position: relative;
	float: right;
	padding: 0px 20px;
}


.menu a:hover {
	color: #CCC;;
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;

}

/* Links inside the dropdown */
.dropdown-content a {
  padding: 2px 1px;
  top: 10px;
  display: block;
  font-size: 15px;
  text-align: right;
}

/* Change color of dropdown links on hover */

/* Show the dropdown menu on hover */
.menu:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.area{

	position: absolute;
	margin-top: 450px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%) ;
	height: 600px;width: 1200px;
	box-shadow: inset 0 0 5px #666;
	background: rgba(0,0,0,0.5);
	border: 1px solid #333;
	border-radius: 5px;
	color: #FFF

}
.notice
{
	position: absolute;

	background: rgba(0,0,0,0.5);
	border: 1px solid #333;
	border-radius: 5px;

	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 350px;
}
.conta
{
	position: absolute;
	background: rgba(0,0,0,0.5);
	border: 1px solid #333;
	border-radius: 5px;
	left: 850px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}

.logo
{

	position: relative;
	background: url(../img/logo.png) no-repeat;
	background-size: 250px 250px;
	background-position: center;
	background-position-y:-10px;

	width: 100%;
	height: 200px;

}


::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder { /* Firefox 18- */
	color:  #000;
}

::-moz-placeholder {  /* Firefox 19+ */
	color:  #000;  
}

:-ms-input-placeholder {  
	color:  #000; 
}


html ::-webkit-scrollbar {
  width: 10px;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #FFF;
}
html ::-webkit-scrollbar-track {
  background: #000;
}