body,html{
    height: 100%;
    background:url(../img/img/content_bgc.jpg);
}
#wrapper{
    min-height: 700px;
}
.content {
    width: 1200px;
    min-height: 600px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 2px 2px 5px 1px rgba(143, 143, 143, 0.1);
    text-align: center;
}
.content:after{
    display: block;
    content:"";
    clear:both;
}

.stepBox{
    position: relative;
    width: 800px;
    margin: 60px auto;
}
.stepBox .hr{
    position: relative;
    border-bottom: 2px solid #ddd;
    top: 50%;
}
.stepBox .step_circle_outer{
    position: absolute;width: 100px;
    background: #fff;
    height: 100px;
    text-align: center;
}
.stepBox .step_circle_outer span{
    position: absolute;
    bottom: -15px;
    left: 0;
    color: #000;
    z-index: 1112;
    width: 100%;
}
.stepBox .step_circle{
    position: absolute;
    width: 50px;
    left: 25px;
    height: 50px;
    background: #dddddd;
    border-radius: 50%;
    top: 25px;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    padding: 0px 0;
    text-align: center
}
.stepBox .step_bottom,.stepBox .step_top{
    height: 100px;
}
.stepBox .step_bottom{
    overflow: hidden;
    position: absolute;
    z-index: 1111;
    width: 800px;
    top: 0;
}
.stepBox .step_bottom .hr{
    border-color: #47c773;
}
.stepBox .step_bottom .step_circle{
    background:#47c773;
}


#forget_pwd {
    width: 380px;
    margin: 40px auto;
}


#forget_pwd .lg_rg {
    padding: 20px 40px;
}

#forget_pwd .lg_send {
    margin-left: 5px;
    width: 110px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #757575;
    cursor: pointer;
}
#forget_pwd .lg_send:hover {
    border-color:#af6f40;
    color:#af6f40
}
#forget_pwd .lg_input {
    width: 300px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

#forget_pwd .lg_submit,#forget_pwd  .rg_submit {
    height: 40px;
    line-height: 40px;
    width: 300px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #af6f40 0%, #af6f40 100%);
    background-image: -moz-linear-gradient( 90deg, #af6f40 0%, #af6f40 100%);
    background-image: -webkit-linear-gradient( 90deg, #af6f40 0%, #af6f40 100%);
    background-image: -ms-linear-gradient( 90deg, #af6f40 0%, #af6f40 100%);
}
footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*z-index: 0;*/
    /*overflow: hidden;*/
    text-align: center;
    color: #a6a6a6;
    margin-top: 100px;
    padding-bottom: 20px;
    width: 100%;
    min-width:1200px;
}