﻿.luvanshNewPage .login-section {
    margin-top: 96px;
    background: #f5f3ef;
}

.luvanshNewPage .login-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* max-height: 712px; */
}

.luvanshNewPage .login-visual {
    position: relative;
    overflow: hidden;
    width: 60%;
    height: 712px;
}

.luvanshNewPage .login-visual__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.luvanshNewPage .login-visual__overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 35%,
    rgba(0, 0, 0, 0.55) 100%
  ); */
}

.luvanshNewPage .login-visual__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 61px 57px;
    z-index: 1;
}

.luvanshNewPage .login-visual__title {
    margin: 0 0 16px;
    font-size: 62px;
    font-weight: 400;
    line-height: 107%;
    letter-spacing: -5%;
    color: #f6f4f1;
}

.luvanshNewPage .login-visual__subtitle {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #cccccc;
}

.luvanshNewPage .login-panel {
    display: flex;
    align-items: start;
    justify-content: center;
    background: #f5f3ef;
    box-sizing: border-box;
    width: 40%;
    height: 712px;
    padding:33px 42px; /*by neha*/
}


.luvanshNewPage .login-panel__inner {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between;
  height: 100%; */
    gap: 25px; /*by neha*/
    width: 100%;
}


.luvanshNewPage .login-panel__head .login-panel__title {
    margin: 0 0 4px;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 4%;
    color: #003743;
    text-transform: uppercase;
}

.luvanshNewPage .login-panel__head .login-panel__subtitle {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #64748B;
    padding-bottom: 15px; /*by neha*/
}

.luvanshNewPage .login-panel__head .login-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.luvanshNewPage .login-panel__head .login-tab {
    min-height: 42px;
    border: 1px solid #00212966;
    background: transparent;
    color: #9CA8A8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, font-weight 0.2s ease;
}

    .luvanshNewPage .login-panel__head .login-tab.is-active {
        border-color: #002129;
        color: #002129;
    }



.luvanshNewPage .login-form {
    display: none;
    flex-direction: column;
    gap: 12px;
}

    .luvanshNewPage .login-form.is-active {
        display: flex;
    }

.luvanshNewPage .loginField {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}

.luvanshNewPage .login-flex-container-name {
    display: flex;
    align-items: start;
    gap: 12px;
}

.luvanshNewPage .login-flex-container {
    display: flex;
    align-items: start;
    gap: 12px;
}

.luvanshNewPage .loginField label {
    font-size: 13px; /*by neha*/
    line-height: 15px;
    font-weight: 500;
    color: #776D66;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.luvanshNewPage .loginField input {
    width: 100%;
    background: #ffffff;
    border-radius: 0px;
    height: 40px; /*by neha*/
    font-weight: 400;
    padding: 10px 14px;
    font-size: 16px;
    margin-top: 10px; /*hiral*/
    /*color: #00212980;*/
    line-height: 100%;
    letter-spacing: 2%;
    border: 1px solid #0021294D;
    box-sizing: border-box;
}

    .luvanshNewPage .loginField input::placeholder {
        font-size: 16px;
        color: #00212980;
        line-height: 100%;
        letter-spacing: 2%;
    }

    .luvanshNewPage .loginField input:focus {
        outline: none;
        /* border-color: #002129; */
    }

.login-forget-pass-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.luvanshNewPage .loginForgot {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1px;
    color: #003743;
    text-decoration: underline;
    cursor: pointer;
}

#loginForm .captcha-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

#createAccountForm .captcha-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px; /*by neha*/
}

.luvanshNewPage .contactCaptcha {
    width: 300px;
    min-height: 66px;
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    background: #fbfbfb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
}

.luvanshNewPage .contactCaptcha-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #4a4a4a;
}

    .luvanshNewPage .contactCaptcha-check input {
        width: 33px;
        height: 33px;
    }

.luvanshNewPage .contactCaptcha-brand {
    text-align: right;
    color: #777;
}

    .luvanshNewPage .contactCaptcha-brand strong {
        display: block;
        font-size: 9px;
        font-weight: 600;
    }

    .luvanshNewPage .contactCaptcha-brand small {
        display: block;
        font-size: 7px;
    }

.newDeal-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px; /*by neha*/
}

.newDeal-check {
    display: flex;
    align-items: center;
    gap: 6px;
}

.newDeal-container .newDeal-check > .checkbox {
    width: 22px;
    height: 22px;
    cursor: pointer;
    accent-color: #002b36 !important;
}

