﻿html{
	width:100%;
	height:100%;
}
.login-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    z-index: -10;
    zoom: 1;
    background-color: #fff;
    background: url(/images/login-1.jpg) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    background-position: center 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/login-1.jpg',sizingMethod='scale');
}
.login-div{
    width: 570px;
	position:absolute;
	right:15.88%;
}
.login-title{
	float:left;
	width:55%;
    text-align: center;
    margin-top: 6%;
}
#frm{
	padding-top:47px;
}
.login-form{
    background-image: url(../images/dl_bg.png);
    width: 562px;
    height: 468px;
    margin: 0 auto;
    margin-top: 40px;
}
#login-form{
	width: 429px;
    margin: 0 auto;
}
#login-form .ipt{
    height: 70px;
    line-height:70px;
    width: 359px;
    border: none;
    margin: 0;
    padding: 0;
    background-position: 13px center;
    background-repeat: no-repeat;
    background-color: #fff !important;
    color: #666666;
    font-size: 22px;
    float:left;
    outline:none;
}
#login-form .code{
	height: 70px;
	 line-height:70px;
    width: 177px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    padding: 0;
    background-position: 13px center;
    background-repeat: no-repeat;
    border-left: none;
    background-color: #fff !important;
    float:left;
    outline:none;
    border:none;
    font-size:22px;
}

#login-form .pwd{
    height: 70px;
     line-height:70px;
    width: 359px;
    border: none;
    margin: 0;
    padding: 0;
    background-position: 13px center;
    background-repeat: no-repeat;
    border-left: none;
    background-color: #fff !important;
    outline:none;
    font-size:22px;
    float:left;
}

.login-title p{
	margin:0;
	width:100%;
}
.login-title p img{
	width:100%;
}
#username{
    font-size: 20px;

}
#password{

    font-size: 20px;
}
.login-btn{
	width: 431px;
    display: block;
    border: none;
    margin: 0 auto;
    outline:none;ss
}
.login-btn img{
	width:100%;
	border:none;
}
#login-form p{
	overflow: hidden;
    margin: 0 auto 30px;
    -webkit-border-radius:8px;
    -ms-border-radius:8px;
    border-radius:8px;
}

#login-form p span{
    display: block;
    float: left;
    width: 70px;
    border-right: none;
    background-color: #fff;
    text-align: center;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
}
#login-form p span img{
    margin-top: 9px;
    width: 32px;
    height:36px;

}
.la-umane{
	background-image:url(../images/dl_icon_01.png);
}
.la-ps{
	background-image:url(../images/dl_icon_02.png);
}
.la-code{
	background-image:url(../images/code-1.png);
}
.login-div .logo{
	width:100%;
}
.login-div .logo img{
	width:100%;
}