body{
  background-position: 10px 10px 40px 25px;
  background-size: 22%;
  background-repeat: no-repeat;
  background-color: snow;
  /*background-image: url(../../_assets/creative-tim-icons/SVG/Backgrounds/bg11.SVG);
  background-position: left*/
} 

#logWindow{
  width: 50%;
  height: 400px;
  padding: 2%;
  margin-top: 5%;
  margin-bottom: 1%;
  margin-left: 25%;
  background-color:lightgrey; /*rgba(0,0,0,0.1);*/
}

#logWindow b {
  font-size: 200%;
}

#logWindow input[type="submit"]{
  width: 30%;
  height: 40px;
  font-size: 120%;
}

.success{
  font-size: 160%;
  color: #00ff00
}
strong{
  font-size: 130%
}
#ugflag{
  width: 5%;
  height: auto;
  border-radius: 1px;
}

.error{
  color: maroon;
}

#divError{
  text-align: center;
}