@media screen and (max-width: 700px) {

    .register, .login-form {
        width: 100% !important;
        margin-top: 50px !important;
    }
}

    