#frm-signInForm .col-lg-10,
#frm-signInForm .col-12 {
    flex: none !important;
    ms-flex: none !important;
}


@media (min-width: 768px) {

}

@media (min-width: 992px) {

    #frm-signInForm{
        position: absolute;
        right: 25px;
        top:10px;
    }

    .navbar-dark .navbar-nav a.nav-link{
        font-size: 1.1em;
    }

    ul.navbar-nav{
        position: absolute;
        top:115px;
        left: 250px;
    }

    .profile-button {
        width: 100px;
        position: absolute;
        right: 145px;
        top:14px;
    }

    .logout-button{
        width: 120px;
        position: absolute;
        right: 15px;
        top:14px;
    }

    .logged-user{
        text-align: right;
        line-height: 29px;
        display: inline-block;
        width: 300px;
        position: absolute;
        right: 15px;
        top:55px;
    }

    #frm-searchForm div.row{
        position: absolute;
        left:256px;
        top:14px;
        width: 400px;
    }
}

@media (min-width: 1200px) {

    .navbar-dark .navbar-nav a.nav-link{
        font-size: 1.3em;
    }

    ul.navbar-nav{
        position: absolute;
        top:110px;
        left: 250px;
    }
}
