body {
	background:url(../images/3.jpg) #f8f6e9;
  background-size: cover;
}
.signin {
	width:477px;
	background:#efefef;
	margin:0 auto;
	
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-239px;
	margin-left:-238px;
  padding-bottom: 15px;
}
.signin:before{
  content: '';
  height:160px;
  width:100%;
  position: absolute;
  top: 0;
  background: #155F94;
}
.signin-head {
	margin:0 auto;
	padding-top:30px;
  z-index: 2;
  position: relative;
  text-align: center;
}
.signin-head img{
  display: block;
	margin: 0 auto;
}
.signin-head img.img-circle{
	width:120px;
	height:120px;
  border-radius: 0;
}
.form-signin {
  max-width: 330px;
  padding: 43px 15px 15px 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 14px;
  border-radius: 0;
  background: url(../images/login_user.png) 0 0 #bdbdbd no-repeat;
  padding-left:60px;
  color:#FFFFFF;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 0;
  background: url(../images/login_pas.png) 0 0 #bdbdbd no-repeat;
  padding-left:60px;
  color:#FFFFFF;
}
.form-signin button {
  border-radius: 0;
}
.form-signin .rndcode {
  width: 186px;
}
.form-signin .rndcode-img {
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
p.form-item{
  background: #bdbdbd;
  position: relative;
}
p.form-item input{
  background: transparent!important;
}
p.form-item i{
  width: 50px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  background: #999;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
}