﻿@charset "utf-8";
body{margin:0; font-family:"Microsoft Yahei", Helvetica, Arial, sans-serif; font-size:14px;}

.login{background-image:url(../images/login-bg.jpg); background-size:100% 100%; background-repeat:no-repeat; text-align:left; vertical-align:top;}
.login-logo{text-align:left; vertical-align:top; padding:45px 0 0 18%;}
.login-logo img{width:175px; height:51px; border:0; vertical-align:bottom;}

.login-box{
	width:380px; background-color:#fff; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
	position:fixed; right:20%;}
.login-title{width:100%; text-align:center; vertical-align:top; height:60px; line-height:60px;}
.login-title img{width:243px; height:26px; border:0; vertical-align:middle;}
.login-content{width:305px; text-align:left; vertical-align:top; margin:0 auto; padding:0;}
.login-content form{margin:0;}
.login-content ul{padding:0; margin:0; list-style:none;}
.login-content ul li{
	text-align:center; vertical-align:top; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	border:1px solid #ddd; margin-bottom:20px;}
.login-content ul li form{margin:0}	
/* .login-input{
	width:260px; height:40px; font-size:14px; color:#656b85; line-height:40px; text-align:left; vertical-align:middle; font-family:microsoft yahei; border:0;
	background:none transparent scroll repeat 0% 0%; padding-left:45px;} */
.login-button{
	 width:100%; height:45px; background-color:#2E7FDB; color:#fff; font-size:21px; text-align:center; line-height:45px; border:0; font-family:microsoft yahei;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; letter-spacing:1px; margin:20px 0 25px;}

.login-copy{
	text-align:center; vertical-align:top; font-size:14px; color:#fff; position:fixed; z-index:555; bottom:55px; width:100%;}

.user{
	background-image:url(../images/user-icon.jpg); background-repeat:no-repeat; background-position:10px center;
	overflow:hidden;}
.user input{
	width:250px; height:40px; font-size:14px; color:#656b85; line-height:40px; text-align:left; vertical-align:middle; font-family:microsoft yahei; border:0;
	background:none transparent scroll repeat 0% 0%; padding-left:20px;}
.pass{
	background-image:url(../images/pass-icon.jpg); background-repeat:no-repeat; background-position:10px center;
	overflow:hidden;}	
.pass input{
	width:250px; height:40px; font-size:14px; color:#656b85; line-height:40px; text-align:left; vertical-align:middle; font-family:microsoft yahei; border:0;
	background:none transparent scroll repeat 0% 0%; padding-left:20px;}
.authcode{
	background-image:url(../images/pass-icon.jpg); background-repeat:no-repeat; background-position:10px center;
	overflow:hidden;}	
.authcode input{
	width:250px; height:40px; font-size:14px; color:#656b85; line-height:40px; text-align:left; vertical-align:middle; font-family:microsoft yahei; border:0;
	background:none transparent scroll repeat 0% 0%; padding-left:20px;}