*,
*::before,
*::after {
    box-sizing: border-box;
}

.Admin {
    margin: 0;
    font-family: 'Roboto', sans-serif;

    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
}

.puxContainer {
    max-width: 112.75rem;
}

.puxContainer,
.pux-container,
.wideContainer,
.smallContainer,
.smallerContainer {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto
}

.puxContainer:after,
.pux-container:after,
.wideContainer:after,
.smallContainer:after,
.smallerContainer:after {
    display: block;
    clear: both;
    content: ""
}

@media(min-width: 48rem) {

    .puxContainer,
    .pux-container,
    .wideContainer,
    .smallContainer,
    .smallerContainer {
        padding-right: clamp(2rem, 3.9911308204vw, 4.5rem);
        padding-left: clamp(2rem, 3.9911308204vw, 4.5rem)
    }
}

header {
    width: 100%;
    background: var(--color-neutral-0)
}

header .header {
    display: flex;
    align-items: center;
    height: 6.25rem
}

    header .header .header-logo {
        height: 56px;

        @media (min-width: 62rem) {
            height: 64px;
        }
    }

    header .header .header-logo img {
        height: 100%;
        width: 100%
    }



    footer {
        width: 100%;
    }

    .footer {
        background: #3b3b3b;
        color: white;
        padding: clamp(3rem, 4.9667405765vw, 5.6rem) 0;
    }

        .footer h4 {
            color: white;
            margin: 0 0 clamp(1rem, 1.3303769401vw, 1.5rem) 0;
            font-size: 1.125rem;
            line-height: 150%
        }

        .footer .footer-row {
            position: relative;
            display: grid;
            grid-gap: 3rem;
            grid-template-columns: 1fr
        }

    @media(min-width: 20rem)and (max-width: 35.875rem) {
        .footer .footer-row {
            padding-top: 4rem
        }
    }

    @media(min-width: 75rem) {
        .footer .footer-row {
            grid-template-columns: auto 1.2fr
        }
    }

    @media(min-width: 20rem)and (max-width: 35.875rem) {
        .footer .footer-item {
            text-align: center
        }
    }

    .footer .footer-item:has(.footer-item-col) {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: clamp(1rem, 1.3303769401vw, 1.5rem)
    }

    @media(min-width: 35.9375rem) {
        .footer .footer-item:has(.footer-item-col) {
            grid-template-columns: 1fr 1fr;
            padding-right: 4rem
        }
    }

    @media(min-width: 75rem) {
        .footer .footer-item:has(.footer-item-col) {
            grid-template-columns: clamp(15rem, 18.1263858093vw, 20.4375rem) clamp(15rem, 18.1263858093vw, 20.4375rem);
            padding-right: 0
        }
    }

    .footer .footer-item:has(.footer-item-col) h4 {
        margin: 0
    }

    @media(min-width: 35.9375rem) {
        .footer .footer-item:has(.footer-item-col) h4 {
            grid-area: span 1/span 2
        }
    }

    .footer .footer-item.footer-item--logo {
        width: 100%;
        max-width: 45.5625rem
    }

    @media(min-width: 75rem) {
        .footer .footer-item.footer-item--logo {
            margin-left: auto;
            padding-right: 4rem
        }
    }

    .footer .footer-item.footer-item--logo .footer-item--logo-wrapper {
        display: grid;
        justify-items: center;
        grid-gap: clamp(2rem, 2.7716186253vw, 3.125rem);
        width: 100%;
        max-width: 28rem;
        font-size: .875rem;
        line-height: 150%
    }

    @media(min-width: 35.9375rem) {
        .footer .footer-item.footer-item--logo .footer-item--logo-wrapper {
            grid-template-columns: 5rem 1fr;
            justify-items: unset
        }
    }

    .footer .footer-item.footer-item--logo .footer-item--logo-wrapper .footer-logo {
        width: 5rem
    }

    .footer .footer-item.footer-item--logo .footer-item--logo-wrapper .footer-item-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .footer .footer-item.footer-item--logo .footer-item--logo-wrapper .footer-item-content-link {
        padding-top: .2rem
    }

    @media(min-width: 35.9375rem) {
        .footer .footer-item.footer-item--logo .footer-item--logo-wrapper .footer-item-content-link {
            text-align: right
        }
    }

    .footer ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .footer ul li::before {
            content: none
        }

        .footer ul li + li {
            margin-top: clamp(1rem, 1.3303769401vw, 1.5rem)
        }

    .footer a {
        color: white;
        text-decoration: underline;
        font-size: .875rem;
        line-height: 150%
    }

        .footer a:focus,
        .footer a:hover {
            color: white;
            text-decoration: none
        }

    .copyright {
        margin-top: clamp(2rem, 3.1042128603vw, 3.5rem);
        padding: clamp(1rem, 1.3303769401vw, 1.5rem) 0 0 0;
        color: white;
        border-top: 1px solid white;
    }

    @media(min-width: 20rem)and (max-width: 35.875rem) {
        .copyright .copyright-item {
            text-align: center;
            justify-content: center
        }
    }

    .copyright .copyright-item + .copyright-item {
        padding-top: .2rem
    }

    .copyright a {
        color: white;
        text-decoration: none
    }

        .copyright a:focus,
        .copyright a:hover {
            color: white;
            text-decoration: underline
        }


    main {
        margin: 7.5rem auto 12.5rem;
        width: 40rem;
    }


    button {
        display: inline-flex;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
        border: 0;
        background-color: rgba(0, 0, 0, 0);
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        appearance: none;
        border-radius: 0.5rem;
        transition: none;
        font-size: 1.25rem;
        line-height: 1.875rem;
        letter-spacing: .015625rem;
        font-weight: 700;
        gap: 1.25rem;
        padding: 0 1.5rem;
        height: calc(3.5rem - 0.0625rem * 2);
        color: white;
        background-color: rgb(35, 98, 162);
    }

        button:hover,
        button:focus {
            background-color: rgb(29, 60, 93);
        }

        button.btn-secondary {
            background-color: rgb(238, 238, 238);
            color: rgb(51, 51, 51);
            font-size: 1.75rem;
            padding: 0 0.5rem;
        }

    .input-group {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
    }

    .form-control {
        position: relative;
        display: flex;
        width: 100%;
        flex: 1 1 auto;
        align-items: center;
        border-radius: 0.5rem;
        background-color: white;
        border: 0.0625rem solid rgb(79, 79, 79);
        font-size: 1.25rem;
        line-height: 1.875rem;
        letter-spacing: .015625rem;
        font-weight: 400;
        min-height: 3.5rem;
        padding: 0.8125rem 1.25rem;
    }

        .form-control:focus {
            outline: 0.125rem solid rgb(0, 123, 255);
            outline-offset: 0.125rem;
        }

    .text-danger.field-validation-error {
        display: block;
        color: red !important;
        margin-top: 0.5rem !important;
    }

    .form-label {
        display: block;
        margin-bottom: 0.5rem !important;
    }

    .form-check {
        display: flex;
        align-items: center;

        input {
            min-height: 2.5rem;
            width: 2.5rem;
            accent-color: rgb(35, 98, 162);
        }

        label {
            margin-left: 0.5rem;
        }
    }

    .mb-3 {
        margin-bottom: 1.5rem !important;
    }

    .mb-5 {
        margin-bottom: 3rem !important;
    }

    .mt-5 {
        margin-top: 3rem !important;
    }

    .d-none {
        display: none !important;
    }

    .login-buttons {
        form {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            margin-top: 3rem;
        }
    }