@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Roboto';
  src:url(../fonts/Roboto-Thin.ttf);
  font-weight: normal;
  font-style: normal;
}

html, body {
	margin:0px;
	height:100%;
	background:#2b2f5e;
}


/* Inicio do Login */

#interfacelogin {
	position:relative;
	width:350px;
	margin:auto;
	height:auto;
	
}
header#cabecalhologin {
	display:block;
	position:relative;
	float:left;
	width:350px;
	margin-top:30px;
}
header#cabecalhologin h1-login {
	display:block;
	color:#FFFFFF;
	font-family:Roboto;
	font-size:48px;
	text-align:center;
}
header#cabecalhologin img {
	display:block;
	width:300px;
	height:auto;
	margin-left:25px;
}
article#formlogin {
	display:block;
	position:relative;
	float:left;
	width:330px;
	padding:10px;
	text-align:left;
	font-family:Roboto;
	color:#FFF;
}

article a {
	text-decoration:none;
	color:#FFF;
}
article a:hover {
	color:#666;
}
article a#senha-alterada {
	text-decoration:none;
	color:#FFF;
	display:block; 
	width:300px; 
	text-align:center; 
	margin:auto; 
	font-size:20px;
}
article a#senha-alterada:hover {
	color:#666;
}

fieldset {
	border:none;
}
legend {
	display:none;
}
input {
	width:300px;
	height:40px;
	color:#666666;
	background:#FFF; 
	padding-left:5px;
	border:1px solid #dfdfdf;
	font-family:Roboto;
	font-size:20px;
	font-weight:normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
input:focus {
	color:#FFF;
	background:rgba(204,204,204,.5); 
	-webkit-box-shadow: 0 0 7px rgba(51, 204, 255, 0.5);
	-moz-box-shadow: 0 0 7px rgba(51, 204, 255, 0.5);
	box-shadow: 0 0 7px rgba(51, 204, 255, 0.5);
}

input[type="submit"]{
	width:auto;
	height:auto;
	float:right;
	padding: 12px 20px;
	line-height: 1;
	border: none;
	background-color:#FFF;
	color:#4e4744;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
input[type="submit"]:hover {
	cursor:auto;
	background-color:#F30;
	color:#FFF;
}

#mensagem-erro {
	display:block;
	width:290px;
	padding:10px;
	margin:auto;
	text-align:center;
	background-color:#F30;
	color:#FFF;
	font-family:Roboto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

#mensagem-ok {
	display:block;
	width:290px;
	padding:10px;
	margin:auto;
	text-align:center;
	background-color:#666;
	color:#FFF;
	font-family:Roboto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
#esqueci {
	position:absolute; 
	bottom:35px; 
	left:25px; 
	width:200px; 
	height:10px; 
	z-index:3;
}
/* Fim do Formulario */
