.div-main{
    height:100%;
    width:100%;
    position:absolute;
}
.div-top{
    margin: 10px auto;
}
.zdy-logo{
    margin-left:60px;
}
.zdy-systemnam{
    position:relative;
    font-weight:bold;
    font-size: 20px;
    margin-left:5px;
    top:7px;
}

.forget-div{
    height:630px;
    width:100%;
    border:#ececec solid 1px;
    background-color: #f0f0f0;
    position:relative;
}

.forget-content{
    height:500px;
    width:70%;
    background-color: white;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
}

.forget-content-top{
    height: 100px;
    width: 100%;
    border:#ececec solid 1px;
    text-align: center;
}

.forget-content-title{
    font-weight:bold;
    font-size: 26px;
    margin-top: 25px;
}

.forget-content-table table {
    margin-top: 20px;
    width: 100%;
}
.forget-content-table table td{
    height: 60px;
}
.forget-content-table table .td-left {
    text-align: right;
    width: 40%;
}

.forget-content-table table .td-right {
    vertical-align: middle;
    width: 60%;
}

.forget-content-table table .td-single{
    text-align: center;
}

.forget-content-table table .td-single button{
    height: 30px;
    width: 350px;
    color: #FFFFFF;
    background-color: #2B529E;
}

.forget-content-table table .td-right input {
    margin: 0 auto;
    height: 30px;
    width: 260px;
}

.forget-content-table table .td-right button {
    background-color: white;
    height: 30px;
    width: 118px;
    color: #2B529E;
    border: 1px solid #2B529E;
}