
.loginBox{
    width: 400px;
    padding: 30px 40px;
    border-radius: 4px;
    box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.1);
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.loginBox .inpBox input:focus{
    border-color: #FA6E07;
  }

.but-bg-cheng{
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
}

.logTetHov{
    font-size: 12px;
    color: #666666;
    text-decoration: underline;
    cursor: pointer;
}

.logTetHov:hover{
    color: #FA6E07 !important;
}

/* 发送code */
.sendCode{
    font-size: 14px;
    font-weight: 700;
    color: #FA6E07;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}

.sendCode-not{
    color: #999999;
}



















