button{
    cursor: pointer;
}

.login-page{
    display: flex;
    height: 100vh;
    background: white;
}

.login-left{
    width: 440px;
    background: rgba(30, 191, 191, 1);
    text-align: center;
    position: relative;
}

.logo-s{
    position: absolute;
    top: 20px;
    left: 120px;
    color: white;
}

.login-right{
    /*width: 70%;*/
    width: calc(100% - 440px);
}

.login-box{
    width: 360px;
    margin: 0 auto;
    margin-top: 20%;
    text-align: center;
}

.login-head{
    font-weight: bold;
    font-size: 20px;
    color: #1D2E3B;
}

.login-sub-text{
    font-weight: 400;
    font-size: 14px;
    color: #57626C;
    margin-top: 4px;
}

.login-input-block{
    margin: 30px 0 20px;
}

.login-input-item{
    position: relative;
    width: 360px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid #E9EAEB;
    text-align: left;
    padding: 7px 15px;
    min-height: 40px;
}

.login-input-item input{
    height: 22px;
    line-height: 22px;
    border: none;
    border-radius: 8px;
    width: 100%;
    background: none;
}

.login-btn{
    width: 100%;
    margin-bottom: 8px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #F5F5F5;
    border: none;
    border-radius: 8px;
}

.login-btn-primary{
    background: rgba(0, 141, 161, 1);
    color: white;
}

.login-other-text{
    font-weight: 400;
    font-size: 14px;
    color: #008DA1;
    margin-bottom: 20px;
}

.register-p{
    font-weight: 400;
    font-size: 14px;
    color: #57626C;
    margin-top: 12px;
}

.to-register{
    color: rgba(0, 141, 161, 1) !important;
    cursor: pointer;
}

.none-show{
    width: 16px;
    height: 16px;
    background: url("/assets/img/none-show.svg") no-repeat;
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
}

.none-show-2{
    top: 19px !important;
}

.login-code-input{
    width: 240px !important;
    margin-right: 8px;
}

.login-code-btn{
    width: 112px;
    height: 100%;
    background: #F5F5F5;
    border-radius: 8px;
    color: rgba(0, 141, 161, 1);
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 248px;
}

.login-img{
    width: calc(100% - 16px) ;
    margin-top: 80%;
}

.login-input-error{
    border-color: rgba(255, 0, 81, 1);
}

.login-input-item label{
    width: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    display: inline-block;
}

.layui-inner-item{
    display: flex;
    border: none;
}

.login-input-item-code {
    width: 240px;
}