:root{
  --poppins: "Poppins", Sans-Serif;
  --mitr: "Mitr", Sans-Serif;
      --site-clr: linear-gradient(to left,#ff8000,#0000ff);
      --bg: hsl(0, 0%, 99%);
    }

   
       
  #password:inputs {
  position: relative;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    position: relative;
    width: 80px;
    height: 80px;
}

.loader-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #f3f3f3;
    border-top: 4px solid blue;
    animation: spin 1s linear infinite;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    object-fit: contain;
    z-index: 1;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#toggle-password-visibility {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}


.password-container {
  position: relative;
}

#password {
  width: 100%;
  padding-right: 25px; /* add padding for icon */
  box-sizing: border-box;
}


body{
  font-family: var(--mitr);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92vh;
  box-shadow: none;
  background-image: url('https://www.cidapay.com/auth/logos/cdp-bg.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  letter-spacing: 0px;
  flex-direction: column;
  user-select: none;
  z-index:-1;
}
span, h1, h2, h3, h4, h5, h6, div, button, table, p, b, i, section, form, em, input, textarea{
  font-family: var(--mitr);
}
a{
  text-decoration: none;
}
button{  
  letter-spacing: 0px;
}
.box{
  padding: 20px;
  border-radius: 15px;
  width: 335px;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 15px;
  box-shadow: none;
  z-index:100%;
  position:relative;
  opacity:40px;
    background-color: rgba(255,255,255,0.13);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
}
.head-two{
  margin-bottom: 3px;
  text-align: center;
}
.head-two img{
  width: 100px;
  height: 50px;
  margin-bottom: 3px;
  margin-top: 3px;
 
}
.box .head{
  margin-bottom: 22px;
  text-align: center;
}
.box .head img{
  width: 100%;
  height: 100PX;
  object-fit:cover;
  margin-bottom: 10px;
  margin-top: 5px;
 
}
.box .head h2{
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 6px;
  text-align: left;
  font-weight: 800;
  color:blue;
  text-align:center;
}
.box .inputs #check{
  color: rgba(0%, 70%, 0%);
  font-size: 15px;
  position: absolute;
  top: 41px;
  right: 7px;
  padding: 1px;
  background: #fff;
  border-radius: 50%;
}

