#login-form ul {
  padding-left: 15px;
}

#login-form li {
  list-style-type: square;
  list-style-position: inside;
}

#login-form input[type=text],
#login-form input[type=password] {
  font-size: x-small;
  width: 90%;
  display: block;
  margin: auto; 
}
#login-form input[type=submit] {
  font-size: x-small;
}


#working, #not-working {
  text-align: center;
}

.right-col {
  font-size: x-small;
  margin: 10px;
  border: 1px outset #ccc;
}
