

.lockImage{

  width: 400px;
  margin-top: calc(50vh - 200px);
  cursor: pointer;

}

#lockScreen{

  text-align: center;

}

#passwordPopup{

  display: none;
  position: fixed;
  height: 30%;
  width: 30%;
  top: 35%;
  left: 35%;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  border: solid black 1px;
  font-size: 20px;

}

#passwordPopup>input{

  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #777777;
  border: none;
  outline: none;
  font-size: 21px;
  margin-top: 15px;

}
