.login-pg {
}

.row-new {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    justify-content: center;
    height: 100vh;
    padding: 0;
    background: #FBFBFB;
}

img.logo-pic {
    width: 220px;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
}

.telecom-wrp {
    height: 100vh;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.telecom {
    width: 520px;
}

.welcome-bx {
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.welcome-bx-content {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.welcome-bx h2 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.welcome-bx p {
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 700;
}

.input-wrp {
    position: relative;
}

    .input-wrp input {
        height: 50px;
        border-radius: 5px;
        border: 1px solid #C9D1D3 !important;
        /* box-shadow: 0 0 10px #0000001a; */
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        padding-right: 40px;
        font-weight: 600;
        padding-left: 45px;
    }

    .input-wrp i {
        font-size: 18px;
        color: #6a6a6a;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

form.form1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 47%);
    backdrop-filter: blur(1px);
    mix-blend-mode: overlay;
}

img.about-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.login-btn {
    position: relative;
    box-shadow: rgba(14, 14, 44, 0.4) 0px -1px 0px 0px inset;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    opacity: 1;
    outline: 0px;
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0s;
    padding: 12px 15px;
    background-color: orange;
    color: #fff;
    border-radius: 7px;
    border: 0;
    margin-top: 15px;
}

    .login-btn:hover {
        background: #ff8400;
    }

.form-group {
    margin-bottom: 15px;
}

.form1 {
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px #00000026;
    /* background: linear-gradient(180deg, #fff 22%, #d7caec 100%); */
}

.login-pic {
    position: absolute;
    width: 100px;
    left: 30px;
    top: 50px;
}

.row-2 {
    bottom: 0;
    padding: 30px;
    position: absolute;
    width: 100%;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    display: none;
}

    .row-2 img {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

.heading {
    background: linear-gradient(45deg, #f5fbfd, #f5fbfd);
    position: relative;
    margin-bottom: 24px;
    font-size: 23px;
    margin-bottom: 0;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
    color: #4f9999;
}

.left-sec_l1 h1 {
    color: #280d5f;
    font-size: 48px;
    font-weight: 800;
}

    .left-sec_l1 h1 span {
        color: #7645d9;
    }

.left-sec_l1 p {
    color: #7a6eaa;
    margin-bottom: 24px;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0;
}

span.h_12 {
    font-size: 65px;
}

label {
    color: #8F9393;
    font-weight: 400;
}

.signup-txt {
    margin-top: 10px;
    text-align: center;
}

.telecom-wrp-content {
    width: 100%;
    text-align: center;
}

svg.slide-svg-light {
    position: fixed;
    bottom: 0;
    left: 0;
}

.left-sec_l1 {
    position: relative;
    z-index: 9;
}

.login-pg {
    background-image: url('../img/about-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

/* ******************************* */
[class*=loader-] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.loader-16 {
    transform: rotateZ(45deg) scale(5);
    perspective: 1000px;
    border-radius: 50%;
}

    .loader-16:before, .loader-16:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: 50%;
        -webkit-animation: 1s spin linear infinite;
        animation: 1s spin linear infinite;
    }

    .loader-16:before {
        transform: rotateX(70deg);
    }

    .loader-16:after {
        transform: rotateY(70deg);
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

@-webkit-keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@-webkit-keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    0%, 100% {
        box-shadow: 0.2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: 0.2em 0.2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 0.2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -0.2em 0.2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -0.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -0.2em -0.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -0.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: 0.2em -0.2em 0 0 currentcolor;
    }
}

@keyframes spin {
    0%, 100% {
        box-shadow: 0.2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: 0.2em 0.2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 0.2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -0.2em 0.2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -0.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -0.2em -0.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -0.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: 0.2em -0.2em 0 0 currentcolor;
    }
}

.loader-17 {
    position: relative;
    background-color: currentcolor;
    border-radius: 50%;
}

    .loader-17:after, .loader-17:before {
        content: "";
        position: absolute;
        width: 0.25em;
        height: 0.25em;
        border-radius: 50%;
        opacity: 0.8;
    }

    .loader-17:after {
        left: -0.5em;
        top: -0.25em;
        background-color: currentcolor;
        transform-origin: 0.75em 1em;
        -webkit-animation: loader-17 1s linear infinite;
        animation: loader-17 1s linear infinite;
        opacity: 0.6;
    }

    .loader-17:before {
        left: -1.25em;
        top: -0.75em;
        background-color: currentcolor;
        transform-origin: 1.5em 1em;
        -webkit-animation: loader-17 2s linear infinite;
        animation: loader-17 2s linear infinite;
    }

.loading-container {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11119;
}

.loader-st {
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
}

.loader-16:before {
    color: #a3ffe3;
}

.loader-16:after {
    color: #fff578;
}

img.dotted-1-gmd {
    position: absolute;
    left: 50px;
    top: 59%;
    width: 100px;
    pointer-events: none;
}

img.dotted-2-gmd {
    position: absolute;
    right: 50px;
    top: 0;
    width: 150px;
    pointer-events: none;
}

.login-signup .welcome-bx {
}

.login-signup .form-group {
    margin-bottom: 10px;
}

input#txtSponsor {
}

.login-signup .input-wrp input {
    height: 50px;
}

.input-wrp input {
}

.login-signup img.logo-pic {
    width: 200px;
}

.form1 a {
    color: #1ea3d6;
}

/* ******************************* */
.left_login_wrp {
    height: 100%;
    background: /* Vector */ position: absolute;
    left: 0.14%;
    right: 45.83%;
    top: 0%;
    bottom: 0%;
    background: linear-gradient(129.13deg, #4E17BC -58.26%, #7816D7 -36.3%, #340B65 -6.89%, #1F0D93 102.68%, #021C8B 111.12%);
}

img.texture_svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

img.left_bottom_svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 450px;
    pointer-events: none;
}

.logo_box {
    width: 250px;
    height: 200px;
    /* Rectangle 34624111 */
    background: linear-gradient(221.28deg, #FFFFFF 74.72%, #D2F3FF 96.94%);
    box-shadow: 6px 6px 0px #267CB9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

    .logo_box img {
        width: 200px;
    }

.logo_box_wrp {
    display: flex;
    flex-flow: column;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* z-index: 1; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-left: 10%;
}

    .logo_box_wrp h1 {
        color: #fff;
    }

img.leaf_bottom_svg {
    position: absolute;
    bottom: -30px;
    right: 10%;
    pointer-events: none;
}

img.right_leaf_svg {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 7%;
    width: 100px;
    pointer-events: none;
}


img.right_top_svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    pointer-events: none;
}

.input-wrp .fa {
    color: #ffa500;
    position: absolute;
    left: 15px;
    right: unset;
}

.please_enter {
    color: #8F9393;
    font-size: 18px;
    margin-bottom: 30px;
}


.sing_heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

a.forgot_text {
    text-align: right;
    float: right;
    color: #8F9393;
    text-decoration: none;
}


.password_text i.show-password {
    left: unset;
    right: 15px;
}


select#ddlcountry {
    padding-left: 45px;
    appearance: auto;
    height: 50px;
}


.captcha-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .captcha-container input[type="text"] {
        height: 50px;
        text-align: center;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 10px;
        width: 45%
    }



/* ******************************* */
@media (max-width: 767px) {
    .row-new .col-md-9 {
        display: none;
    }


    .welcome-bx {
        height: auto !important;
        padding: 30px 0;
    }

    .row-new {
        margin: 0 auto;
        height: auto;
    }

    form.form1 {
        height: auto;
        /* overflow: auto; */
        margin: 30px 15px;
        overflow: unset;
    }

    .form1:before {
        position: fixed !important;
        left: 0 !important;
        bottom: 0;
    }

    .warn_layer {
        position: absolute;
        top: 30px !important;
        left: 50% !important;
        height: auto !important;
        bottom: unset !important;
        transform: translateX(-50%) !important;
        background: #ffa50000;
        border-radius: 5px !important;
        color: #fff !important;
        font-size: 16px;
        text-align: center;
        max-width: unset !important;
        padding: 0 !important;
    }

        .warn_layer .warn_info {
            background: #ffa50096;
            border-radius: 5px !important;
            color: #fff !important;
            font-size: 16px;
            text-align: center;
            padding: 15px;
            height: auto;
            display: inline-block;
        }


    /* ********************************* */
    img.left_bottom_svg {
        height: 40%;
    }

    img.leaf_bottom_svg {
        height: 100px;
    }

    img.right_top_svg {
        width: 100px;
    }

    img.right_leaf_svg {
        width: 50px;
    }

    .right_login_wrp {
        padding: 50px 0;
    }
    /* ********************************* */





}
