.container{
  width: 100%;
  position: relative;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;    
}
.kv{
  width: 100%;
}
.loginwrap{
  width: 415px;
  position: absolute;
  left: 10%;
  top: 30%;
  /* overflow:  hidden; */
}
.name{
  position: relative;
  margin-left: 30px;
  margin-bottom: 35px;
}
.itp1{
  font-size: 24px;
  color: rgb(255,183,27);
  font-family: "509R";
}
.itp2{
  font-size: 36px;
  color: #3e3a39;
}
.name:after {
  content: "";
  display: block;
  background: url(../../images/Login/longbar.png) no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -56px;
  top: 7px;
}
.loginwrap input{
  outline: none;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  margin-left: 30px;
  height: 38px;
  line-height: 38px;
  width: 92%;
  padding-left: 10px;
  font-size: 16px;
}

.cxt{
  position: relative;
  margin-bottom: 30px;
}
.cxt:after{
  content: "";
  display: block;
  background: url(../../images/Login/icon.png) no-repeat;
  background-size:auto;
  position: absolute;
  left: 0;
  top: 0;
}

.phone:after{
  width: 24px;
  height: 25px;
  background-position: -29px 0px;
  margin-top: 7px;
}
.password:after{
  width: 21px;
  height: 25px;
  background-position: 0 0px;
  margin-top: 8px;
}
.rem-pass{
  float: left;
  margin-left: 98px;
  cursor: pointer;
  color: #3e3a39;
}
.forget-pass{
  float: right;
  color: rgb(255,183,27);
  margin-right: 93px;
}
.radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-right: 5px;
  background: url(../../images/Login/icon.png) no-repeat;
  background-position: -89px 0px;
  background-size:auto;
}
.radio.selected {
  background: url(../../images/Login/icon.png) no-repeat;
  background-position: -63px 0px;
  background-size:auto;
}
.submit{
  width: 100%;
  height: 47px;
  line-height: 47px;
  background-color: rgb(255,183,27);
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-top: 45px;
  cursor: pointer;
}
.login-now {
  display: block;
  color: #3e3a39;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.login-now a {
  color: rgb(255,183,27);
}
input.warning{
  border-bottom-color:red; 
}
.error{
  position:  absolute;
  left: 424px;
  top: 8px;
  width: 200px;
  display: none;
  }
  .error img{
    width: 24px;
    vertical-align: middle;
  }
  .erroword{
    color: red;
    vertical-align: middle;
  }
  input::-webkit-input-placeholder { color: #c3c3c3;}
  input:-moz-placeholder { color: #c3c3c3;}
  input:-ms-input-placeholder { color: #c3c3c3;}
  .password.cxt {
    margin-bottom: 18px;
}
.phone.cxt {
  margin-bottom: 30px;
}