@media screen and (min-width: 768px) and (max-width: 1024px) {
    .g-recaptcha {
        transform:scale(0.70);
        transform-origin:none;
    }

    .side-img {
        display: inline;
        width: 100%;
    }

    .form-div .heading {
        font-size: 24px !important;
    }
}


@media all and (width < 768px) {
    body {
        background: url("/img/sign-up-img/mobile-background.png") no-repeat !important; 
    }   

    .box-div {
        border-radius: 18px !important;
    }

    .box-div-row::-webkit-scrollbar {
        display: none;
    }

    .left-div {
        border-radius: 18px 18px 0px 0px !important;
    }
    
    .right-div {
        border-radius: 0px 0px 18px 18px !important;

    }

    .content-div .heading {
        font-size: 18px !important;
    }
    
    .content-div .text, .content_text {
        font-size: 11px !important;
    }

    .form-div .heading {
        font-size: 22px !important;
    }
    
    .g-recaptcha {
        transform:scale(0.36);
        transform-origin:0 0;
    }

    form.user .btn-user {
        padding: 4px 8px !important;
        font-size: 14px !important;
    }

    form.user .btn-small {
        padding: 4px 8px !important;
    }

    .btn-row {
        max-height: 30px;
    }

}

.section-1 {
    min-height: 100%;
    /* position: fixed; */
}

body {
    height: 100vh;
    background: url("/img/sign-up-img/background.png") no-repeat;
    background-attachment: fixed !important;
    background-size: 100% 100% !important;
}

.box-div {
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 26px 0px #8460E54A;
    height: 62%;
}

.left-div {
    background: #F7F4FF;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.right-div {
    background: #FFFFFF;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.content-div .heading {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.5px;
    color: #242424;
    margin-bottom: 0.5rem;
}

.content-div .text, .content_text {
    font-weight: 400;
    font-size: 15px;
    color: #424242 !important;
}

.content_text a {
    color: #424242 !important;
    text-decoration: underline
}

.form-div .heading {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.5px;
    color: #242424;
    text-align: left;
}

input.form-control, select.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #BDBDBD;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.control-label {
    font-size: 0.8rem;
    margin-bottom: .2rem;
}

form.user .btn-user {
    font-size: 0.8rem;
    border-radius: 56px;
    padding: 0.75rem 1rem;
    background-color: #8460E5;
    box-shadow: 0px 34px 40px -8px rgba(123, 118, 241, 0.239216);
    color:white !important;
}
form.user .btn-next {
    font-size: 0.8rem;
    border-radius: 56px;
    padding: 0.75rem 1rem;
    background-color: #8460E5;
    box-shadow: 0px 34px 40px -8px rgba(123, 118, 241, 0.239216);
    color: white !important;
}
#registerForm label[id$='-error'] {
    color: red !important;
    font-size: 14px;
    margin-bottom: 0;
}
.membership_title {
    color: #242424;
    padding: 20px 0 15px;
    margin: 0;
    position: relative;
    font-weight: 600;
    font-size: 35px;
    line-height: 37.5px;
    letter-spacing: -0.5px;
    text-align: center;
}
.membership_subtitle{
    font-weight: 400;
    font-size: 15px;
    font-family: Poppins;
    line-height: 22.5px;
    letter-spacing: 0px;
    color: #424242;
    text-align: center;
}
.wp_login_colside.left {
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.membership_plan_info {
    width: 100%;
    max-width:405px;
    border-radius: 15px;
    border: 2px solid #8460E5;
    margin: auto;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #8460E580;
}
.membership_plan_info .plan-title {
    color: #251849;
    font-family: Poppins;
    font-weight: 550;
    font-size: 25.28px;
    line-height: 37.17px;
    letter-spacing: 0%;
    margin: 0 0 0px;
}
 .login_membership_level_info {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
 }
 .change-membership{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2%;
    text-align: center;
    color: #434040;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
 }
.plan-price-detail p {
    color: #251849;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 37.17px;
    letter-spacing: 2%;
    margin: 0;
}
.login_welcome_text .app {
    color: #333333;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: center;
    margin-top: 30px;
}
.term-condition{
    font-weight: 500;
    font-size: 15px;
    line-height: 21.72px;
    letter-spacing: 0px;
    color: #262626;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #424242;
    text-decoration-thickness: Auto;
}
.loader-div {
    display: none;
    position: absolute;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30001;
    opacity: 0.8;
}

.loader-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}
.btn-loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid blue;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
}

#confirmPayment.btn-withloader {
    opacity: 0.5;
    pointer-events: none;
    /* padding: 5px 40px; */
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.href-link {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-decoration-line: underline;
    color: #262626;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    color: #e74a3b;
    -webkit-box-shadow: none;
    box-shadow: none;

}

.form-control.is-invalid {
    color: #e74a3b;
}

.form-div .sub-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: -0.5px;
    color: #4D4D4D;
}

.forgot-password {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    color: #4E4E4E;
}

.h-90 {
    height: 90% !important;
}

.g-recaptcha {
    width: 300px;
    height: 78px; 
}

input.largerCheckbox {
  width: 16px;
  height: 16px;
  accent-color: green;
}

input[type="checkbox"].checkError {
  
  outline: 1px auto red;

}
