@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background: #E8EAEB url(/images/login/body-bg.png); 
	
}



.login_box{
	margin:auto;
	margin-top:250px;
	width:750px;
	height:350px;
  	background: url(/images/login/bg_login.jpg) 50% 0 repeat-x; 	 
	border: 1px solid #D1D4D6; 
	border-radius:10px;
	-moz-box-shadow:    1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	 box-shadow:        1px 1px 1px 1px #ccc;


}

.login_box h1 {
	font-size:26;
	font-weight:bold;
	letter-spacing:-1px;
	padding-left:10px;
	color:#8BB512;
	text-align:left;
}

.logo_login{
	height:120px;
	text-align:center;
}

.label{
	color:#00868D;
	font-size:20px;
	font-weight:bold;	
	height:45px; 	
	text-align:right;
	width:150px;
	

}

.input_login {
	height:30px;
	border: 1px solid #D1D4D6;
	border-radius:5px;
	width:220px;
	font-size:20px;

}

.td_button{
	height:50px;
	text-align:right;
	color:#444444;



}

.button_login {
	
	height:30px;
	border: 1px solid #D1D4D6;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
	text-align:right;

}
	

.campos_login{
	height:45px;
}



.tabela{
	margin-left:350px;
	margin-top:20px;
	
}

.mensagem{
	
	margin: auto;
    margin-top: 270;
	color: red;
	width: 600px;
	
	
}

