@charset "UTF-8";

:root{

  --font-size:  calc(0.6rem + 0.8vw);
  }

  @font-face {
    font-family: inconsolata-regular;
    src: url("./../../assets/fonts-password/Inconsolata-Medium.ttf");
  }

body{
  width: 100%;
  overflow: hidden;
  background-color: black;
  cursor: url("./../../assets/images-password/key-png.png"), auto;
}

label {
  display: block;
  text-align: center;
  color: white;
  font-size: calc(var(--font-size) * 2);
  text-transform: uppercase;
  font-family: inconsolata-regular;
  margin-bottom: 1rem;
}

.mdp{
  margin-top: 25%;
  
}

input[type='submit'],
label {
  margin-top: 2rem;
}

.rectangle{
  display: flex;
justify-content: center;
}

.enter{
  display: flex;
justify-content: center;
}


.gif01{
  position: absolute;
  top: 2%;
  left: 2%;
  width: 20%;
}

.gif02{
  position: absolute;
  top: 4%;
  left: 30%;
  width: 20%;
}

.gif03{
  position: absolute;
  top: 10%;
  left: 55%;
  width: 20%;
}

.gif04{
  position: absolute;
  top: 2%;
  left: 80%;
  width: 15%;
}

.gif05{
  position: absolute;
  top: 35%;
  left: 10%;
  width: 25%;
}

.gif06{
  position: absolute;
  top: 35%;
  left: 70%;
  width: 25%;
}

.gif07{
  position: absolute;
  top: 65%;
  left: 10%;
  width: 30%;
}

.gif08{
  position: absolute;
  top: 65%;
  left: 40%;
  width: 20%;
}

.gif09{
  position: absolute;
  top: 65%;
  left: 65%;
  width: 30%;
}





@media (orientation: landscape) {
  
}

@media (orientation: portrait) {

  label {
    display: block;
    text-align: center;
    color: white;
    font-size: calc(var(--font-size) * 2);
    text-transform: uppercase;
    font-family: inconsolata-regular;
    margin-bottom: 1rem;
  }
  
  .mdp{
    margin-top: 65%;
    
  }
  
  input[type='submit'],
  label {
    margin-top: 2rem;
  }
  
  .rectangle{
    display: flex;
  justify-content: center;
  }
  
  .enter{
    display: flex;
  justify-content: center;
  }
  
  
  .gif01{
    position: absolute;
    top: 6%;
    left: 15%;
    width: 30%;
  }
  
  .gif02{
    position: absolute;
    top: 4%;
    left: 30%;
    width: 20%;
    display: none;
  }
  
  .gif03{
    position: absolute;
    top: 18%;
    left: 60%;
    width: 30%;
  }
  
  .gif04{
    position: absolute;
    top: 2%;
    left: 80%;
    width: 15%;
    display: none;
  }
  
  .gif05{
    position: absolute;
    top: 35%;
    left: 10%;
    width: 25%;
    display: none;
  }
  
  .gif06{
    position: absolute;
    top: 35%;
    left: 70%;
    width: 25%;
    display: none;
  }
  
  .gif07{
    position: absolute;
    top: 65%;
    left: 15%;
    width: 45%;
  }
  
  .gif08{
    position: absolute;
    top: 75%;
    left: 50%;
    width: 36%;
  }
  
  .gif09{
    position: absolute;
    top: 65%;
    left: 65%;
    width: 30%;
    display: none;
  }
  
}