﻿.show-password-icon{
    cursor:pointer;
}

@media only screen and (min-width: 600px) {

    .responvise-login {
        width: 100% !important;
        height: 100%;
    }
}

@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .responvise-login {
        width: 40% !important;
    }
}
