/**
 * Estilo da página de login
 */
 
html, body {
	height: 100%;
}

.flex-container {
	height: 100%;
	width: 100%;
	
	display: flex;
	align-content: center;
	
	display: -webkit-flex;
	-webkit-align-content: center;
	
	-webkit-box-align: center;
	display: -webkit-box;
    
    display: -moz-box;
    -moz-box-align: center;
    -moz-box-pack: center;
    
    display: -ms-flexbox;
	-ms-flex-align: center;
}

.flex-item {
	margin : auto;
}

.ieLt10-padder,.ieLt10-padder > td {
	height: 0;
	line-height: 0;
	font-size: 0%;
	vertical-align: top;
	border: 0 none transparent;
}

#loginBox-wrapper {
	width: 500px;
}

#loginBoxTbl {
	width: 500px;
	border-collapse: separate;
	border: 4px solid #f0f0f0;
	
}

#login-content {
	border-collapse: separate;
	border-spacing: 5px;
}

#cookie-container {
	text-align: left;
}

#cookie-container > td {
	height:	30px;
	vertical-align: middle;
}

#entrarLimpar-container {
	text-align: center;
}

#entrarLimpar-container span {
	height: 20px;
	vertical-align:	middle;
	line-height: 20px; 
}

#recuperaPasse-container {
	text-align: center;
}

#recuperaPasse-container span {
	height: 30px;
	vertical-align:	middle;
	line-height: 30px; 
}

#logo-container {
	text-align: left; 
	border-width: 0;
	line-height: 0;
}

#login-container {
	padding-bottom: 10px;
}

#logo-container, #login-container {
	vertical-align: bottom; 
	padding: 4px;
}

.popupBody .header {
	background-color: #fcc415;
}

.popupBody .header h2 {
	color : #000000;
}