.login-container {
    height: 100vh;
    width: 100vw !important;
    margin: 0 !important;
    max-width: 100vw !important;
}
.container {
    margin: 0 !important;
    padding: 0 !important;
}
.form-control {
    padding: 0.5rem;
}
.btn-primary {
    background-color: #004998 !important;
    margin-bottom: 1.5rem;
}
.login-image-div {
    width: 100%;
    height: 20vh;
}
.login-image {
    width: max-content;
    height: inherit;
}
.login-text {
    font-weight: 500;
}
.login-form,
.pass-reset-form,
.pass-reset-confirmation {
    width: 100%;
    max-width: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (hover: none) and (pointer: coarse) {
    .login-form,
    .pass-reset-form,
    .pass-reset-confirmation {
        max-width: 100% !important;
    }
}
.forgot-password {
    color: black;
}
.forgot-password:hover {
    cursor: pointer;
    color: rgb(53, 53, 53);
}
a {
    font-weight: 700;
}
.row {
    --bs-gutter-x: 0 !important;
    --ns-gutter-y: 0 !important;
}
.image-div {
    background-position: center bottom;
    background-repeat: no-repeat;
    border-radius: 3rem 0 0 3rem;
}
.pass-reset-container {
    height: 100vh;
    width: 100vw !important;
    margin: 0 !important;
    max-width: 100vw !important;
}
.pass-reset-text {
    font-weight: 600;
}
.go-back-link {
    width: 100%;
    text-align: center;
}
body {
    font-family: 'CreatoDisplay', Courier, monospace;
}

nav,
.lpx-sidebar-container,
.lpx-mobile-navbar-container,
.lpx-topbar-container {
    display: none !important;
}
.lpx-content-container {
    margin-left: 0 !important;
    padding: 0 !important;
}
.lpx-content {
    padding: 0 !important;
}
