body.auth-shell {
    --auth-accent: #1a468f;
    --auth-accent-strong: #12366f;
    --auth-accent-soft: #eaf2ff;
    --auth-border: #d8e2f0;
    --auth-muted: #607089;
    --auth-surface: #ffffff;
    --auth-text: #17243a;
    background-color: #77a2d2;
    background-image: url("../Login-Integrin-WEB1.png");
    background-position: center;
    background-size: cover;
    color: var(--auth-text);
    display: block;
    font-family: "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-x: hidden;
    position: relative;
}

.auth-shell *,
.auth-shell *::before,
.auth-shell *::after {
    box-sizing: border-box;
}

.auth-shell__backdrop {
    background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(26, 70, 143, .04));
    inset: 0;
    pointer-events: none;
    position: fixed;
}

.auth-shell__page {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    z-index: 1;
}

.auth-shell .shell-skip-link {
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    color: var(--auth-accent-strong);
    font-weight: 700;
    left: 16px;
    padding: 10px 16px;
    position: fixed;
    top: 0;
    transform: translateY(-120%);
    transition: transform .18s ease;
    z-index: 10000;
}

.auth-shell .shell-skip-link:focus {
    outline: 3px solid #9cc6ff;
    outline-offset: 2px;
    transform: translateY(0);
}

.auth-shell .auth-shell__content {
    display: block;
    min-height: 0 !important;
    padding: 0 !important;
}

.auth-shell .auth-shell__content-wrapper {
    align-items: center;
    background: transparent !important;
    display: flex;
    justify-content: center;
    margin-left: 0 !important;
    min-height: 0 !important;
    padding: 0;
}

.auth-shell__main {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 64px);
    min-height: calc(100dvh - 64px);
    padding: 40px 24px 28px;
    width: 100%;
}

.auth-shell .login-card-shell {
    align-content: initial;
    display: block;
    flex: none;
    justify-content: initial;
    max-width: 400px;
    width: 100%;
}

.auth-shell .login-form {
    backdrop-filter: blur(8px);
    background: rgba(241, 247, 255, .7);
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(25, 62, 112, .2);
    max-width: none;
    min-height: 0;
    min-width: 0;
    padding: 34px 36px 30px;
    width: 100%;
}

.auth-shell .login-form > .row {
    margin-left: 0;
    margin-right: 0;
}

.auth-shell .login-form > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.auth-shell .login-product-logo {
    height: auto;
    margin-bottom: 22px;
    max-width: 210px;
    width: min(58vw, 210px);
}

.auth-shell .login-form h1 {
    color: var(--auth-text);
    font-size: clamp(1.75rem, 4vw, 2.1rem);
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0;
}

.auth-shell .login-subtitle {
    color: var(--auth-muted);
    display: block;
    font-size: .98rem;
    margin: 7px 0 25px;
}

.auth-shell .login-form > .row > .login-field-block {
    display: block;
    margin-bottom: 15px !important;
}

.auth-shell .login-form label.control-label {
    color: #253650;
    display: block;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 7px;
    text-align: left;
}

.auth-shell .login-form .input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0 !important;
    position: relative;
    width: 100%;
}

.auth-shell .login-form .login-field {
    border-radius: 11px;
    transition: box-shadow .18s ease;
}

.auth-shell .login-form .input-group-text {
    align-items: center;
    background: var(--auth-accent-soft);
    border: 1px solid var(--auth-border);
    border-radius: 11px 0 0 11px;
    color: var(--auth-accent);
    display: inline-flex;
    flex: 0 0 46px;
    justify-content: center;
    min-height: 48px;
    padding: 0;
}

.auth-shell .login-form .form-control {
    background: #ffffff;
    border: 1px solid var(--auth-border);
    border-left: 0;
    border-radius: 0 11px 11px 0;
    box-shadow: none;
    color: var(--auth-text);
    font-size: 1rem;
    min-height: 48px;
    padding: 10px 13px;
}

.auth-shell .login-form .form-control::placeholder {
    color: #8996aa;
}

.auth-shell .login-form .form-control:-webkit-autofill,
.auth-shell .login-form .form-control:-webkit-autofill:hover,
.auth-shell .login-form .form-control:-webkit-autofill:focus,
.auth-shell .login-form .form-control:autofill {
    background: #ffffff !important;
    box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: var(--auth-text) !important;
    caret-color: var(--auth-text);
    color: var(--auth-text) !important;
}

.auth-shell .login-form #Psw {
    border-radius: 0;
}

.auth-shell .login-form .btn-outline-secondary {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--auth-border);
    border-left: 0;
    border-radius: 0 11px 11px 0;
    color: var(--auth-accent);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 46px;
    justify-content: center;
    min-height: 48px;
    padding: 0;
}

.auth-shell .login-form .btn-outline-secondary:hover {
    background: var(--auth-accent-soft);
    color: var(--auth-accent-strong);
}

.auth-shell .login-form .input-group:focus-within .input-group-text,
.auth-shell .login-form .input-group:focus-within .form-control,
.auth-shell .login-form .input-group:focus-within .btn-outline-secondary {
    border-color: #3d78cc;
}

.auth-shell .login-form .login-field:focus-within {
    box-shadow: 0 0 0 2px #3d78cc;
}

