
@media only screen and (min-width : 960px) {
    #bodyContent{ width: 100% !important;}
    #bodyContent .user-recoverypassword {
        display:block;
    }
}

/* 登录页面样式 */
@media only screen and (max-width : 959.99px) {
    #content_wrapper{
        padding-top: 0px !important;
    }
    #bodyContent{ 
        width: 100% !important;
    }
    #bodyContent li{
        margin: 0;
    }
    #bodyContent .user-recoverypassword{
        width: 100% !important;
        margin-top: 0px !important;
    }
    .user-recoverypassword .site-logo{
        width:86% !important;
        padding: 0 7%;
    }
    .user-recoverypassword .user-recoverypassword-form{
        width: 100% !important;
    }
    .user-recoverypassword-form .form-body{
        width:96% !important;
        padding: 0 2%;
    }
    .recoverypassword-form-table{
        width:100% !important;
    }
    .recoverypassword-form-table tr{
        width: 100% !important;
    }
    .user-recoverypassword-form .form-body .recoverypassword-form-table{
        width: 100% !important;
        margin-top: 20px;
    }
    .user-recoverypassword-form .form-body .td_3{
        height: auto;
        width: 100% !important;
    }
    .user-recoverypassword-form .div_input input {
        border: 1px solid #bfbfbf !important;
        border-radius: 0px 0px 0px 0px !important;
        -webkit-border-radius: 0px 0px 0px 0px !important;
        -moz-border-radius: 0px 0px 0px 0px !important;
        -webkit-appearance: none !important;
        
    }
}

@media only screen and (max-width : 659.99px) {
    .user-recoverypassword-form ul{ width: 100% !important;}
    .user-recoverypassword-form .div_label{ width: 22%; padding-right: 1%;}
    .user-recoverypassword-form .div_input{ width: 77%;}
    .user-recoverypassword-form .div_message{ width: 77%; padding-left: 23%; line-height: 20px;}
    .recoverypassword-button{
        margin: 20px 0;
        width: 100%;
        text-align: center;
    }
    .submit{
        margin: 0;
    }
    
    .submit:hover{
        margin:0;
    }
}