@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0
}
body,html{
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:100%;
	}
.clear{
	clear:both;
}
.outer-wrap{
   height: 100%;    
   position: relative;
   background-color: rgba(255, 255, 255, .5);
}
.login-panel{
   width: 1280px;
   height: 768px;
   background-image: url(../images/loginBackground.png);
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
}

.inpt{
	width: 234px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 14px;
	border: solid 1px #2680d7;
}
.btn{
	background:url(../images/login.png) no-repeat;
	width:234px;
	height:40px;
	border:none; 
	background-color:transparent; 
	outline:none; 
	cursor:pointer;
}
.copyright{
	height: 15px;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: 1px;
	color: #6d6f6f;
}