/*login page styles*/

.glx-login-container .form-container {
    max-width: 546px;
    font-family: "Inter", sans-serif !important;
    padding: 80px 16px;
}



.glx-login-container .form-container h2 {
    font-family: "Inter", sans-serif !important;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    color: #1c2835;
    letter-spacing: -0.04em;
    text-transform: capitalize;
}



.glx-login-container .form-container h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #1c2835;
}

.glx-login-container .form-container a {
    color: #000;
    text-decoration: none;
}

.glx-login-container .form-container a:hover {
    text-decoration: underline;
}

.glx-login-container .form-container .form-control,
.glx-login-container .form-container .form-select {
    border-color: #a9a8a7;
    border-radius: 8px;
    min-height: 52px;
    font-size: 16px;
}

.dark-btn {
    font-family: "Inter", sans-serif !important;
    padding: 8px 20px;
    border-radius: 8px;
    border: 2px solid #1a3508;
    background: #1a3508;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    min-height: 52px;
    text-decoration: none !important;
}

.dark-btn:hover {
    background: #ffffff;
    border: 2px #1c2835 solid;
    color: #1c2835 !important;
}

.dark-oultine-btn {
    font-family: "Inter", sans-serif !important;
    padding: 8px 20px;
    border-radius: 8px;
    border: 2px solid #1c2835;
    background: #ffffff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c2835;
    min-height: 52px;
}

.dark-oultine-btn:hover {
    background: #1a3508;
    border: 2px solid #1a3508;
    color: #fff;
}

.glx-login-container .dark-oultine-btn,
.glx-login-container .dark-btn {
    font-size: 18px;
}

.glx-login-container .form-container .form-check {
    border-bottom: 1px solid #c7d6ea;
}

.glx-login-container .form-container .form-check-input {
    border-color: #656361;
    border-radius: 2px;
}

.glx-login-container .form-container .form-check-input:checked {
    background-color: #1c2835;
    border-color: #1c2835;
}

.split-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .glx-login-container .form-container h2 {
        font-size: 30px;
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
    }

    .glx-login-container .form-container {
        font-size: 18px;
    }

    .glx-login-container .dark-oultine-btn,
    .glx-login-container .dark-btn {
        font-size: 22px;
        min-height: 66px;
    }

    .glx-login-container .form-container .form-control,
    .glx-login-container .form-container .form-select {
        min-height: 66px;
        font-size: 18px;
    }

    .glx-login-container .form-container .form-check {
        border-color: #1c2835;
    }

}



/* qr code [cancel-subscription] */
.qr-container {
    padding: 30px 16px;
}

.qr-container h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1.52px;
    text-transform: capitalize;
    color: #1C2835;
}

.qr-container p {
    color: #1C2835;
    font-weight: 400;
    line-height: 19.2px;
    max-width: 370px;
    margin: auto;
    display: block;
}

.qr-container .scan-bg {
    width: 305px;
    height: 305px;
    padding: 16px;
    border-radius: 8px;
    background: #1A3508;


}

.qr-container .scan-bg img {
    max-width: 100%;
}

.qr-container .download-btn {
    font-family: "Source Sans 3", sans-serif;
    min-width: 200px;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.02em;
    background-color: #C7D6EA;
    color: #1C2835;
    text-transform: uppercase;

}

.qr-container .download-btn:hover {
    background-color: #1A3508;
    color: #fff;
}


.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4143 0.859375H0.586217C0.201452 0.859375 -0.0133919 1.26563 0.224889 1.54297L6.63895 8.98047C6.82255 9.19336 7.17606 9.19336 7.36161 8.98047L13.7757 1.54297C14.014 1.26563 13.7991 0.859375 13.4143 0.859375Z' fill='%231C2835'/%3E%3C/svg%3E%0A");
}

.overlay-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 1158px; */
    padding: 80px 16px;

}

.overlay-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.56) 100%);
    z-index: 1;
}

.no-overlay {}

