.warp{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    overflow: hidden;
    z-index:10;
    background-image: url("./imgs/bgimg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-warp{
    width:430px;
    height:74%;
}
.register{
    width:430px;
    height:100%;
}
.logo img{
    display:block;
    width:60%;
    height:100px;
    margin:0 auto;

}

.register-form-warp{
    width:60%;
    margin:0 auto;
}
.input-warp{
    width:100%;
    height:40px;
    position: relative;
    border-bottom:1px solid #cacaca;
    margin-bottom:40px;
}
.input-shuru{
    display: block;
    width:100%;
    height:40px;
    position: absolute;
    top:0;
    left:0;
    z-index:10;
    background-color: transparent;
    border:none;
    color:#cacaca;
}
.input-div{
    width:100%;
    height:40px;
    position: absolute;
    top:0;
    left:0;
    z-index:1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #cacaca;
    transition: all 0.3s;
    font-size:12px;
}
.login-btn{
    width:100%;
    height:40px;
    background-color: #39f;
    color:#fff;
    font-size:14px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.register-service-warp{
    width:100%;
    text-align: center;
    line-height: 60px;
    color:#fff;
}
.register-btns{
    width:60%;
    display: flex;
    justify-content: space-between;
    margin:40px auto;
}
.register-btns > a{
    color:#39f;
    font-size:14px;

}