/**
| Vars
| ----------------------------------------------------------------
| Define a bunch of variables that are used in the stylesheets
*/
/**
| Colors
| ----------------------------------------------------------------
| Define a bunch of colors that we can re-use around the site
*/
main section {
  margin-bottom: 20px; }
  main section div {
    margin-bottom: 20px; }
main label {
  font-weight: bold;
  width: 120px;
  display: inline-block;
  text-align: right;
  margin-right: 4px; }
  main label:after {
    content: ": "; }
main input[type="text"], main input[type="password"] {
  width: 150px;
  height: 28px; }

/*# sourceMappingURL=login.css.map */
