


* {
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-family: 'Trebuchet MS';
  color: #202020;
}


h1 {
  color: SeaGreen;
}


p, 
li {
  font-size: 12px;
}


a {
  text-decoration: none;
}


body {
    margin:0px;
}

span {
  display: inline-block;
  vertical-align: middle;
  /*line-height: normal;*/
}


input {
	text-align: center;
	width: 150px;
    padding: 3px;
    margin: 2px;
}

.loginWindow {
	text-align:center;
	/*margin-top: 40%;*/
  margin-top: 35vh;
	font-size: 12pt;
}


.loginUsername{

}


.loginPassword {

}


.loginStatus {
  font-size: 8pt;
  height: 20px;
}


.loginButton {
	background-color: lightgray;
  width: 100px;
  display: inline-block;
  border-radius: 5px;
  font-size: 10pt;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  color: #404040;
}


.newUserButton {
  font-size: 9pt;
  margin: 10px;
  color: #404040;
  cursor: pointer;
}