body {
    overflow: hidden;
}

html {
    background-color: white;
}

p {
    margin: 0;
}

.bg-pic {
    position: fixed;
    width: 100%;
    height: 100%;
    isolation: isolate;
}

.wrapLogin {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    max-height: 100%;
    width: 100%;
    justify-self: anchor-center;
    box-sizing: border-box;
    padding-bottom: var(--login-footer-space, 0px);
    --login-footer-gap: 16px;
    align-items: center;
}

@media (min-width: 2000px) {
    .wrapLogin {
        max-width: 1920px;
    }
}

.camposWrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.inputWrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
}

.inputWrapper i {
    width: 30px;
    display: flex;
    justify-content: center;
}

.showPass {
    cursor: pointer;
}

.customCampo {
    display: flex;
    align-items: center;
}

.customCampo input {
    font-size: 16px;
    margin-left: 5px;
    height: 60%;
    width: 100%;
    border: 0px;
    background: transparent;
}

.loginContainer {
    width: 90%;
    position: relative;
    padding: 5vh 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8%;
    max-height: 1350px;
}

.splideElem {
    min-height: 30%;
    max-height: 30%;
}

.customTrack {
    height: 100%;
}

.slideText {
    display: flex;
    height: 100%;
    font-size: 100%;
    line-height: normal;
}

.loginForm {
    box-shadow: 0 0 1.55rem rgba(0, 0, 0, 0.5);
    background-position: -10px 140%;
    background-size: 150%;
    width: min(33%, 500px);
    min-width: 500px;
    max-width: 18vw;
    border-radius: 14px;
    overflow: hidden;

    position: relative;
}

.developedBy {
    position: absolute;
    bottom: var(--login-footer-gap, 10px);
    width: 100%;
    padding: 0px 13%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
}

.developedBy * {
    font-weight: 300 !important;
}

.developedBy img {
    filter: saturate(0);
}

.developedByRight {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 17px;
}

.formUpper {
    padding: 5% 10%;
    min-height: 55%;
    border-top-left-radius: 2vh;
    border-top-right-radius: 2vh;
    z-index: 2;
    position: relative;
}

.formUpperBody {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px;
}

.looplogin {
    object-fit: cover;
    object-position: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translateZ(0);
    filter: contrast(1.2) brightness(0.6);
}

.noise {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: url("../../../assets/img/recursos/QuarterNoise2k.jpg");
    mix-blend-mode: color-dodge;
    filter: invert(1) blur(0.7px) opacity(0.25);
    will-change: opacity, transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    contain: paint;
}

.bg-gradient {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to bottom left, rgba(0, 153, 0, 0.219) 0%, rgba(0, 153, 0, 0) 45%, transparent 100%);
}

.loginShowcase {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 3.6vh;
    width: 100%;
    height: 100%;
}

.showcaseB {
    border-radius: 2vh;
    background-color: rgba(245, 245, 245, 0);
}

.showcaseB>.textoShowcase>p {
    text-shadow: 0px 0px 15px rgb(0, 89, 1);
    line-height: normal;
    color: white;
}

.showcaseB>.textoShowcase>p:not(:has(b)) {
    color: rgb(237, 237, 237);
    font-size: min(1.8vw, 45px);
}

.showcaseB>.textoShowcase>p>b {
    font-size: min(2.4vw, 55px);
}

.showcaseB>.textoShowcase {
    margin-bottom: 5vh;
}

.curtain {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 3;
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
    pointer-events: none;
}

.eviLogo {
    width: 15px;
    margin-bottom: 3px;
}

@keyframes fadeIn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 655px) {
    .developedBy {
        flex-direction: column;
        gap: 9px;
        bottom: 31px;
    }

    .eviLogo {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .loginContainer {
        min-width: 100%;
        padding: 5%;
        margin-left: 0;
    }

    .loginForm {
        min-width: 100%;
        min-height: 90vh;
    }

    .loginShowcase {
        display: none;
    }
}

@media (max-width: 1500px) {
    .loginContainer {
        width: 90%;
    }
}

@media (max-width: 444px) {
    .eviLogo {
        display: none;
    }
}

@media (min-width: 2000px) {
    .loginContainer {
        width: 95%;
    }
}

@media (min-width: 2400px) and (min-height: 1400px) {
    .loginContainer {
        transform: scale(1.12);
        transform-origin: center center;
    }
}

@media (min-width: 3200px) and (min-height: 1800px) {
    .loginContainer {
        transform: scale(1.28);
        transform-origin: center center;
    }
}

@media (min-width: 4000px) and (min-height: 2200px) {
    .loginContainer {
        transform: scale(1.45);
        transform-origin: center center;
    }
}

@media (min-width: 2500px) {
    .looplogin {
        /* object-position: 100% -6vw; */
    }
}

@media (max-width: 1300px) {
    .loginShowcase {
        display: none;
    }

    .loginContainer {
        justify-content: center;
    }
}

@media (max-height: 677px) {
    body {
        overflow: auto;
    }

    .wrapLogin {
        align-items: flex-start;
        height: auto;
        min-height: 100%;
        max-height: none;
    }

    .loginContainer {
        height: auto;
    }
}

@keyframes animaForm {
    0% {
        opacity: 0;
        transform: translateX(5vw);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes animaShowcase {
    0% {
        opacity: 0;
        transform: translateY(5vw);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.formLogin {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 1000px whitesmoke inset !important;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px rgb(250, 250, 250) inset !important;
}

.customFondo {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}