.limiter {
    width: 100%;
    margin: 0 auto;
}
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.9);
}
.wrap-login100 {
    width: 415px;
    border-radius: 10px;
    overflow: hidden;
    padding: 22px 23px 37px;
    background: #9152f8;
    background: -webkit-linear-gradient(top,#7579ff,#b224ef);
    background: -o-linear-gradient(top,#7579ff,#b224ef);
    background: -moz-linear-gradient(top,#7579ff,#b224ef);
    background: linear-gradient(top,#7579ff,#b224ef);
    position: relative;
}


.signupme{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 415px;
    border-radius: 10px;
    overflow: hidden;
    padding: 22px 23px 37px;
    background: #9152f8;
    background: -webkit-linear-gradient(top,#7579ff,#b224ef);
    background: -o-linear-gradient(top,#7579ff,#b224ef);
    background: -moz-linear-gradient(top,#7579ff,#b224ef);
    background: linear-gradient(top,#7579ff,#b224ef);
    /* position: relative; */
    z-index: 99;
    display: none;
}
.passpme{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 415px;
    border-radius: 10px;
    overflow: hidden;
    padding: 22px 23px 37px;
    background: #9152f8;
    background: -webkit-linear-gradient(top,#7579ff,#b224ef);
    background: -o-linear-gradient(top,#7579ff,#b224ef);
    background: -moz-linear-gradient(top,#7579ff,#b224ef);
    background: linear-gradient(top,#7579ff,#b224ef);
    /* position: relative; */
    z-index: 99;
    display: none;
}
.login100-form {
    width: 100%;
}
.login100-form-logo {
    font-size: 60px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 30px 0 rgb(82, 82, 82);
   box-shadow: 0 10px 30px 0 rgb(82, 82, 82);
}

.zmdi {
    display: inline-block;
    /* font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; */
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zmdi-landscape:before {
    content: '\f18a';
}
.zmdi-landscape:before {
    content: '\f18a';
}
.login100-form-title {
    /* font-family: Poppins-Medium;  */
    font-size: 23px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.p-b-34 {
    padding-bottom: 20px;
    font-weight: bold;
}
.p-t-27 {
    padding-top: 20px;
}
.validate-input {
    position: relative;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,.24);
    margin-bottom: 30px;
}
.input100 {
    /* font-family: Poppins-Regular; */
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 33px;
    background: 0 0;
    padding: 0 5px 0 2px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: #fff;
}
.focus-input100::after {
    font-family: FontAwesome;
    font-size: 22px;
    color: #fff;
    /* content: attr(data-placeholder); */
    content: "\25AE";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
    display: none;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    padding-left: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.contact100-form-checkbox {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 35px;
}
.label-checkbox100 {
    /* font-family: Poppins-Regular; */
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 0;
    cursor: pointer;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login100-form-btn {
    /* font-family: Poppins-Medium; */
    font-size: 16px;
    color: #555;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    background: transparent;
    /* background: -webkit-linear-gradient(bottom,#7579ff,#b224ef); */
    background: -o-linear-gradient(bottom,#7579ff,#b224ef);
    background: -moz-linear-gradient(bottom,#7579ff,#b224ef);
    background: linear-gradient(bottom,#7579ff,#b224ef);
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border: transparent;
    font-weight: bold;
}
.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.p-t-90 {
    padding-top: 90px;
}

.text-center {
    text-align: center!important;
}
.txt1 {
    /* font-family: Poppins-Regular; */
    font-size: 13px;
    color: #e5e5e5;
    line-height: 1.5;
}
.input100:focus {
    padding-left: 5px;
}
textarea:focus, input:focus {
    border-color: transparent!important;
}
input {
    outline: none;
    /* border: none; */
}
.input100:focus+.focus-input100::after {
    top: -22px;
    font-size: 18px;
}
.input100:focus+.focus-input100::before {
    width: 100%;
}
.flex-col-c{text-align: center;
    font-size: 18px;
    margin-top: 20px;}
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        opacity: 1; /* Firefox */
      }
      
      :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white;
      }
      
      ::-ms-input-placeholder { /* Microsoft Edge */
        color: white;
      }


      .bo1{
          color: #fff;
          font-weight: bold;
      }


      .wrap-input1002 {
        width: 45%;
        position: relative;
        border-bottom: 2px solid rgba(255,255,255,.24);
        margin-bottom: 30px;
        float: left;
        margin-right: 18px;
    }
    .p-b-20 {
        padding-bottom: 20px;
    }
    .p-t-57 {
        padding-top: 36px;
    }
    .txt1 {
        font-size: 16px;
        line-height: 1.4;
        color: #fff;
    }
    /* .login100-social-item {
        font-size: 25px;
        color: #3b5998;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: inline-block;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #fff;
        margin: 5px;
        box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
        -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
        -o-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
        -ms-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
        line-height: 47px;
        text-align: center;
    } */
    .login100-social-item{
        font-size: 18px;
color: #3b5998;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: inline-block;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
border-radius: 50%;
background-color: #fff;
margin: 5px;
box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
-o-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
-ms-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
line-height: 35px;
text-align: center;
    }
    .login100-social-item img {
        width: 16px;
    }
    .flex-c{
        text-align: center;
    }




    .otppasspme{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 415px;
        border-radius: 10px;
        overflow: hidden;
        padding: 22px 23px 37px;
        background: #9152f8;
        background: -webkit-linear-gradient(top,#7579ff,#b224ef);
        background: -o-linear-gradient(top,#7579ff,#b224ef);
        background: -moz-linear-gradient(top,#7579ff,#b224ef);
        background: linear-gradient(top,#7579ff,#b224ef);
        /* position: relative; */
        z-index: 99;
        display: none;
    }

    .mobpasspme{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 415px;
        border-radius: 10px;
        overflow: hidden;
        padding: 22px 23px 37px;
        background: #9152f8;
        background: -webkit-linear-gradient(top,#7579ff,#b224ef);
        background: -o-linear-gradient(top,#7579ff,#b224ef);
        background: -moz-linear-gradient(top,#7579ff,#b224ef);
        background: linear-gradient(top,#7579ff,#b224ef);
        /* position: relative; */
        z-index: 99;
        display: none;
    }

    .sectorRegister{
        display: none;
    }
    .sectorForgot{
        display: none;
    }
    .sectorOtp{
        display: none;
    }

    .lefLogSec{
        width: 70%;
        float: left;
        height: 100vh;
    }
    .lefLogSec img{
        width: 100%;
height: 100vh;
/* filter: brightness(30%); */
    }

    @media only screen and (max-width: 479px)
{
    .lefLogSec
    {
        display: none;
    }
    .rightLogSec
    {
        width: 100% !important;
    }
    #hologophn
    {
        display: none;
    }
}
    .rightLogSec{
        position: relative;
        width: 30%;
        float: left;
        height: 100vh;
        padding: 36px 60px 0px 60px;
        /* background-color: #861657;
background-image: linear-gradient(326deg, #861657 0%, #ffa69e 74%); */
/* background-color: red; */
background: #4b6cb7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #182848, #4b6cb7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: -webkit-linear-gradient(bottom,#0250c5,#d43f8d);
/* box-shadow: box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%) !important; */
background: -webkit-linear-gradient(to right, #C6426E, #642B73);
background: linear-gradient(to right, #C6426E, #642B73);
box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);



    }
    .headLogLogo{
        /* position: absolute;
        right: 5px;
        top: 5px;
        color: #fff;
        font-size: 22px;
        font-weight: bold; */
        position: fixed;
    left: 5px;
    bottom: 35px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    }
    .subLogLogo{
        position: absolute;
        left: -24px;
        top: 40%;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background-color: #fff;
        text-align: center;
        line-height: 50px;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        padding: 2px;
        background: linear-gradient(to right, #B5AC49, #cce4d3c4);
    }




    .content {
        position: absolute;
        top: 57%;
left: 24%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 160px;
        /* overflow: hidden; */
        font-family: 'Lato', sans-serif;
        font-size: 35px;
        line-height: 40px;
        color: #ecf0f1;
        z-index: 999;
        width: 561px;
      }
      .content__container {
        font-weight: 600;
        overflow: hidden;
        height: 40px;
        padding: 0 40px;
      }
      .content__container:before {
        content: '[';
        left: 0;
      }
      .content__container:after {
        content: ']';
        position: absolute;
        right: 0;
      }
      .content__container:after, .content__container:before {
        position: absolute;
        top: 0;
        color: #fff;
        font-size: 42px;
        line-height: 40px;
        -webkit-animation-name: opacity;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-name: opacity;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        top: 14px;
      }
      .content__container__text {
        display: inline;
        float: left;
        margin: 0;
        text-shadow: 1px 2px 1px #000;
      }
      .content__container__list {
        height:160px;
        margin-top: 0;
        padding-left: 247px;
        text-align: left;
        list-style: none;
        -webkit-animation-name: change;
        -webkit-animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-name: change;
        animation-duration: 10s;
        animation-iteration-count: infinite;
      }
      .content__container__list__item {
        line-height: 40px;
        margin: 0;
      }
      
      @-webkit-keyframes opacity {
        0%, 100% {
          opacity: 0;
        }
        50% {
          opacity: 1;
        }
      }
      @-webkit-keyframes change {
        0%, 12.66%, 100% {
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
        }
        16.66%, 29.32% {
          -webkit-transform: translate3d(0, -25%, 0);
                  transform: translate3d(0, -25%, 0);
        }
        33.32%,45.98% {
          -webkit-transform: translate3d(0, -50%, 0);
                  transform: translate3d(0, -50%, 0);
        }
        49.98%,62.64% {
          -webkit-transform: translate3d(0, -75%, 0);
                  transform: translate3d(0, -75%, 0);
        }
        66.64%,79.3% {
          -webkit-transform: translate3d(0, -50%, 0);
                  transform: translate3d(0, -50%, 0);
        }
        83.3%,95.96% {
          -webkit-transform: translate3d(0, -25%, 0);
                  transform: translate3d(0, -25%, 0);
        }
      }
      @keyframes opacity {
        0%, 100% {
          opacity: 0;
        }
        50% {
          opacity: 1;
        }
      }
      @keyframes change {
        0%, 12.66%, 100% {
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
        }
        16.66%, 29.32% {
          -webkit-transform: translate3d(0, -25%, 0);
                  transform: translate3d(0, -25%, 0);
        }
        33.32%,45.98% {
          -webkit-transform: translate3d(0, -50%, 0);
                  transform: translate3d(0, -50%, 0);
        }
        49.98%,62.64% {
          -webkit-transform: translate3d(0, -75%, 0);
                  transform: translate3d(0, -75%, 0);
        }
        66.64%,79.3% {
          -webkit-transform: translate3d(0, -50%, 0);
                  transform: translate3d(0, -50%, 0);
        }
        83.3%,95.96% {
          -webkit-transform: translate3d(0, -25%, 0);
                  transform: translate3d(0, -25%, 0);
        }
      }


      /* .otpGetter {
        background-color: #cc4949;
        width: 60px;
        text-align: center;
        float: right;
        color: #fff;
        display: none;
    } */
     #otpSetPla{
         display: none;
     } 
     .forgotPassLink {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 99999999;
        background-color: #fff;
        display: none;
    }
    .closeforgotPassLink {
        position: absolute;
        right: -3px;
        top: -3px;
        font-size: 12px;
        color: #000;
        z-index: 999;
        background-position: 0 -0;
        width: 15px;
        height: 15px;
        cursor: pointer;
        font-weight: bold;
    }
    .forgoReenter{
        display: none;
    }


    .thank-you-pop{
        width:100%;
         padding:20px;
        text-align:center;
    }
    .thank-you-pop img{
        width:76px;
        height:auto;
        margin:0 auto;
        display:block;
        margin-bottom:25px;
    }
    
    .thank-you-pop h1{
        font-size: 42px;
        margin-bottom: 25px;
        color:#5C5C5C;
    }
    .thank-you-pop p{
        font-size: 20px;
        margin-bottom: 27px;
         color:#5C5C5C;
    }
    .thank-you-pop h3.cupon-pop{
        font-size: 25px;
        margin-bottom: 40px;
        color:#222;
        display:inline-block;
        text-align:center;
        padding:10px 20px;
        border:2px dashed #222;
        clear:both;
        font-weight:normal;
    }
    .thank-you-pop h3.cupon-pop span{
        color:#03A9F4;
    }
    .thank-you-pop a{
        display: inline-block;
        margin: 0 auto;
        padding: 9px 20px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        background-color: #8BC34A;
        border-radius: 17px;
    }
    .thank-you-pop a i{
        margin-right:5px;
        color:#fff;
    }
    #ignismyModal .modal-header{
        border:0px;
    }
    .forgoSuccssenter{
        display: none;
    }
    #setMilfrOtp{
        display: none;
    }
    #otpSubmitter{
        display: none;
    }
#contDataopsSector{
    display: none;
}
#contHflowSector{
    display: none;
}
#contWhiterepoSector{
    display: none;
}


.logLeftHead {
    position: absolute;
    top: -52px;
    background-color: #d43f8d99;
    /* width: 100%; */
    /* background: -webkit-linear-gradient(bottom,#0250c5,#d43f8d); */
    padding: 5px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
}

.logLeftHeaddata {
    position: absolute;
    top: -52px;
    background-color: #42862394;
    /* width: 100%; */
    /* background: -webkit-linear-gradient(bottom,#0250c5,#d43f8d); */
    padding: 5px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
}
.logLeftHeadWhite {
    position: absolute;
    top: -52px;
    background-color: #4463a894;
    /* width: 100%; */
    /* background: -webkit-linear-gradient(bottom,#0250c5,#d43f8d); */
    padding: 5px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
}
.rightLogSecDataops {
    position: relative;
    width: 30%;
    float: left;
    height: 100vh;
    padding: 36px 60px 0px 60px;
    /* background-color: red; */
    background: #4b6cb7;
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
    background: linear-gradient(to right, #182848, #4b6cb7);
    background: -webkit-linear-gradient(bottom,#0250c5,#d43f8d);

    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    background-image: linear-gradient(to right top, #62cb31, #53b626, #3e7b22, #1f440f, #123302);

    background: #3CA55C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #B5AC49, #3CA55C);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #B5AC49, #3CA55C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.rightLogSeWhiterepo{
    position: relative;
    width: 30%;
    float: left;
    height: 100vh;
    padding: 36px 60px 0px 60px;
    /* background-color: red; */
    background: #4b6cb7;
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
    background: linear-gradient(to right, #182848, #4b6cb7);
    background: -webkit-linear-gradient(bottom,#0250c5,#d43f8d);

    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    background-image: linear-gradient(to right top, #62cb31, #53b626, #3e7b22, #1f440f, #123302);

    background: #3CA55C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #B5AC49, #3CA55C);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #B5AC49, #3CA55C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: #4b6cb7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #182848, #4b6cb7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}