.newDeal-container .newDeal-check > span {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
}

.noteDesc {
    /* margin-top: 4px;*/ /*by neha*/
    color: #333333;
    font-weight: 500;
    font-size: 12px;
}

/*#loginForm .login-submit {
    margin-top: 30px;
}*/

#createAccountForm .login-submit {
    /*  margin-top: 4px;*/ /*by neha*/
}

.luvanshNewPage .login-submit {
    width: 100%;
    border: none;
    height: 42px;
    border-radius: 0px;
    background: #002129;
    color: #FEFEFE;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0%;
    line-height: 100%;
    transition: background 0.3s ease;
    cursor: pointer;
    /*margin-top: -24px;*/
}

    .luvanshNewPage .login-submit:hover {
        background: #044a59;
    }


.luvanshNewPage .login-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 0 20px;
    color: #776D66;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1px;
}

    .luvanshNewPage .login-divider::before,
    .luvanshNewPage .login-divider::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #CCCCCC80;
    }

.luvanshNewPage .login-social {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.luvanshNewPage .login-social-btn {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #CCCCCC80;
    border-radius: 0px;
    background: #FFFFFF;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    cursor: pointer;
    transition: background 0.2s ease;
}


/* .luvanshNewPage .login-social-btn:hover {
  background: #f6f4f1;
} */

body.login-page #lovedProductsSlider .lovedProductsSliderSection {
    padding-bottom: 62px;
}



/* inline field error */
.field-error {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #FB3748;
}

.input-error {
    /* border-color: #c0392b !important; */
}

/* modal alert */
.message-notification {
    width: 390px;
    background: #F7F6F1;
    /* match your cream/beige tone */
    border: 1px solid #D0C8BD;
    padding: 10px;
    text-align: center;
    transition: opacity 0.4s ease;
    position: fixed;
    top: 45px;
    right: 20px;
    z-index: 9999999;
}

    .message-notification .message-notification-text {
        font-size: 16px;
        font-weight: var(--fw-400);
        color: var(--primary-color);
    }

@media (min-width: 801px) and (max-width: 1025px) {
    .luvanshNewPage .login-visual {
        position: relative;
        overflow: hidden;
        width: 50%;
        height: 712px;
    }

    .luvanshNewPage .login-panel {
        display: flex;
        align-items: start;
        justify-content: center;
        background: #f5f3ef;
        box-sizing: border-box;
        width: 50%;
        height: 712px;
        padding: 42px;
    }
}

/* @media (min-width: 801px) and (max-width: 1025px) {
  .luvanshNewPage .login-panel__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
} */

