/* line 1, app/assets/stylesheets/templates-form.scss */
.field-list {
  margin-top: 20px;
}

/* line 5, app/assets/stylesheets/templates-form.scss */
.template-field-list {
  width: 100%;
}

/* line 8, app/assets/stylesheets/templates-form.scss */
.template-field-list .field label {
  margin-top: 0;
}

/* line 14, app/assets/stylesheets/templates-form.scss */
.template-form label {
  font-size: 1.2em;
  padding-top: 0.5em;
}

/* line 19, app/assets/stylesheets/templates-form.scss */
.template-form .form-control {
  margin-bottom: 8px;
}

/* line 23, app/assets/stylesheets/templates-form.scss */
.template-form input[type="checkbox"] {
  margin: 0.8em 1.2em;
}

/* line 27, app/assets/stylesheets/templates-form.scss */
.template-form input[type="submit"] {
  background: #dfeffc;
  border: 1px solid #c5dbec;
  color: #2e6e9e;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  border-radius: 4px;
  line-height: normal;
  overflow: visible;
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 5px 15px;
  margin: auto;
}

/* line 45, app/assets/stylesheets/templates-form.scss */
.redirect-input {
  width: 300px;
}
