body {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background: linear-gradient(to bottom, #aad767, #8fc63d) no-repeat;*/
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  margin-bottom: 10px;
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-password-reset {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-password-reset h3 {
  text-align: center;
}
.form-password-reset img.logo {
  width: 250px;
  display: block;
  margin: 0 auto 10px auto;
}
.form-password-reset .form-password-reset-heading {
  margin-bottom: 10px;
}
.form-password-reset .checkbox {
  margin-bottom: 10px;
  font-weight: normal;
}
.form-password-reset .form-control {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-password-reset .form-control:focus {
  z-index: 2;
}
.form-password-reset input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-password-reset input.code {
  text-align: center;
  font-size: 150%;
}
.form-password-reset a.back {
  display: inline-block;
  margin-top: 10px;
}

footer.signup {
  background: #aad767;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 110%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
footer.signup a {
  color: #fff;
  text-decoration: underline;
}/*# sourceMappingURL=signin.css.map */