body {
    background-color: #10563F !important;
}

.fix-wrapper {
    padding: 0 !important;
    align-items: end !important;
    justify-content: end;
}

.auth-container {
    position: relative;
    width: 94%;
    height: 100vh;
    overflow: hidden;
}

.auth-container::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20%;
    transform: translateY(-50%);
    width: 100%;
    height: 385px;
    background: url('/images/jdr/legado.svg') no-repeat center;
    background-size: auto 80%;
    pointer-events: none;
    z-index: 0;
}

.auth-container > * {
    position: relative;
    z-index: 1;
}

.plant-left,
.plant-right {
    position: absolute;
    bottom: 0;
    height: 80%;
    width: auto;
    pointer-events: none;
    z-index: 0;
}

.plant-left {
    right: 39.5%;
}

.plant-right {
    right: 3%;
    bottom: -24%;
}

.h-90 {
    height: 90% !important;
}

.card.custom-card {
    border-radius: 40px 40px 0 0 !important;
    max-width: 600px;
    background-color: #F3F2ED !important;
    padding: 6em 8em;
}

.card-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5em;
}

@media (max-width: 750px) {
    .auth-container::after {
        display: none;
    }

    .auth-container {
        width: 80%;
    }

    .fix-wrapper {
        justify-content: center;
    }

    .plant-left,
    .plant-right {
        display: none;
    }

    .card.custom-card {
        padding: 2em;
    }

    .card-image img {
        width: 100%;
    }
}