 .J-login{
  width: 285px;
  height: 311px;
  background: #FFFFFF;
  border-radius: 3px;
  margin-bottom: 20px;
}

.J-login .tabBorder{
  display: flex;
}
 .J-login .tabBorder .tab{
  width: 50%;
  text-align: center;

  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(23, 35, 61, 0.65);

  line-height: 18px;
  padding: 10px;

  cursor: pointer;
}

 .J-login .tabBorder .tab-active{
  color: #3965F3;
  font-weight: 600;
  font-family: PingFangSC-Semibold, PingFang SC;
}

 .J-login .tabBorder .tab .line{
  width: 21px;
  height: 4px;
  border-radius: 3px;
  display: inline-block;
}

 .J-login .tabBorder .tab .line-active{
  background: #3965F3;
}

.J-login .inputBorder .error{
  margin: auto;
  color: #ff3836;
  width: 245px;
  padding-left: 4px;
}

 .J-login .inputBorder .input{
  width: 245px;
  height: 40px;
  background: #F6F6F8;
  border: 1px solid #F6F6F8;
  border-radius: 20px;
  margin: auto;
  margin-top: 10px;
    display: flex;
    align-items: center;
}
 .J-login .inputBorder .input-error{
  border: 1px solid #ff3836;
}


 .J-login .inputBorder .input input{
  border: 0;
  background-color: #F6F6F8;
  height: 25px;
}

 .J-login .bt{
  width: 245px;
  height: 40px;
  background: #6E90FF;
  border-radius: 20px;
  color: #fff;
  margin: auto;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
 .J-login .bt:hover{
  background-color: #547bfa;
}
 .J-login .no-bt{
  background-color: rgb(224, 221, 221);
}
 .J-login .confirm{
  width: 245px;
  margin: 20px auto;
}