.register {
  margin-top: 80px;
  width: 380px;
  height: 460px;
  background-color: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.register .title {
  position: relative;
  text-align: center;
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
}
/*.register .title:after {*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  bottom: 0;*/
/*  margin-left: -30px;*/
/*  content: '';*/
/*  width: 60px;*/
/*  height: 1px;*/
/*  background-color: #333333;*/
/*}*/
.register .form {
  width: 300px;
  margin: 0 auto;
}
.register .form .code-login .input {
  width: 300px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  margin-top: 30px;
}
.register .form .code-login .input.phone {
  position: relative;
}
.register .form .code-login .input.phone:before {
  position: absolute;
  left: 12px;
  top: 10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../../../img/login/login-phone.png") no-repeat;
}
.register .form .code-login .input.password {
  position: relative;
}
.register .form .code-login .input.password:before {
  position: absolute;
  left: 12px;
  top: 7px;
  content: '';
  width: 20px;
  height: 22px;
  background: url("../../../img/login/login-password.png") no-repeat;
}
.register .form .code-login .input input {
  margin: 10px;
  padding-left: 30px;
  height: 20px;
  width: 205px;
}
.register .form .code-login .code {
  position: relative;
  margin-top: 30px;
}
.register .form .code-login .code .input-code {
  position: relative;
  float: left;
  width: 180px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}
.register .form .code-login .code .input-code:before {
  position: absolute;
  left: 12px;
  top: 10px;
  content: '';
  width: 20px;
  height: 22px;
  background: url("../../../img/login/login-code.png") no-repeat;
}
.register .form .code-login .code .input-code input {
  width: 127px;
  margin: 10px;
  padding-left: 30px;
  height: 20px;
}
.register .form .code-login .code .btn-code {
  float: right;
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #ff6666;
  border-radius: 4px;
  cursor: pointer;
}
.register .form .code-login .submit {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #ffd220;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
}
.register .form .txt {
  padding: 15px 0 33px 0;
  font-size: 14px;
  text-align: right;
}
.register .form .txt a {
  color: #FB4343;
}
