 /* Account Creation Form CSS */
.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;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.longo-intro {
    color: #2A2A2A;
    font-size: 1.6rem;
    font-family: var(--font-text);
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}

.longo-has-account {
    margin-bottom: 30px;
    color: #2A2A2A;
    font-size: 1.6rem;
    font-family: var(--font-text);
    font-weight: 400;
    line-height: 22px;
}

.longo-signin-link {
    color: #D5181A;
    font-size: 1.4rem;
    font-family: var(--font-text);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.longo-signin-link:hover {
    color: #D5181A;
    text-decoration: underline;
}

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

/*.custom-input-field {
    color: #757575;
    font-size: 1.6rem;
    font-family: var(--font-text);
    font-weight: 400;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px;
    background-color: white;
    margin-bottom: 15px;
}

.custom-input-field:focus {
    border-color: #D5181A;
    box-shadow: 0 0 0 0.2rem rgba(213, 24, 26, 0.25);
}*/

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

.longo-section-title {
    color: #2A2A2A;
    font-size: 1.5rem;
    font-family: var(--font-text);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 1px;
    margin: 30px 0 15px 0;
}

.form-check-label {
    color: #2A2A2A;
    font-size: 1.6rem;
    font-family: var(--font-text);
    line-height: 22px;
}

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

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

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

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

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

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

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

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

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

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

.terms-text,
.captcha-text {
    font-size: 1.4rem;
    /*color: #666;*/
    margin-bottom: 1.5rem;
}

.terms-link,
.privacy-link {
    /*color: #333;*/
    text-decoration: underline;
}

.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 0.3s;
}

.create-account-btn:hover {
    background-color: #ddd;
}
.sign-up-type-picture{
    position: absolute;
  right: -100px;
  bottom: 0;
  object-fit: contain;
  height: 188px;
  /*bottom:0px;*/
}
/* For smaller screens */
@media (max-width: 767px) {
    .longo-rewards-content {
        flex-direction: column;
    }

    .longo-rewards-image {
        padding-left: 0;
        margin-top: 20px;
        justify-content: center;
    }

    .apple-img {
        display: none;
    }

    /*.sign-up__type-picture {
        right: -60px;
        top: -30px;
        object-fit: contain;
    }*/

    .longo-section-title {
        margin-block: 40px;
    }

    .sub-section-content {
        width: 95%;
    }
    .sign-up-type-picture-first
    {
        right: -9%;
        top: -13%;
        object-fit: contain;
        margin-top: -6rem;
        height: 100px;
    }
    
    .sign-up-type-picture-second {
        right: -5%;
        top: -13%;
        object-fit: contain;
        margin-top: 4rem;
        height: 100px;
    }
      /* If you want even more vertical space between form sections */
      
      
    .modal-apple-top {
            display:none;
    }
  
}

@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: -20px;
        width: 120px;
        height: auto;
        z-index: 1;
    }
    
    .sign-up-type-picture-first {
        right: -13%;
        top: -13%;
        object-fit: contain;
        margin-top: -7.5rem;
        height: 100px;
    }
    
    .sign-up-type-picture-second {
        right: -5%;
        top: -13%;
        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: -20px;
        width: 120px;
        height: auto;
        z-index: 1;
    }

    .sign-up-type-picture-first {
        right: -13%;
        top: -13%;
        object-fit: contain;
        margin-top: -7.5rem;
        height: 100px;
    }
}