body {
  font-family: "微软雅黑", Arail, sans-serif;
  padding-bottom: 40px;
  background:#3c456c url(../images/bg1.jpg) no-repeat center -300px;
}
input { outline: none;}

.logo { height:120px; background: url(../images/logo.png) no-repeat center center;}

.form-signin {
  position: relative;
  max-width: 300px;
  padding: 10px;
  margin: 0 auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: inset 0 0 1em #000, 0 0 1.5em #fff;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin a {
  color: #fff;
  margin-right:5px;
}
.form-signin-heading {
  margin-bottom: 20px !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="tel"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.codes { margin:0 0 -1px 0; }
.codes .col-xs-6{ padding: 0;}
#btnSendCode { border-radius: 0; color: #fff;
  padding: 10px;
  font-size: 14px;
}

.footer {
	color:#fff; text-align:center; margin-top:20px;
}