/* @media screen and (max-width: 991px) { */
    /* start of large tablet styles */
/* } */

/* @media screen and (max-width: 767px) { */
    /* start of medium tablet styles */
/* } */

@media screen and (max-width: 479px) {
    .login {
        width: 80%;
    }

    html {
        height: 100%;      
    }
}