
/* IE9 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    dispaly: block;
} 

*{
	margin:0;
	padding:0;
	font-family: Verdana,Geneva,sans-serif;
	margin-left:auto; 
	margin-right:auto;
}

html {
	min-height: 100%;
	position: relative;
	height: 100%;
	width: 100%;
	border:0px solid white;
} 

body{
	background:white;
	min-height: 100%;
	width: 100%;
	border:0px solid white;
	height: 100%;
}

.container{
	background-color:white;
	text-align:center;
	height:100%;
	width:100%;
}

.content{
	background-color:white;
	height:100%;
	width:auto;
	overflow:scroll;
	align-items: center;
}

.logindiv{
	background-color: #E9EBF4;  /* color profound blue  1    */  
	
	align-items: center;
	
	width: 500px;
	height: 250px;
	
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;

	border-radius: 0px 0px 0px 0px;
	border: 5px solid #A8B2D4;  /* color profound blue  4  */
	
	margin: auto;
} 

.logindiv  label{
	width: 200px;
	position:relative;
	font-size:18px;
	display:inline-block;
	margin:2px;
	text-align:right;
}

.logindiv  input{
	width: 280px;
	font-size:18px;
	margin:2px;
}

.logindiv  h1{
	font-size: 20px;
	background: #A8B2D4;  /* color profound blue  4 */
	color: #E9EBF4;  /* color profound blue  1     */  
}
