@media only screen and (min-width: 1025px) {
    .unauthenticated .navbar-brand img {
        max-height: 115px;
    }

    .basic-layout-item {
        display: none !important;
    }

    h1[data-ref="welcome-title"] {
        font-size: 2rem;
        color: #020202;
        font-weight: 500;
    }

    .unauthenticated div[data-ref="login_container"] .form-control {
        height: calc(1.9em + .75rem + 10px) !important;
        font-size: 0.9rem;
    }

    .unauthenticated header .navbar-expand-lg {
        display: none;
    }

    /* adjusting merchent select dropdown */
    form.select_form_header {
        position: absolute;
        right: 6%;
        top: 127px;
        /* transform: translateX(-50%); */
        z-index: 9;
    }

    /* body.manage-recurring-report-page form.select_form_header {
        left: 55%;
    } */

    form.select_form_header select {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .label_merchant-dropdown {
        line-height: 31px;
    }
}