html, body
{
 margin: 0;
 padding: 0;
 /* background-color: wheat; */
 
 
  /* background: url("../back2.png") no-repeat center center fixed; */
    background-color: #b5b5b5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.container 
{
  height: 100%;
  width: 100%;
  display: table;
  position: absolute;
  overflow: hidden;
}

.helper 
{
  display: table-cell;
  vertical-align: middle;
}

.content 
{
  /*border: 1px solid green;*/
	width: 300px;
	height: 190px;
  margin: 0 auto;
}

.login_div
{
  border: 1px solid #000000;
  background-color: #eceeee;
	
	width: 300px;
	height: 190px; /* 190px; 165px; 210px */
	border-radius: 10px;
  margin: 20px auto 0;
  box-shadow: 4px 3px #00005c; /* #888888 */
}

.user_pass
{
  margin-top: 20px;
	margin-left: 25px;
	font-size: 20px;
  width: 245px;	
}

.submit_pos
{
  margin-top: 20px;
 	margin-left: 25px; /* 110px  */
  font-size: 20px;
}

.linkIcons{  
   width: 30px; 
	 height: 30px; 
	 float: left; 
	 margin-left: 10px;
}
