.form-card {
  background:#fff;
  padding: 20px;
  border: solid 1px #f1f1f1;
  margin-bottom: 20px;
  max-width:650px;
  margin:auto;
  border-radius: 8px;
  box-shadow: 0 0 15px rgb(0 0 0 / 12%);
}
.form-card>label {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Gilroy-Medium', sans-serif;
}
#edit-actions {
  max-width:650px;
  margin:auto;
}