@charset "utf-8";
/* CSS para pagina de login */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 * - DIVs Principais :: login
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#login{
	width:460px;
	height:345px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top: -180px;
	margin-left: -230px;
	background:url(../images/bg-login.png) repeat-x;
}

#login-left{
	float:left;
	background:url(../images/bg-login-left.png) no-repeat;
	height:345px;
	width:10px;
}

#login-right{
	float:right;
	background:url(../images/bg-login-right.png) no-repeat;
	height:345px;
	width:10px;
}

#login h1#logo-sentinela{
	text-indent:-999px;
	background:url(../images/logo.png) no-repeat;
	width:210px;
	height:78px;
	margin:4px 83px 7px;
}
#separador{
	background:url(../images/separador.png) no-repeat;
	width:403px;
	height:2px;
	margin:7px 0 0 20px;
	float:left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 * - Elementos de Formularios
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
#form-login{
 	width:403px;
	margin:20px 0 0 20px;
	float:left;
}

#form-login label{
	font-size:12px;
	color:#374E5E;
	margin-bottom:2px;
	float:left;
	font-weight:bold;
	margin-bottom:10px;
}

#form-login input[type=text], #form-login input[type=password]{
	height:20px;
	clear:both;
	width:399px;
	border:1px solid #532E16;
	background-color:#F3F6F9;
}

#form-login input[type=submit]{
	width:116px;
	height:34px;
	float:right;
	margin:30px 0px 0 0;
	background-color:#D06630;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 
 * - General Elements
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#form-login a{
 	color:#374E5E;
	background:url(../images/keys.png) no-repeat;
	width:150px;
	height:21px;
	float:left;
	margin-top:5px;
	padding:5px 0 25px 40px;
	outline:none;
}

#form-login a:hover{
  	text-decoration:none;
}

h6#rodape{
	float:right;
	margin-top:40px;
	color:#374E5E;
	font-weight:bold;
	font-size:10px;
}

h7{
	display: block;
	clear: both;
	margin-top:50px;
	font-size:10px;
	text-align: center;
}