*{
	margin:0;
	padding:0;
	outline:none;
	list-style:none;
}
a{
	text-decoration:none;
}
body{
	font:300 16px Oswald;
}
#login{
	width:300px;
	margin:0 auto;
	position:relative;
	top:50px;
	border:1px solid #000000;
	padding:15px;
}
#painel{
	width:250px;
	margin:0 auto;
	position:relative;
	top:50px;
	border:1px solid #000000;
	padding:50px;
}
.logo{
	width:200px;
	height:80px;
	margin:0 auto;
	padding:0px;
	position:relative;
	top:0px;
}
.flash{
	width:100%;
	height:40px;
	background:#C00;
	opacity:0.5;
	text-align:center;
	line-height:40px;
	font:400 18px Oswald;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
}
#cadastrar{
	border-bottom-left-radius:8px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:15px;
	height:40px;
	width:120px;
	background:#f1f1f1;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}
.message{
	width:100%;
	padding:3px;
	color:#666;
	background:#FFFFFF;
	margin:0 auto;
	text-align:center;
}
#cadastrar a{
	padding-top:5px;
	display:block;
	color:#999;
	font:400 18px Oswald;
}
#cadastrar:hover a{
	color:#fff;
}
#cadastrar:hover{
	background:#678b97;
	color:#fff;
}
.form  label{
	display:block;
	padding-top:5px;
}
.acomodar{
	margin:0 auto;
	width:250px;
}
.txt{
	border:none;
	height:40px;
	width:250px;
	border:thin solid #000000;
	background-color: #E9ECF5;
}
.txt_erro{
	border:none;
	height:40px;
	width:250px;
	border:thin solid #000000;
	background-color: #FA8386;
}
.txt:focus{
	border:thin solid #678b97;
	box-shadow:0 2px 10px #678b97;
	-webkit-box-shadow:0 2px 10px #678b97;
	-moz-box-shadow:0 2px 10px #678b97;
}
.sb{
	display:block;
	border:none;
	width:250px;
	height:40px;
	margin-top:10px;
	cursor:pointer;
	font:400 18px Oswald;
	color:#999;
}
.sb:hover{
	background:#00699D;
	color:#fff;
}

/*Classes de herança*/
.bradius{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
/*Múltiplos Estilos*/
.txt,.txt:focus,.sb,.sb:hover,#cadastrar:hover,#cadastrar{
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
}
.sb2{
	display:block;
	border:none;
	width:250px;
	height:40px;
	margin-top:10px;
	cursor:pointer;
	font:400 18px Oswald;
	
	background:#F00;
	color:#fff;
}
.sb2:hover{
	background:#00699D;
	color:#fff;
}

/*Classes de herança*/
.bradius{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
/*Múltiplos Estilos*/
.txt,.txt:focus,.sb,.sb:hover,#cadastrar:hover,#cadastrar{
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
}