/* form */
#btnMenu{
    display: none;
}
html {
    height: 100%;
    background: #f6f6f6;
}
body{
    height: 100%;
}
.register_title {
    margin-top: 120px;
    height: 20px;
    font-size: 34px;
    line-height: 20px;
    color: #333;
    text-align: center;
}
.findPW {
    padding: 30px 0;
}
.findPW h3 {
    color: #333;
}
form {
    margin: 30px auto;
    width: 700px;
}
.findPW_form {
    width: 700px;
    margin: 30px auto 0;
    padding: 30px;
    box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    -moz-box-shadow: 0px 0px 10px #ccc;
    -ms-box-shadow: 0px 0px 10px #ccc;
    -o-box-shadow: 0px 0px 10px #ccc;
}
.findPW_form .findPW_input {
    position: relative;
    width: 440px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto 15px;
}
.findPW_form .findPW_input2 {
    width: 500px;
}
.findPW_form .findPW_input>span {
    display: inline-block;
    text-align: right;
    width: 70px;
}
.findPW_form .findPW_input input {
    width: 350px;
    margin: 0;
}
.findPW_form .findPW_input label {
    font-size: 12px;
    position: absolute;
    bottom: -23px;
    left: 66px;
}
#btnSendCode, #mailbtnSendCode {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
    background: #2c70bd;
    color: #fff;
    width: 100px;
    height: 30px;
    border-radius: 0 3px 3px 0;
    text-align: center;
    line-height: 30px;
}

#btnSendCode.gray, #mailbtnSendCode.gray {
    background: #ccc;
}


/* 提交按钮 */
.register_box {
    width: 390px;
    margin: 0 auto;
    padding-left: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.register_box a {
    display: inline-block;
    width: 130px;
    height: 35px;
    margin: 0 20px;
    background: #2c70bd;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
}