@media screen and (max-width: 819px) {
    .luvanshNewPage .login-split {
        flex-direction: column;
        max-height: none;
    }

    .luvanshNewPage .login-section {
        margin-top: 96px;
        background: #f5f3ef;
    }


    .luvanshNewPage .login-visual {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 164px;
    }

    .luvanshNewPage .login-visual__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
        z-index: 1;
        width: 100%;
    }

    .luvanshNewPage .login-visual__title {
        margin: 0 0 8px;
        font-size: 32px;
        font-weight: 400;
        line-height: 107%;
        letter-spacing: -5%;
        color: #f6f4f1;
        text-align: center;
    }

    .luvanshNewPage .login-visual__subtitle {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        color: #F6F4F1;
        text-align: center;
    }

    .luvanshNewPage .login-panel {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5f3ef;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        padding: 32px;
    }


    .luvanshNewPage .login-panel__inner {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }


    .luvanshNewPage .login-panel__head .login-panel__title {
        font-size: 22px;
    }

    .luvanshNewPage .login-panel__head .login-panel__subtitle {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #64748B;
        padding-bottom: 20px;
    }

    .luvanshNewPage .login-panel__head .login-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .luvanshNewPage .login-panel__head .login-tab {
        min-height: 42px;
        border: 1px solid #00212966;
        background: transparent;
        color: #9CA8A8;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        transition: color 0.2s ease, border-color 0.2s ease, font-weight 0.2s ease;
    }

        .luvanshNewPage .login-panel__head .login-tab.is-active {
            border-color: #002129;
            color: #002129;
        }



    .luvanshNewPage .login-form {
        display: none;
        flex-direction: column;
        gap: 24px;
    }

        .luvanshNewPage .login-form.is-active {
            display: flex;
        }

    .luvanshNewPage .loginField {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .luvanshNewPage .login-flex-container-name {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .luvanshNewPage .login-flex-container {
        display: flex;
        align-items: start;
        gap: 12px;
    }

    .luvanshNewPage .loginField label {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        color: #776D66;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .luvanshNewPage .loginField input {
        width: 100%;
        background: #ffffff;
        border-radius: 0px;
        height: 42px;
        font-weight: 400;
        padding: 10px 14px;
        font-size: 16px;
        /*color: #00212980;*/
        line-height: 100%;
        letter-spacing: 2%;
        border: 1px solid #0021294D;
        box-sizing: border-box;
    }

        .luvanshNewPage .loginField input::placeholder {
            font-size: 16px;
            color: #00212980;
            line-height: 100%;
            letter-spacing: 2%;
        }

        .luvanshNewPage .loginField input:focus {
            outline: none;
            /* border-color: #002129; */
        }



    #loginForm .captcha-container {
        margin-top: 8px;
    }

    #createAccountForm .captcha-container {
        margin-top: 8px;
    }

    .luvanshNewPage .contactCaptcha {
        width: 100%;
        min-height: 40px;
    }

    .luvanshNewPage .contactCaptcha-check {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 10px;
        color: #4a4a4a;
    }

        .luvanshNewPage .contactCaptcha-check input {
            width: 22px;
            height: 22px;
        }


    .newDeal-container {
        margin-top: -7.5px;
    }

    .newDeal-check {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .newDeal-container .newDeal-check > .checkbox {
        width: 16px;
        height: 16px;
    }

    .newDeal-container .newDeal-check > span {
        color: #333333;
        font-weight: 400;
        font-size: 11px; /*by neha*/
        line-height: 15px;
    }

    .noteDesc {
        margin-top: -8px;
        color: #333333;
        font-weight: 400;
        font-size: 11px; /*by neha*/
        line-height: 15px;
    }

    .luvanshNewPage .loginForgot {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 1px;
        color: #003743;
        text-decoration: underline;
        cursor: pointer;
    }

    #loginForm .login-submit {
        margin-top: -35px;
    }

    #createAccountForm .login-submit {
        margin-top: -8px;
    }

    .luvanshNewPage .login-submit {
        width: 100%;
        border: none;
        height: 42px;
        border-radius: 0px;
        background: #002129;
        color: #FEFEFE;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0%;
        line-height: 100%;
        transition: background 0.3s ease;
        cursor: pointer;
        margin-top: -24px;
    }

        .luvanshNewPage .login-submit:hover {
            background: #044a59;
        }


    .luvanshNewPage .login-divider {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0px 0 20px;
        color: #776D66;
        font-size: 14px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 1px;
    }

        .luvanshNewPage .login-divider::before,
        .luvanshNewPage .login-divider::after {
            content: "";
            flex: 1;
            height: 1px;
            background: #CCCCCC80;
        }

    .luvanshNewPage .login-social {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .luvanshNewPage .login-social-btn {
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        border: 1px solid #CCCCCC80;
        border-radius: 0px;
        background: #FFFFFF;
        color: #000000;
        font-size: 12px;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 0%;
        cursor: pointer;
        transition: background 0.2s ease;
    }

    .message-notification {
        width: 340px;
        background: #F7F6F1;
        padding: 4px;
        text-align: center;
        transition: opacity 0.4s ease;
        position: fixed;
        top: 43px;
        right: 10px;
        z-index: 9999999;
        border: 1px solid #D0C8BD;
    }

        .message-notification .message-notification-text {
            font-size: 14px;
            font-weight: var(--fw-500);
            color: #333333;
        }

    .field-error {
        font-size: 12px;
        line-height: 13px;
        font-weight: 500;
        color: #FB3748;
    }


    /* .luvanshNewPage .login-social-btn:hover {
    background: #f6f4f1;
  } */
}

@media screen and (max-width: 768px) {
    .luvanshNewPage .login-section {
        margin-top: 83px;
    }

    body.login-page #lovedProductsSlider .lovedProductsSliderSection {
        padding-bottom: 20px;
    }
}



@media (max-width: 600px) {
    .message-notification {
        width: 340px;
        background: #F7F6F1;
        padding: 4px;
        text-align: center;
        transition: opacity 0.4s ease;
        position: fixed;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999999;
        border: 1px solid #D0C8BD;
    }
}
