.ak-form-notice {
  display: none;
  margin: 14px 0;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.45;
}

.ak-form-notice.is-error {
  display: block;
  color: #7a1f1f;
  background: #fff1f1;
  border: 1px solid #f0b8b8;
}

.ak-form-notice.is-success {
  display: block;
  color: #1f5a35;
  background: #eefaf2;
  border: 1px solid #b8dfc5;
}

.ak-submit-btn[disabled],
.ak-mail-form button[type="submit"][disabled] {
  cursor: wait;
  opacity: 0.72;
}

.ak-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ak-form-success {
  text-align: center;
}

.ak-form-success h3 {
  margin-bottom: 10px;
}

.ak-form-success p {
  margin-bottom: 20px;
}
