.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid $color-border;
  padding: 16px 20px;
}
