:root{
    --box-shadow: 0.5px 3px 3px 0.5px hsl(0, 0%, 75%);
    --poppins: "Poppins", Sans-Serif;
    --mitr: "Mitr", Sans-Serif;
    --site-clr: rgba(70%, 0%, 40%);
    --bg: hsl(0, 0%, 93%);
  }
  body{
    font-family: var(--mitr);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92vh;
    background: var(--bg);
    letter-spacing: 0px;
    flex-direction: column;
    user-select: none;
  }
  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: 28px;
    background: #fff;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    width: 335px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .head-two{
    margin-bottom: 3px;
    text-align: center;
  }
  .head-two img{
    width: 45px;
    height: 45px;
    margin-bottom: 3px;
    margin-top: 3px;
  }
  .box .head{
    margin-bottom: 25px;
    text-align: left;
  }
  .box .head img{
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .box .head h2{
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 13px;
    text-align: left;
    font-weight: 900;
    color: #555;
  }
  .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: left;
    color: #666;
  }
  .box .inputs{
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
  }
  .box .inputs span{
    font-size: 10px;
    color: #777;
    font-weight: 700;
    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: 48px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #0003;
    font-size: 12px;
    font-weight: 900;
    outline: none;
    font-family: var(--mitr);
  }
  @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: 900;
    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: 9px;
    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: 900;
    color: #555;
  }
  .box .link a{
    color: rgba(0%, 40%, 70%);
    font-weight: 900;
  }
  .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);
    }
  }