body{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	background-color: #005c76;
	color: #fff;
	font-family:Verdana;
	height:100%;
	width:100%;
}
 a{
	color:#4cc1ae;
}
#Navigation{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
#formPass{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	height:100%;
	width:100%;
	margin:0;
}
#formPass label{
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
#txtsubmit {
	height:25px;
	width:120px;
	margin-left: 50px;
	padding:0;
}
#txtsubmit:hover{
	opacity:0.7;
}
#formpass input{
	border: none;
	outline:none;
	height:25px;
	width:120px;
}
#txtpassCrypt{
	display:none;
}
