:root {
  --black: #2a3547;
  --gray: #ecf2ff;
  --red: #fa896b;
  --red-light: #FBF2EF;
  --blue: #5d87ff;
  --blue-light: #e8f7ff;
  --green: #13DEB9;
  --green-light: #E6FFFA;
}
input::placeholder {
  color: #D3D3D3 !important;
}
