
body {
    overflow-x:hidden!important;
}
.navbar {
    max-width: 750px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .8rem;
    background: #000 !important;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 30;
}
        .navbar span {
    text-align: center;
    font-size: .36rem;
    font-weight: 400;
    color: #ffffff!important;
}

.signin-wrap {
    margin-bottom: .5rem;
}

.navbar span.language {
    opacity: 0;
    pointer-events: none;
}

.logo {
    width: 150px;
    height: auto;
    margin: .69rem auto 1.13rem auto;
}

    .logo img {
        width: 100%;
        height: 100%;
        display: block;
    }

.item {
    width: 6.98rem;
    height: .88rem;
    background: #f5f6f794;
    border-radius: .14rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .3rem;
    position: relative;
}

    .item input {
        width: 100%;
        height: 100%;
        border: none;
        background: transparent;
        padding-left: 15px;
        font-size: .32rem;
        font-weight: 500;
        background: url(../img/icon1.png) no-repeat 0.34rem center;
        background-size: .4rem .4rem;
        position: absolute;
        bottom: 0px;
        border-radius:10px;
    }

        .item input::-webkit-input-placeholder {
            font-size: .26rem;
            font-family: PingFang SC;
            font-weight: 500;
            color: #C3C3C3;
        }

        .item input:-ms-input-placeholder {
            font-size: .26rem;
            font-family: PingFang SC;
            font-weight: 500;
            color: #C3C3C3;
        }

        .item input::-ms-input-placeholder {
            font-size: .26rem;
            font-family: PingFang SC;
            font-weight: 500;
            color: #C3C3C3;
        }

        .item input::placeholder {
            font-size: .26rem;
            font-family: PingFang SC;
            font-weight: 500;
            color: #C3C3C3;
        }

    .item b {
        font-size: .28rem;
        font-weight: 500;
        position: absolute;
        color: #999999;
        left: .74rem;
        top: 50%;
        -webkit-transform: translateY(-50.1%);
        transform: translateY(-50.1%);
    }

   

    
        .item:nth-child(2) input {
            background: url(../img/icon2.png) no-repeat 0.34rem center;
            background-size: .4rem .4rem;
        }

    .item.icon2 input {
        background: url(../img/icon2.png) no-repeat 0.34rem center;
        background-size: .4rem .4rem;
    }

    .item.icon2.mar {
        margin-bottom: .3rem;
    }

    .item.icon3 input {
        background: url(../img/icon3.png) no-repeat 0.34rem center;
        background-size: .4rem .4rem;
    }

    .item.code {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: transparent;
        margin-bottom: .3rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .item.code input {
            border-radius: .14rem;
            width: 3.80rem;
            background: #F5F6F7 url(../img/icon4.png) no-repeat 0.34rem center;
            background-size: .4rem .4rem;
        }

        .item.code button {
            width: 2.98rem;
            height: .88rem;
            background: #F5F6F7;
            border-radius: .14rem;
            border: none;
            font-size: .26rem;
            font-weight: 500;
            color: #2FCC58;
            font-family: PingFang SC;
        }

            .item.code button.gray-bg {
                pointer-events: none;
            }

    .item:nth-child(3) input {
        background: url(../img/icon2.png) no-repeat 0.34rem center;
        background-size: .4rem .4rem;
    }

.password {
    width: 6.98rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .1rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .password a {
        font-size: .28rem;
        font-weight: 500;
        line-height: .46rem;
        color: #999999;
    }

    .btn {
        width: 100%;
        height: 50px;
        /* background: #5cb85c; */
        
        font-size: .36rem !important;
        font-weight: 400;
        line-height: .08rem !important;
        color: #FFFFFF;
        cursor: pointer;
        text-align: center;
        margin: 0 auto;
        list-style: none;
        border: none;
        /* margin-left: 5%; */
    }
    .btn-disable{
        background-color:#e9e6e6 !important;
        color:#626060 !important ;
        border-radius: 50px !important;
    }

    .btn.register {
        background: #FFFFFF;
        color: #FF6600;
        border: 1px solid #eee;
        margin: 0 auto;
    }
    .form-control:focus{
        background-color: #fff !important;
        box-shadow:none !important;
    }
    .form-control{
        font-size: 0.5rem !important;
    }
/*# sourceMappingURL=signin.css.map */
