.section-page{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-height:100%;
	background:#000;
}

.section-page .page-background{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

.section-page .page-background img{
	position:fixed;
	background-repeat: repeat-y;
	top:0px;
	left:0px;
	min-width:100%;
	opacity:0.5;
}

.section-page .page{
	position:relative;
	top:0px;
	left:0px;
	margin:0 auto;
	width:800px;
	min-height:600px;
	padding:0px 0px 80px 0px;
	background:#FFF;
	border:1px solid #343434;
	border-top:none;
	box-shadow:0px 0px 0.8em 0px rgba(0, 0, 0, 0.3);
}

.section-page .page-content{
	position:relative;
	top:0px;
	left:0px;
	width:calc(100% - 20px);
	padding:10px 10px 10px 10px;
}

.section-page .page-copyright{
	position:absolute;
	bottom:0px;
	height:60px;
	width:calc(100% - 20px);
	padding:10px 10px 10px 10px;
}

.section-page .page-copyright .title{
	position:relative;
	padding:2px 0px 2px 0px;
	font-family:Verdana;
	font-size:13px;
	color:#555;
}

.section-page .page-copyright .descrition{
	position:relative;
	padding:2px 0px 2px 0px;
	font-family:Verdana;
	font-size:13px;
	color:#999;
}

/* Logout */
.logout-sucess{
	position:relative;
	width:calc(100% - 20px);
	padding:5px 10px 5px 10px;
	border-radius:5px;
	background:#70da30;
	border:1px solid #67ae3d;
	color:rgba(0, 0, 0, 0.8);
}

.logout-sucess .sucess{
	position:relative;
	font-family:Verdana;
	font-size:14px;
	color:#444;
}

/* Cadastro */
.cadastro-falha{
	position:relative;
	width:calc(100% - 20px);
	padding:5px 10px 5px 10px;
	border-radius:5px;
	background:red;
	border:1px solid #67ae3d;
	color:rgba(0, 0, 0, 0.8);
}

.cadastro-falha .falha{
	position:relative;
	font-family:Verdana;
	font-size:14px;
	color:rgba(0, 0, 0, .8);
}