/* login的content */
.cjhd-content {
    width: 100%;
    height: calc(100% - 380px);
    background: url("../../images/login/login-content-bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}
#inputForm {
    width: 360px;
    height: 480px;
    background:rgba(255,255,255,1);
    box-shadow:0px 16px 32px 4px rgba(6,0,1,0.1);
    opacity:0.8;
    border-radius:8px;
    position: relative;
    left: 54.2%;
    top: 17%;
}
.div-form {
    position: absolute;
    top: 0;
    width: 100%;
}
.regHeader {
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: rgba(51,51,51,1);
    text-align: center;
    padding-top: 41px;
    padding-bottom: 32px;
}
.inputs, .labels {
    padding: 0 40px;
}
.labels {
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
}
#code-img {
    float: left;
    height: 46px;
    width: 130px;
}
#inputRandomCode {
    width: 118px;
    margin-left: 20px;
}
.ipt {
    width: 258px;
    height: 42px;
    background: #fff;
    border: 1px solid rgba(172,172,172,1);
    border-radius: 4px;
    padding: 0 10px;
    font-size: 18px;
}

.input-7login-check {
    height: 16px;
    color:rgba(153,153,153,1);
    float: left;
}
.input-7login {
    text-align: left;
    width: 100px;
    height: 16px;
    padding-left: 4px;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    float: left;
}
.input-forget {
    width: 90px;
    height: 16px;
    margin-right: 7px;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    float: right;
}

.inputs-opt {
    height: 16px;
    padding-bottom: 24px;
    line-height: 16px;
}
.btn-login {
    display: block;
    width: 280px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background:rgba(174,43,22,1);
    border-radius:4px;
    color: #fff;
}
.inputs-btn {
    padding-right: 30px;
}
.input-rigister {
    width:80px;
    height:16px;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(174,43,22,1);
}
.p-register {
    padding-top: 24px;
    text-align: center;
}