﻿
@media only screen and (max-width: 790px) {
    .showOnAccount, .hideOnAccount{
        display:none !important;
    }

    .showOnLogin{
        display:block !important;
    }
}
