.forget-wrap{
    width: 100%;
    padding: 60px 40px 0 40px;
}
.subtitle{
    margin-bottom: 60px;
}
.subtitle > div:nth-child(-n+3){
    float: left;
}
.subtitle > div:nth-child(1){
    position: relative;
    color:#4b6435;
    margin-top: 10.4px;
    margin-right: 15px;
}
.subtitle > div:nth-child(1)::after{
    content:'';
    position: absolute;
    width:1px;
    height:30px;
    right: -14.5px;
    top: -3px;
    background-color: #4b6435;
}
.subtitle > div:nth-child(2){
    font-size: 30px;
    color:#603813;
    margin-left: 15px;
}
.subtitle > div:nth-child(3){
    margin-top: 21.9px;
    width:calc(100% - 217px);
    height:1px;
    background-color: #4B6435;
}
.forget-block{
    max-width: 540px;
    margin:0 auto 150px auto;
    padding: 60px 94px;
    background-color: rgba(225,225,225,.5);
    text-align: center;
}
.forget-block .form-group{
    margin-bottom: 30px;
}
.forget-block .form-control{
    color:#4B6435;
    border-radius: 0;
    border:2px solid #4B6435;
    background-color: transparent;
    font-size: 20px;
    padding: 3.2px 12px;
}
.forget-block .form-control:focus{
    box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 1000px rgba(192,192,192,0.2) inset; /*淡淡的白*/
    transition: background-color 5000s ease-in-out 0s; /*透明*/
    -webkit-text-fill-color: #4B6435; /*字體顏色*/
}
.forget-block p{
    font-size : 16px;
    line-height : 25px;
    letter-spacing : 1.6px;
    color : black;
    margin-bottom:30px;
}
.forget-block .btn{
    width:160px;
    border-radius: 0;
    background-color: #4B6435;
    color:white;
    font-size: 20px;
    padding: 4.2px 12px;
    cursor: pointer;
}
.forget-block .btn:focus{
    box-shadow: none;
}

@media screen and (max-width:576px){
    .forget-block{
        max-width: 540px;
        margin:0 auto 150px auto;
        padding: 30px;
        background-color: rgba(225,225,225,.5);
        text-align: center;
    }
    .forget-block p{
        font-size : 12px;
        line-height : 25px;
        letter-spacing : 1.6px;
        color : black;
        margin-bottom:30px;
    }
    .forget-block .btn{
        width:160px;
        border-radius: 0;
        background-color: #4B6435;
        color:white;
        font-size: 14px;
        padding: 4.2px 12px;
        cursor: pointer;
    }
    .forget-block .form-control{
        color:#4B6435;
        border-radius: 0;
        border:2px solid #4B6435;
        background-color: transparent;
        font-size: 16px;
        padding: 3.2px 12px;
    }
}