@charset "utf-8";
/*login.css*/

*{
    margin: 0 auto;
    padding: 0;
}

/*登录框*/
.login-wrapper{
	margin:0 auto;
	min-width: 1000px;
	padding: 320px 0 0 0;
	background: url("../../image/login/login-bg.png") no-repeat center top;
	overflow: hidden;
}
.form-log{
	width: 310px;
	background: #fff;
	height: 290px;
	padding:20px 20px 10px 20px;
}
.welc{
	color: #e38f22;
	font-size: 20px;
	margin-bottom: 20px;
}
.codebox{
	position: relative;
}
.clickcode{
	height: 34px;
	width: 84px;
}
.codel{
	width: 176px;
	height: 34px;
}
.coder{
	width: 84px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
    border-radius:4px;
    cursor: pointer;

}
/*覆盖boostrap按钮样式*/
.btn-block,.btn-block:visited,.btn-block:focus,.btn-block:active:focus{
	height: 37px;
    line-height: 36px;
    width: 270px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    border-color: #008cee;
    background-color: #008cee;
}
.btn-block:hover,.btn-block:active{
	color: #fff;
	border-color: #0080DD;
    background-color: #0080DD;
}