.registContact{
    background: url(/web/pf_web/images/indeximage5.jpg) 50% center / cover no-repeat;
    height: 950px;
    margin-top: 85px;
    display: flex;
    justify-content: flex-end;
}
.registContact .custom-form{
    background-color: #fff;
    margin-top: 90px;
    padding: 50px;
    border-radius: 10px;
    box-shadow:0px 4px 20px rgba(0, 0, 0, 0.8);
/*//rgba(100, 100, 111, .3) 0px 7px 10px 0px;*/

    margin-right: 80px;
}
.tologin{
    text-align: right;
    margin-top: 10px;
}
.toresetpwd{
    text-align: left;
    margin-top: 10px;
}
.btn-primary{
    color: #fff;
    background-color: #00BFBF;
    border-color: #00BFBF;
    width: 100%;
    height: 40px;
    font-size: 20px;
    margin-top: 15px;
}
.yqmTitle,.yzmTitle{
    background: #00BFBF;
    border: 0px;
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
    text-align: center;
}
.yzmTitle{
    cursor: pointer;
    padding-top: 12px;
}
.registTitle{
    font-size: 28px;
    height: 60px;
    text-align: center;
    font-weight: bolder;
    letter-spacing: 3px;
}
.form-control{
    height: 50px;
    margin-top: 15px;
}
#simple-msg{
    color: red;
    margin-top: 5px;
    font-size: 18px;
}