#container-login {
    display: table;
    position: absolute;
    height: 95%;
    width: 95%;
}

#middle {
    display: table-cell;
    vertical-align: middle;
}

#login {
    margin-left: auto;
    margin-right: auto; 
    width: 300px;
    padding: 10px;
    border: 1px solid #aed0ea;
	background: #d7ebf9 url('../images/background-login.png') 50% 50% repeat-x;
}

.login-text {
	font-size: 14px; 
	font-weight: bold;
	color: #2779aa;
}

.login-input {
	width: 200px;
	height: 15px;
}

.login-button {
	height: 30px;
	font-size: 14px;
}

.login-error {
	width: 100%; 
	margin: 0 auto; 
	text-align: center;	
	font-size: 18px; 
	font-weight: bold;	
	color: red;
}

.login-header {
	text-align: center;
	font-size: 20px; 
	font-weight: bold;
	color: #2779aa;
}

#msgExterno {
	text-align: center;
	font-size: 20px; 
	font-weight: bold;
	color: red;	
}

.login-input{
	font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    height: 20px;
    width: 200px;
}
.login-button{
	width: 90%;
}
.login-texto{
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #3a87ada6;
    text-decoration: none;
}
.login-alert{
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #c30404a3;
}
.rodape-versao{
	font-family: Verdana, Geneva, sans-serif;
	color: #8f8f8f;
  	font-size: 0.7em;  	
  	position: fixed;
  	bottom: 0;
  	width: 100%;
  	background-color: rgba(0, 0, 0, 0);
  	z-index: 1000;
  	padding: 5px;
}