.no-overlay::before {
    background: transparent !important;
}

.no-overlay h1 {
    font-size: 44px;
    font-weight: 600;
}







/* --------------- membership offer card banner --------------- */



.membership-offer-container {
    width: 100%;
    z-index: 99;
}


.membership-card-offer {
    max-width: 316px;
    width: 100%;
    padding: 30px 38px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 6px 12px 3px rgba(28, 40, 53, 0.20);
}

.membership-card-offer.price-off {
    color: #ec0000;
    line-height: normal;
    background: #C7D6EA;
}


.membership-card-offer.price-off h3 {
    font-size: 44px;
    font-weight: 700;
}

.membership-card-offer.price-off h2 {
    font-size: 126px;
    font-weight: 700;
    line-height: 107px;
}

.membership-card-offer.price-off p {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 130%;
    letter-spacing: 0.95em;
    display: block;
    border-top: 1pX solid #1C2835;
    padding: 5px 0;
    margin-top: 10px;
}


.saver-amount-dark {
    background: #1C2835;
    color: #fff;
    border-radius: 8px 8px 0 0;
    max-width: 183px;
    padding: 14px;
}


.membership-card-offer p {
    font-size: 18px;
    color: #1C2835;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 8px;
}

.membership-card-offer h1 {
    font-size: 164px;
    font-weight: 700;
    line-height: 107px;
    letter-spacing: -7.68px;

    margin: 0;
}

.membership-card-offer .amount {
    vertical-align: top;
    gap: 1px;
}

.membership-card-offer .value {
    color: #1C2835;
    font-size: 64px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -1.02px;
    vertical-align: top;
}

.membership-card-offer .value.dollar {
    font-size: 51px;
}



.membership-card-offer .month {
    color: #1C2835;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.membership-card-offer .saver-amount {
    width: 195px;
    height: 40px;
    padding: 0px 12px;
    border-radius: 100px;
    background: #C7D6EA;
    margin-bottom: 4px;
}

.membership-card-offer .saver-amount h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}


.membership-features {
    max-width: 695px;
    text-align: center;
    color: #fff;
}

.membership-features h2 {
    font-size: 38px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    display: inline-block;

}

.membership-features h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}


.membership-features ul li {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

/**********Register*************/


.register-titles h2 {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}

.register-titles h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.plus-member.qr-container {
    padding: 80px 16px;
    max-width: 546px;
}

.plus-member.qr-container .scan-bg {
    width: 165px;
    height: 165px;
    padding: 12px;

}

.GLX-membership-plans.upgrade:before {
    background: transparent;
    position: relative;
}


.offer-title-large {
    font-family: "Source Sans 3", sans-serif;
    background: #465d1d;
    font-size: 75px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    padding: 10px 10px 20px;
    text-transform: uppercase;
    width: 309px;
    border-radius: 12px 12px 0 0;
    margin-bottom: -10px;

}

.glx-login-container .errorWrap {
    font-size: 12px;
    color: red;
	text-align:center;
}

@media screen and (max-width: 1440px) {
    .overlay-image {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {

    .overlay-image,
    .glx-login-container .form-container,
    .plus-member.qr-container {
        padding: 32px 16px;
    }

    .subscription-heading {
        font-size: 38px !important;
        letter-spacing: -0.04em !important;
        text-transform: capitalize !important;
        font-weight: 600 !important;
        line-height: 40px;
    }


    .plus-member.qr-container p {
        max-width: 100%;
    }

    .GLX-membership-plans.upgrade .membership-card.premium-plan {
        width: 276px;
    }

    .offer-title-large {
        width: 270px;
        font-size: 60px;
    }

.glx-login-container .form-container {
    font-size: 18px;
    padding: 32px 6px !important;
  }

  .glx-login-container .dark-oultine-btn,
  .glx-login-container .dark-btn {
    font-size: 22px;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}
@media screen and (max-width: 400px) {
    .subscription-heading {
        font-size: 26px !important;
    }
}