.rentila-intro {
    background: linear-gradient(115deg, #fff 56%, #f3f9ed 100%);
}

.rentila-login-card {
    position: relative;
    overflow: hidden;
    padding: 38px;
    background: linear-gradient(145deg, #fff, #f3f9ed);
    border-color: rgba(101, 163, 43, .34);
    box-shadow: 0 16px 36px rgba(55, 101, 24, .09);
}

.rentila-login-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #68a62d 0 72%, #f58a24 72%);
}

.rentila-wordmark {
    display: block;
    width: min(220px, 78%);
    height: auto;
    margin: 2px 0 28px;
}

.rentila-login-card .button {
    display: inline-flex;
}

.rentila-feature {
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(6, 42, 89, .045);
}

.rentila-feature::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #68a62d, #f58a24);
}

.rentila-feature .page-feature-mark {
    color: #5d9828;
    background: #f5faef;
    border-color: #b9d69e;
}

.rentila-request-illustration {
    display: block;
    width: 154px;
    height: auto;
    margin: 30px 0 0;
}

@media (max-width: 900px) {
    .rentila-request-illustration {
        width: 132px;
    }
}

@media (max-width: 640px) {
    .rentila-login-card {
        padding: 30px 24px;
    }

    .rentila-wordmark {
        width: 190px;
    }

    .rentila-request-illustration {
        width: 112px;
        margin-top: 22px;
    }
}
