/* line 1, /app/app/assets/stylesheets/devise.scss */
html, body {
  height: 100%; }

/* line 5, /app/app/assets/stylesheets/devise.scss */
body {
  background-color: #fffefe; }

/* line 9, /app/app/assets/stylesheets/devise.scss */
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/* line 14, /app/app/assets/stylesheets/devise.scss */
.content-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 60px; }

/* line 19, /app/app/assets/stylesheets/devise.scss */
.footer {
  background: white;
  border-top: 1px solid #e7eaec;
  padding: 10px 20px; }
