body {
  background-color: black;
  color: white;
  font-family: "DejaVu Sans", sans-serif;
  font-size: 100%;
  text-align: center;
}
.border {
  text-align: left;
  border-style: dotted;
  border-color: purple;
}
input[type="text"]{
    display: block;
    border: none;
    color: white;
    background: transparent;
    border-bottom: 1px dotted black;
    padding: 5px 2px 0 2px;
    border-color: purple;
    text-align: center;
}

input[type="text"]:focus {
    outline: none;
    border-color: orange;
}
input[type="text"]:hover {
    outline: none;
    border-color: orange;
}
#pass {
	width: 197px;
	margin: auto;
}
a, a:hover, a:visited, a:active {
	color: inherit;
	text-decoration: none;
	cursor: text;
}
#pi {
	font-size: 0.8em;
	position: fixed;
	bottom: 5px;
	right: 5px;
	color: #eeeeee;
	background-color: rgba(255,255,255,.1);
	padding: 5px;
	padding-top: 2px;
	text-align: right;
}
#content {
	text-align: left;
	margin-left: 15%;
	margin-right: 15%;
}
