@media screen and (min-width: 100px) and (max-width: 990px) {
    .custome-login-form {
        width: 100% !important;
    }
}