:root {
    --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #302f25 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
a {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #224abe;
    text-decoration: underline;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button {
    text-transform: none;
}
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
.h4,
h1 {
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}
h1 {
    font-size: 2.5rem;
}
.h4 {
    font-size: 1.5rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small {
    font-size: 80%;
    font-weight: 400;
}
.container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.col-lg,
.col-lg-7,
.col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
@media (min-width: 576px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #858796;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #858796;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #858796;
    opacity: 1;
}
.form-control:disabled {
    background-color: #eaecf4;
    opacity: 1;
}
.form-group {
    margin-bottom: 1rem;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #858796;
}
.form-check-label {
    margin-bottom: 0;
}
.custom-control-input.is-valid:focus:not(:checked)
    ~ .custom-control-label::before,
.was-validated
    .custom-control-input:valid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #1cc88a;
}
.form-control.is-invalid {
    border-color: #e74a3b;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74a3b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e74a3b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus {
    border-color: #e74a3b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label::before,
.was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #e74a3b;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.35rem;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

/* Modern login page */
.auth-login-page {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 3.5rem 0;
    background: radial-gradient(circle at 20% 20%, rgba(251, 191, 36, 0.18), transparent 38%),
        radial-gradient(circle at 80% 10%, rgba(0, 90, 60, 0.28), transparent 42%),
        linear-gradient(135deg, #0b1f1a 0%, #10352b 50%, #0f2f28 100%);
    overflow: hidden;
}

.auth-login-glow {
    position: absolute;
    width: 18rem;
    height: 18rem;
    border-radius: 999px;
    filter: blur(8px);
    pointer-events: none;
}

.auth-login-glow-left {
    top: -3rem;
    left: -3rem;
    background: rgba(251, 191, 36, 0.25);
}

.auth-login-glow-right {
    right: -4rem;
    bottom: -4rem;
    background: rgba(16, 185, 129, 0.2);
}

.login-shell {
    position: relative;
    z-index: 2;
    border-radius: 1.25rem;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.06fr 0.94fr;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2rem 3rem rgba(4, 23, 19, 0.35);
}

.login-brand-panel {
    padding: 2.75rem 2.5rem;
    background: linear-gradient(160deg, #0f5f48 0%, #064e3b 65%, #084838 100%);
    color: #ecfdf5;
}

.login-brand-link {
    display: inline-block;
    margin-bottom: 1.15rem;
}

.login-brand-logo {
    width: clamp(12rem, 22vw, 17rem);
    filter: brightness(0) invert(1) sepia(1) saturate(650%) hue-rotate(3deg) brightness(1.02);
}

.login-brand-kicker {
    color: #fde68a;
    font-size: 0.78rem;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
    font-weight: 700;
}

.login-brand-panel h1 {
    font-size: clamp(1.55rem, 2.6vw, 2.15rem);
    line-height: 1.25;
    margin-bottom: 1rem;
    color: #f8fafc;
}

.login-brand-copy {
    color: rgba(236, 253, 245, 0.9);
    margin-bottom: 1.5rem;
    font-size: 0.99rem;
}

.login-benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.login-benefits li {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    font-size: 0.95rem;
    color: #d1fae5;
}

.login-benefits i {
    color: #facc15;
}

.login-form-panel {
    padding: 2.75rem 2.4rem;
    background: #ffffff;
}

.login-form-head h2 {
    color: #0f172a;
    margin-bottom: 0.35rem;
    font-weight: 700;
}

.login-form-head p {
    color: #64748b;
    margin-bottom: 1.4rem;
}

.login-form .form-group {
    margin-bottom: 1rem;
}

.login-form label {
    color: #334155;
    font-size: 0.88rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.login-form .form-control {
    height: 3rem;
    border-radius: 0.8rem;
    border: 1px solid #cbd5e1;
    padding: 0.75rem 0.9rem;
    color: #0f172a;
}

.login-form .form-control:focus {
    border-color: #10b981;
    box-shadow: 0 0 0 0.25rem rgba(16, 185, 129, 0.16);
}

.password-wrap {
    position: relative;
}

.password-wrap .form-control {
    padding-right: 2.8rem;
}

.password-toggle {
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #64748b;
    line-height: 1;
    padding: 0.2rem;
}

.password-toggle:hover {
    color: #0f5f48;
}

.login-submit-btn {
    margin-top: 0.25rem;
    border-radius: 0.9rem;
    border: 1px solid #065f46;
    background: linear-gradient(135deg, #065f46 0%, #047857 100%);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding: 0.85rem 1rem;
}

.login-submit-btn:hover {
    color: #064e3b;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-color: #f59e0b;
}

.login-form-footer {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.login-form-footer a {
    color: #0f766e;
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none;
}

.login-form-footer a:hover {
    color: #065f46;
    text-decoration: underline;
}

/* ===== Register page overrides ===== */
.register-shell {
    grid-template-columns: 0.82fr 1.18fr;
}

.register-form-panel {
    overflow-y: auto;
    max-height: 100vh;
}

.register-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.register-gender-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.register-gender-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: 600;
    color: #334155;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.register-gender-option input[type="radio"] {
    accent-color: #065f46;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.register-gender-option span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.register-gender-option span i {
    color: #10b981;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .login-shell {
        grid-template-columns: 1fr;
    }

    .register-shell {
        grid-template-columns: 1fr;
    }

    .login-brand-panel,
    .login-form-panel {
        padding: 2rem 1.3rem;
    }

    .login-form-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .register-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .register-form-panel {
        max-height: none;
    }
}
.btn:hover {
    color: #858796;
    text-decoration: none;
}
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.btn:disabled {
    opacity: 0.65;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2653d4;
    border-color: #244ec9;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6b6d7d;
    border-color: #656776;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #169b6b;
    border-color: #149063;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}
.btn-info:hover {
    color: #fff;
    background-color: #2c9faf;
    border-color: #2a96a5;
}
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}
.btn-info:disabled {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2a96a5;
    border-color: #278c9b;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #f4b30d;
    border-color: #e9aa0b;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #d52a1a;
    border-color: #ca2819;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #3a3b45;
    background-color: #d4daed;
    border-color: #cbd3e9;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #42444e;
    border-color: #3d3e47;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #858796;
    border-color: #858796;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #3a3b45;
    background-color: #f8f9fc;
    border-color: #f8f9fc;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #5a5c69;
    border-color: #5a5c69;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}
.btn-block {
    display: block;
    width: 100%;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #bac8f3;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e5ebfa;
    border-color: #e5ebfa;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
.border-0 {
    border: 0 !important;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
}
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
}
.my-5 {
    margin-bottom: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
}
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
}
.text-center {
    text-align: center !important;
}
.text-danger {
    color: #e74a3b !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
}
html {
    position: relative;
    min-height: 100%;
}
body {
    height: 100%;
}
a:focus {
    outline: 0;
}
.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.o-hidden {
    overflow: hidden !important;
}
.text-gray-900 {
    color: #3a3b45 !important;
}
.btn-google:not(:disabled):not(.disabled).active,
.btn-google:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #d62516;
    border-color: #dfdfdf;
}
.btn-google:not(:disabled):not(.disabled).active:focus,
.btn-google:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2d4373;
    border-color: #dfdfdf;
}
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.btn-facebook:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* Final login overrides for responsive/mobile behavior */
.auth-login-page .login-submit-btn,
.auth-login-page .login-submit-btn:hover,
.auth-login-page .login-submit-btn:focus {
    color: #ffffff !important;
}

.auth-login-page .login-submit-btn:hover {
    color: #064e3b !important;
}

@media (max-width: 767px) {
    .auth-login-page {
        padding: 1rem 0;
    }

    .auth-login-glow {
        display: none;
    }

    .login-shell {
        border-radius: 0.95rem;
        box-shadow: 0 1.25rem 2.25rem rgba(3, 18, 14, 0.32);
    }

    .login-brand-panel {
        padding: 1.35rem 1rem;
    }

    .login-brand-panel h1 {
        font-size: 1.35rem;
    }

    .login-brand-copy,
    .login-benefits li {
        font-size: 0.9rem;
    }

    .login-form-panel {
        padding: 1.35rem 1rem;
    }

    .login-form .form-control {
        height: 2.85rem;
    }

    .login-form-footer {
        margin-top: 0.8rem;
        gap: 0.45rem;
    }

    .login-form-footer a {
        font-size: 0.82rem;
    }
}
