*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* background: url(bg.jpg) no-repeat; */
    background-size: cover;
    background-color: white;
    background-position: center;
  }
  .wrapper{
    width: 440px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(9px);
    color: #fff;
    border-radius: 12px;
    padding: 30px 40px;
  }
  .logo img {
    width: 50%;
  }
  .logo p{
    position: relative;
    margin-top: 7px;
    right: 10%;
  }
  .logo {
    width: 100%;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .wrapper p{
    font-size: 13px;
    color: black;
    text-align: center;
  }
  .wrapper .input-box{
    position: relative;
    width: 100%;
    height: 40px;
  
    margin: 30px 0;
  }
  span {
    color: black;
    font-weight: bold;
  }
  .txt {
    color: black;
    justify-content: center;
    text-align: center;
    font-weight: 200;
    font-size: 35px;
    margin-bottom: 72px;
  }

  .input-box input:focus{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.397);
  
  }
  .input-box input{
    width: 100%;
    height: 20%;
    /* background: transparent; */
    border: none;
    outline: none;
    border: 1px solid rgba(82, 77, 77, 0.626);
    border-radius: 6px;
    font-size: 14px;
    color: black;
    padding: 15px 45px 15px 10px;
  }
  .input-box input::placeholder{
    color: gray;
  }
  .input-box button{
      border: none;
      float: right;
      position: relative;
      right: 7%;
      top: -26px;
      background-color: white;
      color: #0066a3;
  }
  .input-box i{
    position: absolute;
    right: 20px;
    top: 30%;
    transform: translate(-50%);
    font-size: 20px;
  
  }
  .wrapper .remember-forgot{
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
  }
  .remember-forgot label input{
    accent-color: #fff;
    margin-right: 3px;
  
  }
  .remember-forgot a{
    color: #fff;
    text-decoration: none;
  
  }
  .remember-forgot a:hover{
    text-decoration: underline;
  }
  .wrapper .btn{
    width: 100%;
    height: 30px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #0066a3;
    cursor: pointer;
    color: white;
    font-size: 14px;
  }
  .wrapper .register-link{
    font-size: 14.5px;
    /* text-align: center; */
    margin: 20px 0 15px;
  
  }
  .register-link a:hover {
    text-decoration: underline;
  }
  .register-link a{
    text-decoration: none;
    position: relative;
    left: 21%;
    color: #0066a3;
  }
  .register-link p a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .register-link p a:hover{
    text-decoration: underline;
  }
  .container {
    padding: 7px 30px;
    /* background-color: #f1f1f1; */
  }
  #incemail {
    color: red;
    text-align: left;
    margin-top: 4px;
  }