.notice {
  width: 100%;
  padding: 2rem;
  color: #fff;
  border-radius: .4rem;
}

.notice_alert {
  background-color: #FFE5E5;
  color: rgb(177, 4, 4);
  font-weight: 600;
  text-align: center;
}

.notice_alert dt {
  color: #C53939;
  font-weight: 600;
  margin-bottom: .5rem;
}

.notice_alert dd {
  color: #333;
}

.notice_disable {
  background-color: #D7D7D7;
  color: #333;
  font-weight: 600;
  text-align: center;
}

.notice_error {
  background-color: #FFE5E5;
  color: #C53939;
  font-weight: 600;
  text-align: center;
}

.notice_error dt {
  margin-bottom: 1rem;
  font-weight: 600;
}

.notice_error dd {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}

.notice_success {
  background-color: #31AD7D;
  font-weight: 600;
  text-align: center;
}

.field_with_errors input,
.field_with_errors textarea,
.field_with_errors select {
  background-color: #FFE2E2;
  border: 1px solid #C53939;
}
