/* CSS Document */

html{
	min-width: 1500px;
	min-height: 800px;
	}
	
/* body */
body{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1500px;
	min-height: 800px;
	}

body .light{
	position:absolute;
	top: 0;
	left: 0;
	background:url(../image/texture.png) repeat;
	width:100%;
	height:100%;
}

/* top */
.logintop{
	width: 100%;
	height: 55px;
}

.logintop span{
	width: 100%;
	height: 55px;
	line-height: 55px;
	display: block;
}

.title font{
	float: left;
	font-size: 16px;
	color: #eee;
	letter-spacing: 2px;
}

.title img{
	float: left;
	margin: 10px 20px 10px 16px;
	height: 35px;
}

.service{
	position: absolute;
	top: 12px;
	right: 20px;
	height:30px;
	padding: 0 20px; 
	border: 1px solid #E9F6F7; 
	color: #F7F7F7; 
	line-height: 30px;
	text-decoration: none;
}

.service:hover{ 
	color: #D5D5D5; 
	border: 1px solid #D5D5D5;
	}

/* login */
.loginbody{
	position: absolute;
	top: 23%;
	left: 0;
	width: 100%;
	height: 45%;
	min-width: 1200px;
	min-height: 350px;
	background: #D7D7D7;
}

.subject .subImg{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/map.png) repeat-x 50% 10%;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=30);   
	-moz-opacity: 0.3;   
	-khtml-opacity: 0.3;   
	opacity: 0.3;  
}

.subject .taglines{
	position: absolute;
	top: 19.2%;
	left: 71px;
	max-width: 45%;
	font-size: 55px;
	letter-spacing: 7px;
}

.subject .partingline{
	position: absolute;
	top: 5%;
	left: 0;
	background: url(../image/partingline.png) no-repeat 54% 10%;
	width: 100%;
	height: 90%;
}

.subject .loginbox{
	position: absolute;
	top: 19.2%;
	left: 61.8%;
	width: 38.2%;
	height: 240px;
}

.sbt{
	cursor: pointer;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	width: 300px;
	color: #F3F3F3;
	background: none;
	border: none;
	letter-spacing: 2px;
	}	

.button_su{
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	display: inline-block;
    border-radius: 3px;
	}

.su_button_circle{
	background-color: red;
	border-radius: 1000px;
	position: absolute;
	left:0;
	top:0;
	width: 0px;
	height: 0px;
	margin-left: 0px;
	margin-top: 0px;
	pointer-events: none;
	}

.button_su_inner{
    display: inline-block;
    background: #fca104;
    font-weight: normal;
    text-align: center;
    transition: 400ms;
    text-decoration: none;
    z-index: 100000;
	}

.button_text_container{
	position:relative;
	z-index: 10000;
	}

.explode-circle {
	animation: explode 0.5s forwards;
	}

.desplode-circle{
	animation: desplode 0.5s forwards;
	}

@keyframes explode {
		0% {
			width: 0px;
			height: 0px;
			margin-left: 0px;
			margin-top: 0px;
			background-color: #D78902;
		}
		100% {
			width: 400px;
			height: 400px;
			margin-left: -200px;
			margin-top: -200px;
			background-color: #CC8202;
		}
	}

@keyframes desplode {
		0% {
			width: 400px;
			height: 400px;
			margin-left: -200px;
			margin-top: -200px;
			background-color: #D78902;
		}
		100% {
			width: 0px;
			height: 0px;
			margin-left: 0px;
			margin-top: 0px;
			background-color: #CC8202;
		}
	}

#myform{
	width: 300px;
	} 

.inputa{
	margin-bottom: 10px;
	height: 45px; 
	line-height: 45px;
	width: 100%; 
	padding: 0 16px; 
	font-size: 18px; 
	border: none;
    border-radius: 3px;
	}	
	
*:focus{ 
	outline: none;
	} 

input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	border: none!important;
	height: 45px!important;
}

#remember{
	margin: 5px 10px 5px 0; 
	}	

.remember{
	margin: 5px 0; 
	font-size: 14px;
	color: #4F4F4F;
	letter-spacing: 1px;
	}

.error.message{
	color: #CB4120;
	}

.two_dimension{
	position: absolute;
	top: 19.2%;
	right: 50px;
	width: 200px;
	height: 200px;
	}

.two_dimension img{
	width: 100%;
	height: 100%;
	display: block;
	}
	
/* footer */	
footer{
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	}	




