.sign-wrapper{
  width:100%;
  height:100vh;
  background-image:url(../../assets/images/login/sign-bg.png);
  background-size:100% 100%;
  justify-content: flex-end;
  padding-right:310px;
  font-size:18px;
  color:white;
}
.sign-wrapper .login-wrap{
  width:500px;
  height:600px;
  border-radius:5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sign-wrapper .login-wrap .wrap-title{
  font-size:28px;
  margin-bottom:25px;
}
.sign-wrapper .login-field-wrap{
  background-color:rgba(255,255,255,.2);
  width:500px;
  border-radius: 8px;
  padding-bottom:40px;
}
.login-tab{
  justify-content: center;
  padding-top:24px;
  margin-bottom: 22px;
}
.filed-row{
  height:74px;
  align-items: center;
}
.filed-row .filed-label{
  width:105px;
  text-align: right;
  padding-right:7px;
}
.filed-row input{
  width:338px;
  height:40px;
  border-radius:2px;
  border:none;
  font-size: 16px;
  padding-left: 12px;
}
.filed-row input:focus{
  outline: none;
}
.filed-row .get-email-vcode{
  position: absolute;
  top: 16px;
  font-size: 14px;
  right:56px;
  cursor: pointer;
  height: 40px;
  width: 103px;
  user-select: none;
  color: black;
}
.filed-row .get-email-vcode.disabled{
  color: #b5b5b5;
  cursor: default;
}
.login-tab .tab-item-w{
  width:60px;
  height:28px;
  text-align: center;
  cursor: pointer;
}
/* .login-tab .tab-item-w.login{
  margin-right:20px;
}
.login-tab .tab-item-w.curr{
  border-bottom:1px solid white;
} */
.login-tab .tab-item-w.signup{
  width:72px;
}
.login-v-code{
  position: absolute;
  top:17px;
  right: 58px;
  height:40px;
  cursor: pointer;
}

.filed-row.go-signup{
  justify-content: flex-end;
  color: #29DEDE;
  padding-right:58px;
  height: 25px;
  cursor: pointer;
  user-select: none;
}
.filed-row.login-btn{
  background-image:linear-gradient(#18A2E3,#189DD8,#1896CF);
  color: white;
  width:318px;
  margin: auto;
  height:55px;
  border-radius:4px;
  margin-top:26px;
  cursor: pointer;
  user-select: none;
  word-spacing: 20px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
  border:none;
}

.customer-fixed{
  position: fixed;
  right:16px;
  bottom:20%;
  color: #000;
  font-size: 16px;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  z-index: 10;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.customer-fixed .cus-icon{
  height:23px;
  margin-right: 10px;
}
.customer-fixed > div{
  height: 38px;
  padding: 0 16px;
  cursor:pointer;
}
.customer-fixed > div:hover{
  background-color:#dbdbdb;
}
.customer-fixed a.flex-v-center{
  text-decoration:none;
  color:#000;
}