/* login的content */
.cjhd-content {
    width: 100%;
    height: calc(100% - 380px);
    background: url("../../images/login/content-bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}
#inputForm {
    width: 360px;
    height: 400px;
    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;
    position: relative;
    left: calc(50% - 180px);
    top: 17%;
}
.div-form {
    position: absolute;
    top: 0;
    width: 100%;
}
.regHeader {
    width: 100%px;
    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;
}

.ipt {
    width: 258px;
    height: 42px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(172,172,172,1);
    border-radius: 4px;
    padding: 0 10px;
    font-size: 18px;
}

#inputForm a {
    color: #be1313;
}
/* 注册按钮 */
#btnReg {
    display: block;
    width: 280px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background:rgba(174,43,22,1);
    border-radius:4px;
    color: #fff !important;
}

/* 短信验证码输入框 */
#msgCode {
    width: 120px;
}
.getMsgCode {
    width: 120px;
    float: right;
    height: 46px;
    line-height: 46px;
    margin-right: 8px;
    border: 0px;
    border-radius: 4px;
    color: #fff;
    background-color: #be1313;
    cursor: pointer;
    text-align: center;
}

.input-login {
    width:80px;
    height:16px;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(174,43,22,1);
}
.p-login {
    padding-top: 53px;
    text-align: center;
}