html body {
  background-color: #f1f9f9;
  text-align: center; }

form {
  max-width: 500px;
  padding: 19px 29px 29px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: Tahoma, Geneva, sans-serif;
  color: #222;
  font-weight: lighter; }
  form h1 {
    font-size: 26px;
    color: #2a6597; }

form input[type="text"],
form input[type="password"],
form input[type="email"] {
  font-size: 16px;
  height: 45px;
  padding: 7px 9px; }

#remember {
  height: 16px;
  width: 20px;
  display: inline-block;
  font-size: 16px; }

form label {
  color: #2a6597;
  font-weight: normal; }

img.logo {
  margin-bottom: 3%; }

/*# sourceMappingURL=login.css.map */

/*# sourceMappingURL=sign.css.map */
