.form-error,
.form-success {
  background: #58ce38;
  width: 100%;
  color: #fff;
  clear: both;
  display: block;
  position: relative;
  top: 16px;
  margin: 0 auto;
  word-break: break-word;
  margin-bottom: 10px;
}
.form-error {
  background: #ce3838;
}
.form-error a,
.form-success a {
  display: block;
  color: #fff;
}
.attempted-submit .field-error {
  outline: 1px solid #ce3838 !important;
}
.bg--line {
  background: #06c755;
  color: #fff;
}
.btn.bg--line {
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn.bg--line .btn__text,
.btn.bg--line i {
  color: #fff !important;
}
