/* line 6, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/user-pages.css.sass */
.user-page {
  width: 400px;
  margin: auto;
  margin-top: 150px;
  padding: 30px 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff; }
  /* line 15, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/user-pages.css.sass */
  .user-page h2 {
    color: #666;
    margin-bottom: 25px;
    font-size: 27px; }
  /* line 20, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/user-pages.css.sass */
  .user-page input[type="submit"] {
    margin-top: 10px; }
  /* line 23, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/user-pages.css.sass */
  .user-page a {
    display: block;
    margin-bottom: 5px; }
  /* line 27, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/user-pages.css.sass */
  .user-page #error_explanation {
    color: #d00; }
    /* line 30, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/user-pages.css.sass */
    .user-page #error_explanation h2 {
      color: #d00;
      font-size: 14px;
      margin-bottom: 2px; }
    /* line 35, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/user-pages.css.sass */
    .user-page #error_explanation ul {
      list-style: disc;
      font-size: 12px; }
  /* line 41, /home/deploy/learning_cms/releases/20190314160855/app/assets/stylesheets/user-pages.css.sass */
  .user-page .field_with_errors input {
    border: 1px solid #d00; }
