/* 
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed&display=swap');
.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;
    background: #f2f2f2;
}
.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}
.login100-form {
    width: 415px;
    min-height: 100vh;
    display: block;
    padding: 140px 55px 55px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: soft-light;
    background-color: initial!important;
    background-image: url(../../public/images/PastedGraphic-6.png),linear-gradient(
221deg
,#2a301b 100%,#2a301b 100%)!important;
}
.login100-form-title {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}
.p-b-43 {
    padding-bottom: 43px;
}
.validate-input {
    position: relative;
}
.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 50px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
}

.has-val {
    height: 48px!important;
}
.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 15px;
    color: #555;
    line-height: 1.2;
    padding: 0 26px;
    border-radius: 10px;
}


input.input100 {
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
input {
    outline: none;
    border: none;
}

.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.w-full {
    width: 100%;
}
.p-b-32 {
    padding-bottom: 32px;
}
.p-t-3 {
    padding-top: 3px;
}

.txt1 {
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}
.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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #d7c9ab;
    font-size: 12px;
    color: #161c0a;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border: 0px;
    margin-top: 5px;
}
.text-center {
    text-align: center;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-t-46 {
    padding-top: 46px;
}
.text-center {
    text-align: center!important;
}
.txt2 {
    font-size: 13px;
    line-height: 1.4;
    color: #999;
}


.login100-more {
    width: calc(100% - 415px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.logonew{
top: 50%;
    transform: translatey(-50%);
    position: relative;
    text-align: center;
}
.logonew img{
    width: 60%;
}
.tegline {
    text-align: center;
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #fff;
}
.text-uat {
      font-size: 20px;
      font-weight: 800;
      padding-left: 25%;
      color: red;
  }
  .new-logo img {
    width: 65%;
}
@media screen and (max-width: 768px) {
.login100-more {
    display: none;
}
} */


/* ====================== */
body { 
    background: url(../../public/images/login_page.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
  
  img{
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
  }
  
  #login-button{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background:rgb(226 159 17);
    overflow: hidden;
    opacity: 0.6;
    box-shadow: 6px 3px 0px #0000006b;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #login-button .icon-name{
    margin-bottom: 0;
    color: #fff;
    transform: scaleY(1.2);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 50px;
  }
  
  /* Login container */
  #container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: max-content;
    border-radius: 5px;
    background: rgba(3,3,3,0.25);
    box-shadow: 9px 10px 0px 0px rgb(226 159 17);
    display: none;
  }
  
  .close-btn{
    position: absolute;
    cursor: pointer;
    line-height: 18px;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    opacity: .2;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .close-btn:hover{
    opacity: .5;
  }
  
  /* Heading */
  .login-box h1
  {
    position: relative;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 40px;
    color: #ddd;
    text-shadow: 3px 3px 10px #000;
  }
  
  /* Inputs */
  a,
  input{
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    margin: 9px auto;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    border: none;
    background: rgba(3,3,3,.1);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #ffffff2e;
  }
  
  input:focus{
    outline: none;
    box-shadow: 3px 3px 10px #333;
    background: rgba(3,3,3,.18);
  }
  
  /* Placeholders */
  ::-webkit-input-placeholder {
     color: #ddd;  }
  :-moz-placeholder { /* Firefox 18- */
     color: red;  }
  ::-moz-placeholder {  /* Firefox 19+ */
     color: red;  }
  :-ms-input-placeholder {  
     color: #333;  }
  
  /* Link */
  a{
    text-align: center;
    padding: 4px 8px;
    background: rgba(107,255,3,0.3);
  }
  
  a:hover{
    opacity: 0.7;
  }
  
  #remember-container{
    position: relative;
    /* margin: -5px 20px; */
    text-align: center;
  }
  
  .checkbox {
    position: relative;
    cursor: pointer;
      -webkit-appearance: none;
      padding: 5px;
      border-radius: 4px;
    background: rgba(3,3,3,.2);
      display: inline-block;
    width: 16px;
    height: 15px;
  }
  
  .checkbox:checked:active {
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
  }
  
  .checkbox:checked {
    background: rgba(3,3,3,.4);
      box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.5);
      color: #fff;
  }
  
  .checkbox:checked:after {
      content: '\2714';
      font-size: 10px;
      position: absolute;
      top: 0px;
      left: 4px;
      color: #fff;
  }
  
  #remember{
    position: absolute;
    font-size: 13px;

    color: rgba(255,255,255,.5);
    top: 7px;
    left: 20px;
  }
  
  #forgotten{
    position: relative;
    font-size: 12px;

    color: rgba(255,255,255,.2);
    cursor: pointer;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  #forgotten:hover{
    color: rgba(255,255,255,.6);
  }
  
  #forgotten-container,
  #otp-container,
  #new-password-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: max-content;
    border-radius: 5px;
    background: rgba(3,3,3,0.25);
    box-shadow: 9px 10px 0px 0px rgb(226 159 17);
    display: none;
  }
  
  .orange-btn{
    background: rgba(87,198,255,.5);
  }
  .vibrate {
      animation: shake 0.65s cubic-bezier(.36,.07,.19,.97) both;
      transform: translate3d(0, 0, 0);
      backface-visibility: hidden;
      perspective: 1000px;
    }
  
  @keyframes shake {
      10%, 90% {
        transform: translate3d(-1px, 0, 0);
      }
      
      20%, 80% {
        transform: translate3d(2px, 0, 0);
      }
  
      30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
      }
  
      40%, 60% {
        transform: translate3d(4px, 0, 0);
      }
    }

.new_login_btn {

    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    margin: 9px auto;
    font-size: 17px;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    border: none;
    background: rgb(226 159 17);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.login-box {
    padding: 60px 20px;
}
/* ======================= */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 0px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 0px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 0px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 0px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  .geninvinci_logo {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px 20px;
}
.geninvinci_logo img{
  width: 106px;
}
.geninvinci_logo p {
  width: 100%;
  text-align: center;
  color: #c3ac7b;
  margin-top: 15px;
}
.blour_bg:before {
  backdrop-filter: blur(1.9px);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}