:root {
  --background-body: #fdfdfd;
  --text-body: #546e7a;
  --background-header: #3A913F;
  --border-bottom: #d8d8d8;
  --btn-submit: #4a4a4a;
  --btn-cancel: #d8dfe3;
  --disabled: #d8dfe3;
  --disabled-text: #90a4ae;
  --disabled-arrow: #b0bec5;
}