body {
	background-color: #f1f1f1;
	background:url("../images/true1.png") no-repeat;
}

.logo2 {
	width: 90px;
	height: 40px;
	left: 20px;
	top: 8px;
	position: absolute;
}

.plat {
	width: 52px;
	height: 25px;
	color: white;
	line-height: 24px;
	background-color: #b72024;
	border-radius: 2px;
	right: 20px;
	top: 20px;
	position: absolute;
}

.shuru {
	right: 10px;
	top: 100px;
	position: absolute;
}

.password-btn1 {
	border: 1px solid lightgray;
	border-radius: 4px;
	background: url(../images/person.png)no-repeat 8px center;
	width: 90%;
	height: 40px;
	left: 20px;
	top: 80px;
	color: #99999e;
	position: absolute;
}

.password-btn1>input {
	padding-left: 42px;
	padding-right: 10px;
	border: none;
	background: none;
	width: 100%;
	height: 100%;
}

.password-btn2 {
	border: 1px solid lightgray;
	border-radius: 4px;
	background: url(../images/keyword.png)no-repeat 8px center;
	width: 90%;
	height: 40px;
	left: 20px;
	top: 130px;
	color: #99999e;
	position: absolute;
}

.password-btn2>input {
	padding-left: 42px;
	padding-right: 10px;
	border: none;
	background: none;
	width: 100%;
	height: 100%;
}

.password-btn3 {
	border: 1px solid lightgray;
	border-radius: 4px;
	background: url(../images/key.png)no-repeat 8px center;
	width: 90%;
	height: 40px;
	left: 20px;
	top: 180px;
	color: #99999e;
	position: absolute;
}

.password-btn3>input {
	padding-left: 42px;
	padding-right: 10px;
	border: none;
	background: none;
	width: 100%;
	height: 100%;
}

.code {
	height: 380px;
	right: 12px;
	top: 165px;
	position: absolute;
}

.button {
	width: 90%;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	left: 15px;
	top: 240px;
	position: absolute;
}

.key {
	width: 100%;
	height: 18px;
	top: 300px;
	position: absolute;
}

.keys a {
	color: #999999;
}

.keys a:hover {
	color: #b72024;
}

.ft {
	width:100%;
	height:30px;
	text-align: center; 
	color: #d4ebf8;
	padding-top: 8px;
}
.copy {
	color: #999999;
	font-size: 1px;
}

.btn-primary,.btn {
	background-color: #0f7cd4 !important;
	border-color: #0f7cd4;
}

#login-box {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 345px;
	margin-top: 0px;
	border-radius: 10px;
}
.forgot-box .toolbar{
	background: #f7f7f7;
	border-top: #f7f7f7;
}
.login-box .toolbar {
    background: #f7f7f7;
    border-top: #f7f7f7;
}


