*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
html, body,form{
    height:100%;
}
body{
	position: relative;
	
}
@font-face{
    font-family:fzajt;
    src:url('/terminal/fonts/a.ttf');
}
.loginpage-title-box {
    position:relative;
    top:60px;
    left:150px;
    z-index:9999;
    width:1000px;
}
.loginpage-title-box>span{
    color:white;
    float:left;
    font-family:fzajt;
    font-size:55px;
    text-shadow:1px 6px 14px #4D4D4D;
}
.loginpage-title-box>span:nth-child(1){
    padding-right:100px;
    position:relative;
}
.loginpage-title-box>span:nth-child(1):after{
    content:'';
    position:absolute;
    right:0;
    bottom:35px;
    display:block;
    border-bottom:3px solid white;
    width:100px;
}
/*.loginpage-title {
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left:8%;
}*/
.bgt-box {
    height: 100%;
    background: url(/images/bglog1.png) no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100% !important;
    position: relative;
}

.login-box {
    position: absolute;
    width: 720px;
    border-radius: 8px;
    padding: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
    overflow: hidden;
    background: rgba(0,0,0,0.3);
}
    
.title {
    color: #fff;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.5);
    font-size: 22px;
}
.left-box{
	width: 360px;
	float: left;
}
.input-icon{
	width: 20px;
	vertical-align: middle;
	margin: 0 14px;
}
.input-label{
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}
.input-box {
    height: 50px;
    background: rgba(255,255,255,1);
    border-radius: 6px;
    overflow: hidden;
}
.input-box input{
	height: 100%;
	border:none;
	background: none;
	outline: none;
	width: calc(100% - 55px);
}
.login-btn{
	display: block;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background:linear-gradient(225deg,rgba(39,163,126,1) 0%,rgba(47,179,137,1) 100%);
	border-radius:6px;
}
.right-box{
	float: right;
	width: 240px;
}
.ewm{
	width: 220px;
	height: 220px;
	margin-top: 30px;
}
.tsy{
	color: #fff;
	margin-top: 20px;
}
