h1 {
    display: none;
}

fieldset {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

legend {
    margin-top: 0 !important;
}

.inside-article {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (max-width:1025px) {
    .button_div {
        text-align: left !important;    
    }
    
    .button_div label {
        position: relative;
        top: 7px;
    }
    
    #rememberme {
        width: 30px !important;
        float: left !important;
    }
    
    fieldset > .link-text {
        margin-top: 40px !important;
    }
    
       fieldset > .link-text ~ .link-text {
        margin-top: auto !important;
    }
}

@media screen and (max-width:768px) {
    .div_text, .button_div {
        width: 100% !important;
    }
}