/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    .login-card {
        width: 94vw;
    }

    .header-nav-profile {
        margin: 0;
    }

    .header-nav-profile .dropdown.open > a {
        margin-top: 0;
        padding: 12px;
    }

    .header-nav-profile .dropdown > a {
        min-width: 411px;
    }

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-device-width: 480px) {



}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {



}