﻿@media (max-width: 7000px) {
    div.login-wrapper {
        width: 100% !important;
        max-width: 30rem !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 1540px) {
    div.login-wrapper {
        width: 100% !important;
        max-width: 33rem !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 500px) {
    div.login-wrapper {
        width: 100% !important;
        background: #fff !important;
    }

    div.login-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    div.creds-body {
        padding-left: 1rem;
        padding-right: 1.5rem;
    }

    div.nav-dropdown {
        width: 37% !important;
    }
}

@media (min-height: 1000px),(max-height: 500px) {
    div.login-wrapper {
        margin-top: 3rem !important;
    }
}

@media (max-height: 390px) {
    div.login-wrapper {
        margin-top: 4rem !important;
    }
}

@media (max-height: 260px) {
    div.login-wrapper {
        margin-top: 6rem !important;
    }
}

@media (max-height: 200px) {
    div.login-wrapper {
        margin-top: 8rem !important;
    }
}

@media (max-height: 156px) {
    div.login-wrapper {
        margin-top: 11rem !important;
    }
}

@media (max-height: 800px) {
    .login-wrapper {
        height: auto !important;
    }

    div.content-wrapper {
        margin-top: 4rem;
    }
}

@media (max-width: 992px) {
    div.login-container {
        width: 95% !important;
        max-width: 31rem !important;
    }
}

@media (max-width: 768px) {
    div.login-container {
        width: 100% !important;
        margin-top: 5.3125rem !important;
    }
}

@media (max-width: 576px) {
    div.login-container {
        padding: 0.625rem 0.625rem 0.625rem 0.9rem !important;
        margin: 0 0 0 0.025rem !important
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
        min-width: 23rem;
    }
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }

    .topnav {
        padding: 1rem 2rem 0 0 !important;
    }

    .mobile-only.show {
        display: block;
        margin-top: 1rem;
        width: 100%;
        text-align: center;
        padding: 0.5rem;
    }
}
