body
{
  width:auto;
  height:auto;
  background-size:cover;
}

#headerfp
{
  width:auto;
  height:auto;
  text-align:center;
  background:rgba(0,0,0,0.5);
}

#page-body
{
  background:rgba(0,0,0,0);
  padding: 2%;
  text-align:center;
  width: auto;
  height: auto;
}

#reset_title
{
  text-align: center;
  color:lightskyblue;
}

#footerdiv
{
  text-decoration:none;
}

#footerdiv a 
{
  color: lightskyblue;
}

table
{
  width:100%;
}

input[type="button"]
{
  border-radius:25px;
  background-color:black;
  color:white;
  margin-top:10px;
}

input[type="text"], input[type="password"]
{
  border-radius:50px;
  background-color:#D8D8D8;
}