.w-65 {
    width: 65% !important;
}

.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}

.w-35 {
    width: 35% !important;
}

.w-30 {
    width: 30% !important;
}

.vh-100 {
    height: 100vh !important;
}

.welcome-split .w-60,
.welcome-split .w-40 {
    padding: 2rem;
}

.welcome-form {
    z-index: 1;
}

.welcome-pane {
    backdrop-filter: blur(5px);
}

.device-hero {
    width: 100%;
    max-width: 960px;
    padding: 2rem;
}

.device-hero__tablet {
    width: 100%;
    height: auto;
    display: block;
}

.device-hero__mobile {
    position: absolute;
    bottom: 12%;
    right: 10%;
    width: 22%;
    max-width: 120px;
    height: auto;
    border-radius: 18px;
}

.welcome-form {
    /* background: linear-gradient(270deg, #001a2be8 86%, transparent 86%); */
    background: #001a2be8;
    /*  background: linear-gradient(270deg, #4b7b9be8 86%, transparent 86%); */
    /*     background: linear-gradient(270deg, #5c7eb7e8 86%, transparent 86%); */
}

#movil_welcome {
    display: none !important;
}

#movil_welcome .card {
    background-color: #001a2bed;
    backdrop-filter: blur(1px);
}

@media (max-width: 1025px) {
    .w-50-lg {
        width: 50% !important;
    }
}

@media (max-width: 991.98px) {
    .welcome-split {
        min-height: auto;
    }

    #movil_welcome {
        display: block !important;
    }

    .welcome-split .w-60,
    .welcome-split .w-40 {
        width: 100% !important;
        padding: 1.5rem 1rem;
    }

    /* .welcome-pane {
        height: 50vh;
    }

    .welcome-form {
        height: 50vh;
    } */

    .device-hero {
        max-width: 600px !important;
    }


    .device-hero__mobile {
        bottom: 15%;
        right: 15%;
        width: 28%;
        max-width: 140px;
    }

    /* .c-sup{
        display: none;
    } */
}

@media (max-width: 575.98px) {
    .device-hero {
        padding: 0.5rem;
        max-width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* .device-hero__tablet {
        display: none;
    }

    .device-hero__mobile {
        display: none;
    } */

    .welcome-pane {
        display: none !important;
    }



    .welcome-images {
        height: 35vh;
    }

    .welcome-form {
        height: 65vh;
        background: linear-gradient(90deg, #00000000, lightblue);
    }

    .device-hero {
        max-width: 100%;
    }
}