.box .inputs #checkErr{
  color: rgba(70%, 0%, 0%);
  font-size: 15px;
  position: absolute;
  top: 41px;
  right: 7px;
  padding: 1px;
  background: #fff;
  border-radius: 50%;
}
.box .head span{
  font-size: 13px;
  display: block;
  line-height: 17px;
  text-align: center;
  color: #777;
}
.box .inputs{
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
 
}
.box .inputs span{
  font-size: 12px;
  color: #888;
  font-weight: 300;
  letter-spacing: 0px;
}
.box .inputs .err i,
.box .inputs .suc i{
  font-size: 13px;
  margin-right: 7px;
}
.box .inputs .err,
.box .inputs .suc{
  padding: 2px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 00;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
  align-items: center;
}
.box .inputs .err{
  color: rgba(80%, 0%, 0%);
}
.box .inputs .suc{
  color: rgba(0%, 60%, 0%);
}
.box .inpSep{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.box .inpSep .inputs{
  width: 48%;
}
.box .inputs input[type="password"]{
  font-size: 15px;
}
.box .inputs select,
.box .inputs input{
  padding: 10px;
  height: 38px;
  border:none;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid #000;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  font-family: var(--mitr);
  background: transparent;
}
.box .inputs input:focus{
    border-bottom-color:blue;
}
@keyframes over{
  from{
    transform: translateY(-7px);
    opacity: 0;
  }
  to{
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes overUp{
  from{
    transform: translateY(0px);
    opacity: 1;
  }
  to{
    transform: translateY(-6px);
    opacity: 0;
  }
}
.box .inputs input::placeholder{
  font-weight: 500;
  color: #0003;
  font-size: 11px;
}

.box button.b{
  margin-top: 10px;
}
.box button{
  padding: 10px;
  height: 48px;
  border: none;
  outline: none;
  background: var(--site-clr);
  color: #fff;
  line-height: 0;
  border-radius: 15px;
  width: 100%;
  margin-top: 25px;
  font-family: var(--mitr);
  font-size: 11px;
  font-weight: 900;
}
.box button i{
  margin-left: 7px;
}
.box .sep{
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.box .sep input{
  width: 11px;
  height: 11px;
}
.box .sep.t-c{
  text-align: center;
  margin-bottom: 0;
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.box .sep.t-c input{
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
.box .sep.t-c label{
  font-size: 10px;
  font-weight: 600;
  font-family: var(--mitr);
}
.box .sep label{
  font-size: 10px;
  font-weight: 500;
  color: #333;
}
.box .link{
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.box .link a{
  color: #0000ff;
  font-weight: 600;
}
.box .link span{
  display: block;
  margin-top: 13px;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
  font-size: 10px;
}
.b-b{
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin-top: 10px;
  width: 320px;
  box-sizing: border-box;
}
.b-b button{
  padding: 20px;
  height: 30px;
  background: var(--site-clr);
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 0;
  border-radius: 20px;
  border: none;
  outline: none;
  letter-spacing: 0.6px;
  font-family: var(--mitr);
}
.box button.resend-btn{
  border: none;
  background: transparent;
  color: var(--site-clr);
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  width: auto;
  padding: 0;
}
.alertErr,
.alertSuc{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(0, 0%, 10%, 0.4);
  transition: 0.25s;
}
.alertErr .adiv,
.alertSuc .adiv{
  padding: 26px;
  border-radius: 15px;
  background: #fff;
  width: 260px;
  box-shadow: border-box;
  word-break: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: zoomInMsg 0.2s;
  transition: 0.25s;
}
@keyframes zoomInMsg{
  from{
    transform: scale(0.7);
    opacity: 0.1;
  }
  to{
    transform: scale(1);
    opacity: 1;
  }
}
.alertErr,
.alertSuc{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(0, 0%, 10%, 0.4);
  transition: 0.25s;
}
.alertErr .adiv,
.alertSuc .adiv{
  padding: 0px;
  border-radius: 16px;
  background: #fff;
  width: 290px;
  box-shadow: border-box;
  word-break: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: zoomInMsg 0.2s;
  transition: 0.25s;
  overflow: hidden;
}
@keyframes zoomInMsg{
  from{
    transform: scale(0.9);
    opacity: 0.1;
  }
  to{
    transform: scale(1);
    opacity: 1;
  }
}
.alertErr .adiv i,
.alertSuc .adiv i{
  font-size: 50px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.alertErr .adiv span,
.alertSuc .adiv span{
  font-size: 13px;
  font-weight: 400;
  color: #222;
  margin-top: 10px;
  margin-bottom: 18px;
  text-align: center;
  padding: 0px;
  padding-left: 13px;
  padding-right: 13px;
}
.alertSuc .adiv i{
  color: rgba(0%, 50%, 0%);
}
.alertErr .adiv i{
  color: rgba(80%, 0%, 0%);
}
.alertErr .adiv .button,
.alertSuc .adiv .button{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  border-top: 1px solid hsl(0, 0%, 70%);
  padding-top: 0px;
}
.alertErr .adiv .button button,
.alertSuc .adiv .button button{
  padding: 10px;
  color: #fff;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 0px;
  height: 45px;
  width: 50%;
  font-size: 12px;
  font-family: var(--mitr);
  background: #fff;
  color: #666;
  border: none;
}
.alertErr .adiv .button button:hover,
.alertSuc .adiv .button button:hover,
.alertErr .adiv .button button:active,
.alertSuc .adiv .button button:active{
  background: hsl(0, 0%, 90%);
}
.alertSuc .adiv .button #cancelBtn,
.alertErr .adiv .button #cancelBtn{
  border-right: 0.8px solid hsl(0, 0%, 70%);
}
.alertErr .adiv .button #okBtn,
.alertSuc .adiv .button #okBtn{
  border-left: 0.8px solid hsl(0, 0%, 70%);
}
.spin{
  padding: 2px;
  height: 25px;
  width: 25px;
  border: 2.7px solid #fff;
  border-top: 2.7px solid #0003;
  background: transparent;
  border-radius: 50%;
  animation: infinitySpin 0.5s linear infinite;
  display: inline-block;
  box-sizing: border-box;
}
@keyframes infinitySpin{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}