/**
| 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.error {
  color: #CC0000;
  font-size: 12pt; }
main form div {
  margin: 10px 0; }
main form label {
  font-weight: bold;
  width: 150px;
  display: inline-block;
  text-align: right;
  margin-right: 4px; }
  main form label:after {
    content: ": "; }
main form input[type="text"], main form input[type="password"] {
  width: 200px !important; }
main form input[type="submit"] {
  margin-top: 20px; }

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