@CHARSET "ISO-8859-1";

#loginDialog {
	background-image: url(../img/FinestraLogin.png);
	background-repeat:no-repeat;
	width: 399px;
	height: 390px;
}

.claro .dijitDialogPaneContent{
	background: transparent;
}

.textLogin {
    margin: 0;
	position: absolute;
 	background-color: white;
    width: 300px;
    left: 40px;
    padding: 10px;
}

.domainText {
	top: 80px;
}

.usernameText {
 	top: 135px;
}

.pinText {
	top: 190px;
	text-align: left;
}
		 
.passwordText {
 	top: 245px;
	text-align: left;
}

.newpasswordText {
	top: 245px;
	margin-left: 45%;
}

.labelLogin {
	width: 399px;
    text-align: center;
    text-shadow: none;
    color: rgb(0,103,177);    
    position: absolute;
  }
  
#labelLogin2 {
    font-weight: bold;
 	font-size: 20px;
 	top: 35px;
 }
 
#labelLogin1 {
  	font-size: 0px;
 	top: 0px;
 }
 
 .btnLog {
 	width: 84px;
 	height: 44px;
    position: absolute; 	
    left:  158px;
    top: 300px;
 }
 
 .btnLogout { 
	top: 0px;
	right: 0px;
	width: 28px;
	height: 24px;
	position: absolute;
	margin: 1px;
	background-image:url(../img/logout.png); 
}

.btnLogout:hover {
	width: 36px;
	height: 31px;
	background-image:url(../img/logoutZoom.png); 
}

.loginError {
	color: rgb(177,0,103);    
}