/* ��վ��ڰ� */
/* html{
      filter: gray !important;
      filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%); 
    } */

body{
	margin: 0;
}
img{
	border:none;
}
body{
	width: 100%;
    height: auto;
    min-width: 1200px;
    min-height: 768px;
    background: url(../img/bg.jpg)  top center no-repeat;
    background-size: cover;
}

#login-bg{
	position: absolute;
}

.login{
	position: absolute;
	top: 20%;
	right: 10%;
}

.login-title{
	width:100%;
	text-align:center;
}

.login-box{
	width: 400px;
    height: 533px;
    padding: 0px 50px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.login-box input{
    border:none;
	font-size: 16px;
	border-radius:5px;
	margin-top: 15px;
	height: 40px;
	border: 1px solid #eee;
    outline: none;
	
}
img.yzm{
	  margin-top: 21px;
      vertical-align: top;
}
#login-username{
	width: 300px;
	background-color: #f5f5f5;
	box-sizing:border-box;
	padding-left:5px;
	/* padding-left: 50px;
	background: white url(../img/login-user.png) no-repeat 10px 8px; */
}
#login-password{
	width: 300px;
	background-color: #f5f5f5;
	box-sizing:border-box;
	padding-left:5px;
	/* padding-left: 50px;
	background: white url(../img/login-password.png) no-repeat 10px 8px; */
}
#login-yzm{
	width: 210px;
    /* padding-left: 50px; */
    /* background: white url(../img/login-sryzm.png) no-repeat 10px 8px; */
    outline: none;
    box-sizing:border-box;
    padding-left:5px;
}
#login-yzmpic{
	margin: 15px 0 0 10px;
	vertical-align: top;
}
#login-btn{
	/* width: 310px;
	height: 40px;
	line-height: 40px;
	color: white;
	text-align: center;
	background:#67afff;
	cursor: pointer; */
	width: 300px;
    height: 40px;
    line-height: 40px;
    color: white;
    text-align: center;
    background: #2481e0;
    cursor: pointer;
    border:0px;
}
.login-title div{
	padding:15px 0;
}
.login-title div span{
	font-size: 20px;
    padding: 0px 5px;
    font-weight: 600;
}