.login-logo img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.login-box-msg{
  font-size: 25px;
}

/* Make all admin forms use full width instead of col-lg-9 */
.content .col-lg-9,
.content .col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Make admin action buttons appear side by side */
#jazzy-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

/* Remove unnecessary form-group spacing inside jazzy-actions */
#jazzy-actions .form-group {
    display: inline-flex;
    margin-bottom: 0;
}

#jazzy-actions .form-control {
    width: auto;
}

.help-block{
  padding-top: 5px !important;
}

/* Hide MPR and Fast Upload menu items for Superuser, L4, L5 and Clients */
body.superuser a.nav-link[href$="/card/mpr/"],
body.group-C1 a.nav-link[href$="/card/mpr/"],
body.group-C2 a.nav-link[href$="/card/mpr/"],
body.group-C3 a.nav-link[href$="/card/mpr/"],
body.group-L4 a.nav-link[href$="/card/mpr/"],
body.group-L5 a.nav-link[href$="/card/mpr/"],
body.superuser a.nav-link[href$="/card/fast-upload/"],
body.group-L5 a.nav-link[href$="/card/fast-upload/"] {
    display: none !important;
}

.status-wide {
    width: 320px !important;
}
