.logintwo-container {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.logintwo-view {
  width: 34%;
  margin: 5% auto 0;
}

.logintwo-logo {
  position: relative;
  top: 25px;
  padding-left:30px;
  width:200px;
}

.logintwo-lang {
  position: absolute;
  right:60px;
  display: inline-block;
  margin-top: 20px;
}
.logintwo-langtxt {
  float: left;
  margin-top: 18px;
  margin-right: 5px;
  width:100px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #FFFFFF;
}
.logintwo-langselect {
  float: left;
  margin-top: 18px;
  width: 80px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333333;
  border: none;
}

.logintwo-headtitle {
  transform: translate(-50%, 50%);
  margin-left: 50%;
  /* width: 40%; */
  width: 268px;
  height: 66px;
  line-height: 63px;
  text-align: center;
  font-size: 20px;
  /* font-weight: 600; */
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* box-shadow: 0 4px 12px 0 rgba(0,127,56,0.20); */
}
.logintwo-visitorheadtitle {
  /* transform: translate(-50%, 100%); */
  /* margin-left: 50%; */
  /* width: 40%; */ 
  /* width: 268px; */
  padding: 0 36px;
  height: 66px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  /* font-weight: 600; */
  color: #333;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* box-shadow: 0 4px 12px 0 rgba(0,127,56,0.20); */
}
.logintwo-form {
  float: left;
  overflow: hidden;
  border-radius: 15px;
  padding-top: 30px;
  width: 100%;
  /* box-shadow: 0 4px 8px 0 rgba(40,40,40,0.30); */
  background-color: #FFFFFF;
}
.logintwo-inputitem {
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  width: 100%;
  background: #F4F4F4;
}
.logintwo-inputitem .loginicon {
  position: absolute;
  top: 16px;
  left: 16px;
}
.logintwo-inputinfo {
  position: relative;
  width: 91.5%;
  /* padding-left: 8.5%; */
  padding-left: 50px;
  height: 50px;
  line-height: 50px;
  
}
.logintwo-inputinfo input {
  box-sizing: border-box;
  border: none;
  padding: 0 15px 0 0;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #333333;
}
.logintwo-inputinfo input::-webkit-input-placeholder,
.logintwo-inputinfo input::-moz-placeholder,
.logintwo-inputinfo input:-moz-placeholder
.logintwo-inputinfo input:-ms-input-placeholder {
  color: #999999;;
}
.logintwo-forget {
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 16px;
  color: #006B2F;
}
.logintwo-imgverify {
  position: absolute;
  z-index: 10;
  right: 15px;
  bottom: 9px;
  padding: 0;
  width: 74px;
  height: 32px;
  cursor: pointer;
}
.logintwo-imgverify img {
  width: 74px;
  height: 32px;
}
.logintwo-btn{
  border: none;
  padding:0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #FFFFFF
}
.logintwo-freesq {
  float: left;
  width: 100%;
  line-height: 60px;
  text-align: center;
 }
.logintwo-visitorfreesq {
  float: left;
  width: 100%;
  line-height: 60px;
  text-align: left;
 }
 .logintwo-visitorfreesq span{
   color: red;
 }

