input[type="password"], input[type="text"]
{
  font-size:24px;
  width:90%;
}

input::placeholder
{
  font-size:16px;
  margin-left:12px;
}

#page-body tr
{
  font-size:14px;
}

#submitButton
{
  font-size:16px;
}

#googletable
{
  width:66%;
}

.googleborder
{
  width: 38%;
  border-top:solid 1px white;
}

#loginButton, #registerButton
{
  font-size:16px;
  width:33%;
  height:36px;
}

#reset
{
  font-size:10px;
  margin-right:5%;
  margin-left:5%;
  width:90%;
}

#footer
{
  font-size:10px;
}

#page-body
{
  margin-top:20%;
}

#googleborderdiv
{
  width:100%;
  margin-left:0%;
  margin-right:0%;
}

#googlebordertext
{
  font-size:12px;
}

#googleSignin
{
  margin-left:28%;
  margin-right:28%;
  width:44%;
}

#loginPassword
{
  background: url(../img/lock.jpg) no-repeat scroll 9px 9px #D8D8D8;
  background-size:20px;
}

#loginUsername
{
  background: url(../img/human.jpg) no-repeat scroll 6px 6px #D8D8D8;
  background-size:26px;
}