@media only screen and (max-width:600px){
    .login-area .footer-container{
        height: 120px !important;
    }

    .hide-mobile{
        display: none !important;
    }

    .category-border h1{
        font-size: 1em !important;
    }

    
    #fp_reset_add_form_form label{
        margin-top: 0 !important;
    }

}