body{
    font-family: "Microsoft JhengHei UI";
}
.logo{
    width:100%;
    background: url(../../images/login/loginbg.png) no-repeat;
    margin:0 auto;
    height:100px;
	-webkit-background:url(../../images/login/loginbg.png) no-repeat;
    -moz-border-image:url(../../images/login/loginbg.png) no-repeat;
}
.logos{
	width: 980px;
	height: 100px;
	margin: 0 auto;
}
.logoz{
	width: 980px;
	height: 100px;
	position: absolute;
}
.logoz img{
    padding-top: 15px;
    padding-left: 15px;
}
.banner{
    height:700px;
    width:100%;
    margin:0 auto;
    background-color: #f3f3f3;
}
.banners{
	width: 980px;
	height: 700px;
	margin:0 auto;
	/*background: red;*/
	/*background: url(../../images/login/centbg.png);*/
}
.bannerz{
	width: 980px;
	height: 700px;
	position: absolute;
}
.bannerz .lefts{
	margin-top: 45px;
	margin-left: -39px;
	z-index: -10;
}
.bannerz .lefts1{
	position: absolute;
	left: 60px;top: 80px;
	z-index: 10;
}
.bannerz .lefts2{
	position: absolute;
	left: 110px;top: 154px;
	z-index: 10;
}
.bannerz .lefts3{
	position: absolute;
	left: 330px;top: 420px;
	z-index: 10;
}
.banner .login{
    height:400px;
    width:35%;
    /*background: red;*/
    position: absolute;
    right: 80px;top: 45px;
}
.banner .login h3{
	font-size: 2em;
    margin-top:80px;
    margin-bottom:36px;
    color:#333;
}
.banner .login div.form-group{
    width: 100%;
    position: absolute;
}
.banner .login div.form-group small{
   margin-left: 70px;
}
.banner .login div.form-group .username{
    float: left;
}
.banner .login .form-group input{
	width: 80%;
    position: absolute;
    right: 0px;top: 8px;
}
.banner .login button{
	width: 60%;
	position: absolute;
	top: 330px;left: 20%;
    border:0;
    background: url(../../images/login/submit.png);
    /*background:transparent;*/
    text-align: center;
}
.banner:after,.banner .login:after{
    clear:both;
    display:block;
    content: '\20';
}
footer{
    width:100%;
    margin:0 auto;
    background:#ccc;
}
footer p{
    font-size:14px;
    line-height: 30px;
}
footer p:first-child{
    padding-top:30px;
}
footer p:last-child{
    padding-bottom: 30px;
}
@media screen and (max-width:768px){
    .banner .logo{
        width:100%;
        margin:0 auto;
        height:100px;
    }
    .banner{
        width:100%;
        margin:12px auto;
    }
    .footer{
        width:100%;
        margin:20px auto 0;
    }
    .banner .login {
        height: 369px;
        width: 42%;
    }
}