.longo-section-title,
.longo-signin-link,
.longo-title {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.longo-account-container {
    font-family: var(--font-text);
    max-width: 100%;
    margin: 0 auto;
    background-color: var(--longos-light-tan);
    position: relative;
}

.longo-title {
    color: #2a2a2a;
    font-size: 2.6rem;
    font-family: var(--font-text);
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 20px;
}

.longo-has-account,
.longo-intro {
    color: #2a2a2a;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 22px;
    font-family: var(--font-text);
}

.longo-intro {
    margin-bottom: 15px;
}

.longo-has-account {
    margin-bottom: 30px;
}

.longo-signin-link {
    color: #d5181a;
    font-size: 1.4rem;
    font-family: var(--font-text);
    font-weight: 700;
    text-decoration: none;
}

.longo-signin-link:hover,
.longo-terms-note a,
.longo-terms-note a:hover,
.privacy-link,
.terms-link {
    text-decoration: underline;
}

.longo-signin-link:hover {
    color: #d5181a;
}

.longo-divider {
    border: 0;
    height: 1px;
    background-color: #2a2a2a;
    margin: 30px 0;
}

.password-requirements-note {
    color: #666;
    font-size: 1.4rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.form-check-label,
.longo-section-title {
    color: #2a2a2a;
    font-family: var(--font-text);
}

.longo-section-title {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 17px;
    margin: 30px 0 15px;
}

.form-check-label {
    font-size: 1.6rem;
    line-height: 22px !important;
    padding-top: 2px;
}

.longo-terms-note {
    margin: 15px 0;
    color: #666;
    font-size: 1.6rem;
    line-height: 1.4;
}

.longo-terms-note a {
    font-size: 1.6rem;
}

.longo-terms-note a:hover {
    color: #666;
}

.rewards-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.rewards-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #333;
}

.rewards-description,
.rewards-instruction {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #333;
}

.email-opt-in,
.rewards-options {
    margin-bottom: 2rem;
}

.checkbox-option,
.radio-option {
    display: block;
    margin-bottom: 1rem;
    cursor: pointer;
}

.checkbox-option input[type=checkbox],
.radio-option input[type=radio] {
    margin-right: 10px;
}

.list-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.captcha-text,
.terms-text {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.create-account-btn {
    background-color: #eee;
    border: none;
    padding: 12px 24px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    margin-bottom: 1.5rem;
    transition: background-color .3s;
}

.create-account-btn:hover {
    background-color: #ddd;
}

.sign-up-type-picture {
    position: absolute;
    right: -100px;
    bottom: 0;
    object-fit: contain;
    height: 188px;
    z-index: -1;
}

/* Removed display:none so images show on mobile as background watermark */

@media (max-width: 767px) {
    .longo-rewards-content {
        flex-direction: column;
    }
    .longo-rewards-image {
        padding-left: 0;
        margin-top: 20px;
        justify-content: center;
    }
    .apple-img,
    .modal-apple-top {
        display: none;
    }
    .longo-section-title {
        margin-block: 40px;
    }
    .sub-section-content {
        width: 95%;
    }
    .sign-up-type-picture-first {
        right: -55px;
        top: 1rem !important;
        object-fit: contain;
        height: 109px;
    }
    .sign-up-type-picture-second {
        right: -5%;
        top: -8%;
        object-fit: contain;
        margin-top: 4rem;
        height: 100px;
    }
}

@media (min-width: 767px) {
    .longo-section-title {
        margin-block: 40px;
    }
    .apple-img {
        width: 110px;
        right: -67px;
        top: -20px;
        object-fit: contain;
    }
    .modal-apple-top {
        position: absolute;
        top: 120px;
        right: 0;
        width: 152px;
        height: 151px;
        z-index: 1;
    }
    .sign-up-type-picture-first {
        right: -55px;
        top: 1rem !important;
        object-fit: contain;
        height: 109px;
    }
    .sign-up-type-picture-second {
        right: -5%;
        top: -8%;
        object-fit: contain;
        margin-top: 4rem;
        height: 100px;
    }
}

@media (min-width: 1024px) {
    .apple-img {
        width: 172px;
        right: -60px;
    }
    .modal-apple-top {
        position: absolute;
        top: 120px;
        right: 0;
        width: 172px;
        height: 172px;
        z-index: 1;
    }
    .sign-up-type-picture-first {
        display: block;
        right: -50px;
        top: 1rem !important;
        object-fit: contain;
        height: 240px;
    }
    .sign-up-type-picture-second {
        display: block;
        right: -5%;
        top: -8%;
        object-fit: contain;
        margin-top: 4rem;
        height: 253px;
    }
    .size-form-register {
        padding-right: 250px;
    }
}