@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 12px;
  font-family: Arial;
}
/**login**/
.login_body {
  background: transparent;
  background: url(../../images/login.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.login_div {
  width: 611px;
  padding-bottom: 90px;
  margin: 5% auto;
  z-index: 9999;
  background: #fff;
  color: #555;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.login_div .login_title {
  margin: 0;
  padding: 60px 0;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}
.forget_password {
  text-align: center;
  font-size: 35px;
  margin-top: 100px;
  letter-spacing: 5px;
  font-weight: bold;
}
.login_div .nav {
  padding: 0 80px 0 105px;
}
.login_div .nav .control-label {
  font-size: 14px;
  color: #9ea4b4;
  line-height: 20px;
}
.login_body .form-control {
  height: 60px;
  font-size: 14px;
  color: #555;
  padding: 0 60px;
  background: #eff2f8;
  border-radius: 8px;
}
.login_body .login_input {
  position: relative;
}
.login_body .login_input .login_inputIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.login_body .login_btn_div .btn {
  width: 100%;
  height: 60px;
  font-size: 24px;
  background: #638472;
  border-radius: 8px;
  font-weight: bold;
}
#name {
  font-size: 12px;
  height: 40px;
  outline: 0px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  width: 95%;
}
.ok_gou {
  height: 40px;
  color: #5cb85c;
  font-size: 35px;
  display: none;
  text-align: center;
  border-radius: 10px;
  padding: 0px;
  line-height: 37px;
  border: 2px solid #5cb85c;
}
.error_cuo {
  height: 40px;
  color: red;
  font-size: 40px;
  display: none;
  text-align: center;
  border-radius: 10px;
  padding: 0px;
  line-height: 30px;
  border: 2px solid red;
}
.login_psdNav {
  margin-top: 30px;
}
.login_psdNav .col-xs-4 {
  text-align: right;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.login_psdNav .col-xs-6 {
  height: 40px;
  padding: 0px;
}
#psd {
  height: 40px;
  font-size: 12px;
  outline: 0px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  width: 95%;
}
.login_btn_div {
    margin-top: 60px;
    padding: 0 80px 0 105px;
}
#login {
  outline: 0px;
  border: 0px;
  width: 200px;
  height: 40px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.barter_btnDiv {
  text-align: center;
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}
.barter_btn {
  border: 0px;
  background: transparent;
  outline: 0px;
}
.register_body {
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  color: black;
  margin-top: -250px;
  margin-left: -250px;
  position: fixed;
  border-radius: 10px;
  display: none;
  background: #ffffff;
  opacity: 0.7;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
}
.register_title {
  text-align: center;
  font-size: 35px;
  margin-top: 30px;
  letter-spacing: 5px;
  font-weight: bold;
}
.register_nav {
  margin-top: 140px;
}
.register_nav .col-xs-4 {
  text-align: right;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.register_nav .col-xs-6 {
  height: 40px;
  padding: 0px;
}
#name_r {
  font-size: 12px;
  height: 40px;
  outline: 0px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  width: 95%;
}
.register_psdnav {
  margin-top: 30px;
}
.register_psdnav .col-xs-4 {
  text-align: right;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.register_psdnav .col-xs-6 {
  height: 40px;
  padding: 0px;
}
#psd_r {
  height: 40px;
  font-size: 12px;
  outline: 0px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  width: 95%;
}
.register_affirm {
  margin-top: 30px;
}
.register_affirm .col-xs-4 {
  text-align: right;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.register_affirm .col-xs-6 {
  height: 40px;
  padding: 0px;
}
#affirm_psd {
  height: 40px;
  font-size: 12px;
  outline: 0px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  width: 95%;
}
.register_btn_div {
  text-align: center;
  margin-top: 30px;
  padding-left: 50px;
}
#register {
  outline: 0px;
  border: 0px;
  width: 200px;
  height: 40px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.barter_register {
  text-align: center;
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}
.barter_registerBtn {
  border: 0px;
  background: transparent;
  outline: 0px;
}
.sub_btn:hover {
  background: #31b0d5;
}
