body{
  background: url(blurback.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Segoe UI","Helvetica Neue","Lucida Grande","Roboto","Ebrima","Nirmala UI","Gadugi","Segoe Xbox Symbol","Segoe UI Symbol","Meiryo UI","Khmer UI","Tunga","Lao UI","Raavi","Iskoola Pota","Latha","Leelawadee","Microsoft YaHei UI","Microsoft JhengHei UI","Malgun Gothic","Estrangelo Edessa","Microsoft Himalaya","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Yi Baiti","Mongolian Baiti","MV Boli","Myanmar Text","Cambria Math";
  margin:0;
}
#outerbox {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#mainbox{
	margin:0 auto;
	margin-top:50px;
	display: table-cell;
  vertical-align: middle;
}
#innerbox{
  margin-left: auto;
  margin-right: auto;
  background:#fff;
  width: 350px;
  max-width:95%;
  padding:45px 45px;
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;
}

#pagelogo{
	
}
#pagelogo img{
	max-width:300px;
	height:50px;
}
#firsthead{
	color: #1b1b1b;
    font-size: 1.5rem;
    font-weight: 600;
	margin-top:17px;
}

#inputbox{
	width:100%;
	margin-top:15px;
	

}
#inputerror{
	color: #e81123;
    text-align: left;
	font-size:15px;
}
#inputperror{
	color: #e81123;
    text-align: left;
	font-size:15px;
}
#inputbox input{
	padding: 6px 10px;
	border:none;
	border-bottom:1px solid #888;
	height: 36px;
	width:100%;
	padding-left: 0;
	font-family: inherit;
	font-size:15px;
}
#inputbox input:focus{
	border-bottom:1px solid #0168b8;
	outline:none;
}

#pagelinks{
	margin-top:17px;
	font-size:14px;
}
#pagelinks div{
	margin-bottom:17px;
	background-repeat: no-repeat;
  background-size: cover;
}
#pagelinks a{
	color:#0067b8;
	text-decoration:none;
}
#pagelinks a:hover{
	color:#888;
	text-decoration:underline;
}

#pageclick{
	overflow:hidden;
}
#pageclick div{
	margin-top:10px !important;
	margin-bottom:15px !important;
	border-color: #0067b8;
    background-color: #0067b8;
	color:#fff;
	padding: 7px 40px;
	margin:0 auto;
	width:auto;
	float:left;
}

#pageclick div:hover{
	opacity:0.9;
	cursor:pointer;
}


#bottomdiv{
	position:fixed;
	width:98%;
	background:rgba(0,0,0,0.6);
	bottom:0;
	left:0;
	text-align:right;
	padding:10px;
	font-size:12px;
	color:#fff;
}
#bottomdiv a{
	color:#fff;
	text-decoration:none;
}

#comot{
	opacity:0.2;
	font-size:1px;
}

#subhead{
	margin-top:15px;
	margin-bottom:-5px;
}