.auth-shell .login-form .login-field .form-control:focus {
    box-shadow: none;
    outline: none;
}

.auth-shell .login-form .btn-outline-secondary:focus-visible,
.auth-shell .login-form .form-check-input:focus-visible,
.auth-shell .login-form #submitButton:focus-visible,
.auth-shell__footer a:focus-visible {
    outline: 3px solid #3976ca;
    outline-offset: 2px;
}

.auth-shell .login-form .form-check {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-top: 3px;
    min-height: 30px;
    padding-left: 0;
}

.auth-shell .login-form .form-check-label {
    align-items: center;
    color: #42536b;
    cursor: pointer;
    display: inline-flex;
    font-size: .92rem;
    gap: 9px;
}

.auth-shell .login-form .form-check-input {
    accent-color: var(--auth-accent);
    float: none;
    height: 17px;
    margin: 0;
    position: static;
    width: 17px;
}

.auth-shell .login-submit-row {
    margin-top: 15px !important;
}

.auth-shell .login-form #submitButton {
    align-items: center;
    background: var(--auth-accent);
    border: 1px solid var(--auth-accent);
    border-radius: 11px;
    box-shadow: 0 8px 18px rgba(26, 70, 143, .24);
    color: #ffffff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    width: 100%;
}

.auth-shell .login-form #submitButton:not(:disabled):hover {
    background: var(--auth-accent-strong);
    border-color: var(--auth-accent-strong);
    box-shadow: 0 10px 22px rgba(18, 54, 111, .28);
    transform: translateY(-1px);
}

.auth-shell .login-form #submitButton:disabled {
    background: #b4c1d2;
    border-color: #b4c1d2;
    box-shadow: none;
    color: #ffffff;
    cursor: not-allowed;
    opacity: 1;
}

.auth-shell .login-form .alert,
.auth-shell .login-form .validation-summary-errors {
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: .9rem;
    margin-bottom: 18px;
    padding: 11px 13px;
    text-align: center;
}

.auth-shell .login-form .validation-summary-errors ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
    text-align: center;
}

.auth-shell .login-form .validation-summary-errors li {
    margin: 0;
}

.auth-shell .login-form .alert-success {
    background: #e8f7ee;
    border-color: #b9e3c9;
    color: #17633a;
}

.auth-shell .login-form .alert-danger,
.auth-shell .login-form .validation-summary-errors {
    background: #fff0f1;
    border-color: #f3c2c7;
    color: #8d2530;
}

.auth-shell .login-form .validation-summary-valid {
    display: none;
}

.auth-shell .login-help {
    align-items: center;
    backdrop-filter: blur(7px);
    background: rgba(239, 246, 255, .66);
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 999px;
    color: var(--auth-accent-strong);
    display: flex;
    margin: 18px auto 0;
    max-width: 400px;
    padding: 9px 15px;
    width: 100%;
}

.auth-shell .login-help .col-md-12 {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    position: relative;
}

.auth-shell .login-help i,
.auth-shell .login-help p {
    color: inherit;
}

.auth-shell .login-help p {
    display: block;
    font-size: .84rem;
    margin: 0;
    padding: 0 24px;
    text-align: center;
    width: 100%;
}

.auth-shell .login-help i {
    left: 0;
    position: absolute;
}

.auth-shell .auth-partner-logo {
    bottom: 82px;
    margin: 0;
    position: fixed;
    right: 26px;
    z-index: 2;
}

.auth-shell .auth-partner-logo img {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    width: 165px;
}

.auth-shell .auth-shell__footer {
    align-items: center;
    background: rgba(238, 246, 255, .74);
    border-top: 1px solid rgba(255, 255, 255, .5);
    color: #17243a;
    display: flex;
    font-size: .78rem;
    gap: 18px;
    justify-content: space-between;
    margin: 0 !important;
    max-height: none;
    min-height: 58px;
    padding: 12px 24px;
    width: 100%;
}

.auth-shell__copyright {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.auth-shell .auth-shell__footer a {
    color: var(--auth-accent-strong);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(18, 54, 111, .42);
    text-underline-offset: 2px;
}

.auth-shell .auth-shell__version {
    color: #17243a;
    float: none;
    flex: 0 0 auto;
    margin: 0;
}

.auth-shell .auth-shell__version span {
    color: #50647e;
    margin-right: 4px;
}

.auth-shell .texto-pequeno {
    display: none;
}

@media (max-width: 720px) {
    .auth-shell__main {
        justify-content: flex-start;
        min-height: 0;
        padding: 24px 16px;
    }

    .auth-shell .login-form {
        border-radius: 17px;
        padding: 27px 22px 24px;
    }

    .auth-shell .login-product-logo {
        margin-bottom: 17px;
        max-width: 175px;
    }

    .auth-shell .login-help {
        border-radius: 14px;
        padding: 10px 12px;
    }

    .auth-shell .auth-partner-logo {
        display: none;
    }

    .auth-shell .auth-shell__footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding: 12px 16px;
    }

    .auth-shell .texto-grande {
        display: none;
    }

    .auth-shell .texto-pequeno {
        display: inline;
    }
}

@media (max-width: 380px) {
    .auth-shell__main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .auth-shell .login-form {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .auth-shell *,
    .auth-shell *::before,
    .auth-shell *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
