/* line 10, app/assets/stylesheets/devise/devise.scss */
#devise {
  min-height: 100vh;
}

@media screen and (max-width: 549px) {
  /* line 13, app/assets/stylesheets/devise/devise.scss */
  #devise .panel {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 550px) {
  /* line 13, app/assets/stylesheets/devise/devise.scss */
  #devise .panel {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 24, app/assets/stylesheets/devise/devise.scss */
#devise .panel .panel-header {
  padding: 5px;
}

/* line 27, app/assets/stylesheets/devise/devise.scss */
#devise .devise-form {
  margin-top: 100px;
  padding: 10px;
  background-color: #eee;
  border-radius: 5px;
}

/* line 33, app/assets/stylesheets/devise/devise.scss */
#devise .devise-form h4 {
  border-bottom: 1px solid #fff;
}

/* line 37, app/assets/stylesheets/devise/devise.scss */
#devise #and-more a {
  color: #333;
  text-decoration: none;
  margin: 5px;
}
