html, body {
  font-family: 'Arimo', sans-serif; }

.hero.is-success {
  background-color: #E0F6CF;
  color: #fff; }

.input.is-large:focus {
  border-color: #29590c; }

.button.is-info {
  background-color: #79BB2B;
  border-color: transparent;
  color: #fff; }

.hero .nav, .hero.is-success .nav {
  box-shadow: none; }

.box {
  margin-top: 5rem; }

.avatar {
  margin-top: -70px;
  padding-bottom: 20px; }

.avatar img {
  padding: 5px;
  background: #fff;
  max-width: 128px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }

input {
  font-weight: 300; }

p {
  font-weight: 700; }

p.subtitle {
  padding-top: 1rem; }

.button.is-info:focus, .button.is-info:hover {
  background-color: #29590c;
  border-color: #29590c; }

input[type="email"]#doodler {
  display: none; }


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