body{
	padding:0px;
	margin:0px;
	font-family:verdana, sans serif;
	background-color:#f9f9f9;
}

h1, ul, li{
    padding:0px;
    margin:0px;
}

.clear{
    clear:both;
	}
	
.login{
	margin-top:100px;
}	
	
.logo{
	width:205px;
	height:100px;
	background-image: url('img/logo_sgmai.png');
	background-repeat: no-repeat;
	margin: 0 auto;
}

.sigie{
	height:57px;
	color:#1e466a;
	text-align:center;
	font-size: 12pt;
}

.autenticar{
	width: 360px;
	height: 192px;
	background-image:url('img/login_back.png');
	background-repeat: no-repeat;
	margin: 0 auto 30px auto;
}

.center{
	width:222px;
	margin: 0 auto;
}
	
.center h1{
	font-size:13px;
	color:#1e466a;
	padding:22px 0px 10px 0px;
}

.utilizador input[type=text]{
    border:none;
    height: 26px;
    margin: 2px;
    width: 176px;
    padding:0 5px;
}

.utilizador .input-text{
    float:left;
    background:url('img/user_back.png') no-repeat;
	margin-bottom: 10px;
    width: 190px;
}

.utilizador .user-{
    float:left;
    height: 30px;
    width: 32px;
    display:block;
    background:url('img/user.png') no-repeat;
    cursor:pointer;
	
}

.input-text{
    float:left;
    background:url('img/user_back.png') no-repeat;
}

.password input[type=password]{
    border:none;
    height: 26px;
    margin: 2px;
    width: 176px;
    padding:0 5px;
}

.password .input-text{
    float:left;
    background:url('img/user_back.png') no-repeat;
	margin-bottom:10px;
    width: 190px;
    height: 30px;

}

.password .pass-{
    float:left;
    height: 30px;
    width: 32px;
    display:block;
    background:url('img/pass.png') no-repeat;
    cursor:pointer;
} 

.entrar input[type=submit]{
	background-color:#1e466a;
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-size:12px;
	font-style:normal;
	height:22px;
	line-height:22px;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
	text-align:center;
	margin-bottom:2px;
	float: right;
    border: none;
}
.entrar:hover {
	background-color:#285b87;
}
.footer-wrapper{
	font-size:8pt;
	color:#1e466a;
	text-align:center;
	height: 20px;
}

