
      .passbase {
        position: absolute;
        background-image: url('/I2/Den/water.jpg');
        background-size:100% auto;background-repeat:no-repeat;
        top:0;left:0;
        height:100%;width:100%;
        padding: 20px;
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        font-family: Potta One;
      }
      #ded {
        vertical-align: middle;
        text-align: center;
        grid-row: 2;grid-column: 2;
      }
      #dedbt {
        width:60%;background:none;border:none;cursor:pointer;
        background-image: url('/I2/Den/tryagain.png');background-size:100% 100%;background-repeat:no-repeat;
      }
      #dedbt:active {
        background-image: url('/I2/Den/tryagainclick.png');
      }
      #pswd {
        vertical-align: middle;
        text-align: center;
        grid-row: 2;grid-column: 2;
       color: rgb(178, 222, 252);
      }
      #pswd > input {
        font-family: Potta One;
      }
      #pswd > button {
        font-family: Potta One;
        margin:5px;
      }
      #pswd > p {
       font-size: 10px; 
      }
      
      #wrongpswd {
        background-image: linear-gradient(rgba(32, 0, 1) 0%, rgba(52, 12, 12) 50%, rgba(80, 30, 31) 100%);
      }
      
      
      

