.form{
    width: 260px;
    height: 320px;
    padding: 0 10px;
    padding-top: 40px;    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #888888;
    text-align: center;
    z-index: 9999;
}
.form input{
    width: 100%;
    height: 25px;
    border:none;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    /* border-radius: 5px; */
    padding-left: 10px;
    outline: none;
}
.form .group{
    display: flex;
}
.form label{
    position: relative;
    top: -10px;
}
.form button{
    width: 100%;
    height: 35px;
    background-color: #f8a305;
    color:#000;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}
.forget-pwd{
    text-align: right;
    color: #000;
    cursor: pointer;
    padding-bottom: 10px;
    margin-top:-10px;
}
.tab{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.login-mid{
    display: flex;
    justify-content: space-between;
     
}
.register{  
    padding-bottom: 10px;  
    text-align: right;
}
 .register a{ 
    color:blue; 
    cursor: pointer; 
    font-size:19px; 
    text-decoration: underline;
}
.tab-item{
    width: calc(50% - 10px);
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    cursor:pointer;
}
#form-login2{
    display: none;
}
.tab-item.active{
    border-bottom-color: #f8a305;
}
.other-login-split{
    /* display: flex; */
    display: none;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    color:#aaa7a7;
}
.other-login-pre{
    width: 38%;
    height: 1px;
    background-color: #ccc;
}
.other-login-text{
    width: 130px;
    text-align: center;   
}
.other-login-next{
    width: 38%;
    height: 1px;
    background-color: #ccc;
}
.other-login{
    /* display: flex; */
    display: none;
    padding-left:80px;   
    color:#aaa7a7;
}
.other-login button{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}
.form-send-code{
    display: flex;
}
#btnVerifyCode{
    width:110px;
    height: 25px; 
    background-color: #f9a616;
} 