html {
    background: black;
    height: 100%;
    /*overflow: hidden;*/
    overflow-y: hidden;
  }
  
  body {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  
  
  /* Color of the text - you can change it as you need. */
  
  div {
    color: rgb(46, 146, 59);
    text-decoration: none;
    list-style-type: none;
    list-style: none;
    
  }
  
  
  /* These are the properties applied to div that has the "innerDiv" class - you can change it as you need. */
  
  .innerDiv {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .bttn {
    left: 10px;
    bottom: 10px;
    align-items: center;
  }
  #scan {
    font-size: 6em;
    align-self: center;
    align-items: center;
    size: 100vmax;
    vertical-align: middle;
    /*background-color: brown;*/
    border: 1px;
    background: none;
    text-decoration: none;
    position: fixed;
  
    margin-left: 40vw;

    margin-right: 40vw;
    
  }
  #stat {
    position: absolute;
  }
  #ul {
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    font-size: 3.3em;
    margin-right: 30px;
    margin-left: 20px;
    /*background-color: bisque;*/
    
    position: absolute;
    
  }
 .demobutton {
    margin: 10px;
    padding: 10px;
    /*background-color: antiquewhite;*/
    display: block;
    font-size: 1em;
    opacity: 0.7;
    border-radius: 50px;
    position: relative;
    bottom: 20px;
    top: 40px;
  }
  h1 {
    color: rgb(46, 146, 59);
    margin-right: 0;
    padding: 0;
    /*font-size: 3rem;*/
  }
  h2 {
    color: rgb(46, 146, 59);
    margin: 0;
    padding: 0;
  }
.login-wrapper {
  height: 20vh;
  width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#form {
  position: absolute;
  width: 50%;
  max-width: 400px;
  /*padding: 80px 40px 40px;*/
  background: rgba(0,0,0,0.7);
  border-radius: 10px;
  /*color: #fff;*/
  color: rgb(56, 145, 30);
  /*box-shadow: 0 15px 25px rgba(0,0,0,0.5);*/
}
#form::before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: rgba(255,255,255, 0.08);
  transform: skewX(-26deg);
  transform-origin: bottom left;
  border-radius: 10px;
  pointer-events: none;
}
#form .input-group {
  position: relative;
}
#form .input-group input {
  width: 100%;
  padding: 10px 0;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid rgb(46, 146, 59);
  outline: none;
  background-color: transparent;
  color: inherit;
}
#form .input-group label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 1rem;
  pointer-events: none;
  transition: .3s ease-out;
}
#form .input-group input:focus + label,
#form .input-group input:valid + label {
  transform: translateY(-18px);
  color: #ff652f;
  font-size: .8rem;
}
#submit {
  display: block;
  margin-right: auto;
  border: none;
  background: rgb(46, 146, 59, 0.4);
  color: rgb(46, 146, 59);
  text-transform: uppercase;
  letter-spacing: 1px;
  /*padding: 10px 20px;*/
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
#submit:hover {
  background: rgb(46, 146, 59, 0.75);
  color:rgb(250, 248, 107)
}
.icon-wrapper {
  height: 10vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.icon {
  position: absolute;
  width: 100%;
  max-width: 380px;
  align-items: center;
  align-content: center;
  /*padding: 80px 40px 40px;*/
  /*background: rgba(0,0,0,0.7);*/
  border-radius: 10px;
  /*color: #fff;*/
  color: rgb(56, 145, 30);
  /*box-shadow: 0 15px 25px rgba(0,0,0,0.5);*/
}
.ico-btn {
  font-size: 1em;
  color: black;
  /*position: relative;*/
}
#png {
  font-size: 1em;
  /*margin: 10px 10px 20px;*/
  /*margin-top: 50vh;*/
  margin-bottom: 20px;
  padding: 10px;
  background-image: url(../images/grafana.png);
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
}
.list {
  margin: 10px;
  padding: 10px;
  background-color: antiquewhite;
  display: block;
}
li {
  padding: 10px;
  margin: 10px;
}
button {
  font-size: 2em;
  margin: 55px, 100px;
  color: black;
}
.ttt {
  align-items: center;
}
/*input[type=text],input[type=password]{
  width: 100%;
  height: 40px;
  padding: 5px;
  margin-bottom: 30px;
  margin-top: 5px;
  border: 2px solid #ccc;
  color: #4f4f4f;
  font-size: 16px;
  border-radius: 5px;
  }*/
  /*label{
  color: #464646;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
  font-weight: bold;
  }*/
  /*center{
  font-size:32px;
  }*/
  /*.note{
  color:red;
  }
  .valid{
  color:green;
  }
  .back{
  text-decoration: none;
  border: 1px solid rgb(0, 143, 255);
  background-color: rgb(0, 214, 255);
  padding: 3px 20px;
  border-radius: 2px;
  color: black;
  }*/
  /*input[type=button]{
  font-size: 16px;
  background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
  border: 1px solid #e5a900;
  color: #4E4D4B;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  padding: 10px 0;
  outline:none;
  }*/
  /*input[type=button]:hover{
  background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
  }*/
