
body {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto !important;
    width: 100%;
}
    .nextzen_login {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;

    }
    a.nextzen-logo-login.navbar-brand img {
        position: absolute;
        top: 45px;
        right: 0;
        width: 95px;
        height: auto;
    }
    span.nextzen_branding_under {
    font-size: 14px;
    position: relative;
    text-align: fl;
    float: right;
    padding-right: 26px;
    color: #ffffff7d;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}


span.nextzen_branding_under:after {
    content: "";
    border-bottom: 1px dashed #ffffff73;
    width: 107px;
    height: 38px;
    position: absolute;
    left: -113px;
    top: -22px;
}
    .nextzen_auth_relative {
    background: #00266d;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #cdcdcd;
    font-size: 16px;
}

.login-dashboard-main-wrapper .splash-container {
    max-width: 450px !important;
    margin: auto;
}
.nextzen_auth_relative {
    position: relative;
}
    .nextzen_login_page_box {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    position: relative;
    /* margin: 0; */
    /* padding: 0; */
    /* border: 0; */
    /* font-size: 100%; */
    /* font: inherit; */
    /* vertical-align: baseline; */
    height: 545px;
    margin-top: 10%;
}
.nextzen_login_page_color {
    background-color: #fff;
    border: 0px !important;
    box-shadow: 0 3px 30px 0 rgb(72 72 72 / 22%) !important;
    border-radius: 14px !important;
    padding: 22px;
}





.footer_bg[data-v-68856062] {
    position: fixed;
    bottom: 0;
    background: url(../nextzen_assets/nextzen_footer_mainbg.png);
    width: 100%;
    height: 266px;
    z-index: -1;
    left: 0;
    right: 0;
    overflow: hidden !important;
    /* filter: grayscale(100%); */
    background-size: contain;
}
    .footer_bg .footer_bg_one[data-v-68856062] {
        background: url(../nextzen_assets/nextzen_bike.gif) no-repeat 50%;
        width: 330px;
        height: 105px;
        background-size: 111px;
        position: absolute;
        bottom: 0;
        left: 30%;
        -webkit-animation: myfirst-data-v-68856062 22s linear infinite;
        animation: myfirst-data-v-68856062 22s linear infinite;
    }
    .footer_bg .footer_bg_two[data-v-68856062] {
        background: url(../nextzen_assets/nextzen_cycle.gif) no-repeat 20%;
        width: 88px;
        height: 100px;
        background-size: 111px;
        bottom: 0;
        left: 38%;
        position: absolute;
        -webkit-animation: myfirst-data-v-68856062 30s linear infinite;
        animation: myfirst-data-v-68856062 30s linear infinite;
        z-index: 999;
    }

    .footer_bg .footer_bg_three[data-v-68856063] {
        background: url(../nextzen_assets/nextzen_bus.webp) no-repeat 100%;
        width: 230px;
        height: 105px;
        background-size: 47%;
        bottom: 0;
        left: 30%;
        position: absolute;
        -webkit-animation: myfirst-data-v-68856063 30s linear infinite;
        animation: myfirst-data-v-68856063 30s linear infinite;
        z-index: 9;
    }

    @-webkit-keyframes myfirst-data-v-68856062 {
  0% {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@keyframes myfirst-data-v-68856062 {
  0% {
    left: -10%;
  }
  to {
    left: 100%;
  }
}

@keyframes myfirst-data-v-68856063 {
  0% {
    left: -30%;
  }
  to {
    left: 100%;
  }
}




    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    input[type=number] {
        -moz-appearance: textfield;
        background: #bfc2c1;
    }
    /* Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }
        .nextzen_or {
        width: 100%;
    }
    div#nextzen_otp {
        display: inline-flex;
    }

    .nextzen_or_login {
        width: 49%;
        background: #515151 !important;
        border: none !important;
        padding: 9px 16px !important;
        border-radius: 4px;
        color: white;
        font-size: 17px;
    }
    .nextzen_or_register {
        width: 48%;
        background: #ff8100 !important;
        border: none !important;
        padding: 9px 16px !important;
        border-radius: 4px;
        color: white;
        font-size: 17px !important;
        text-align: center;
        text-transform: capitalize !important;
    }
        [btn-group] {
            position:relative;
            display:inline-block;
            margin:10px 0;
        }

        [btn-group]:before {
        content: attr(data-grouptype);
        color: #999;
        display: block;
        font-size: 0.8125em;
        width: 30px;
        height: 30px;
        padding: 5px;
        border-radius: 50%;
        background: #FFF;
        position: absolute;
        left: 50%;
        top: 8px;
        margin-left: -18px;
        line-height: 19px;
        text-align: center;
    }
        [btn-group] > a + a {
            margin-left:5px;
        }

        [btn-group] > a {
            display:inline-block;
            padding:6px 14px;
            background:#F2F2F2;
            border-radius:3px;
            font-size:0.8125em;
            color:#B9BCBC;
            transition:background .3s ease, color .3s ease;
            text-decoration:none;
            transition:color .3s ease;
            padding:12px 28px;
            text-transform:uppercase;
        }

        [btn-group] > a:nth-of-type(1) {
            background:#A1D36E;
            color:#FFF;
        }

        [btn-group] > a:nth-of-type(1):hover {
            background:#94CD5A;
        }

        [btn-group] > a:nth-of-type(2) {
            background:#6AD1DD;
            color:#FFF;
        }

        [btn-group] > a:nth-of-type(2):hover {
            background:#55CBD8;
        }

        
