export const FormContainer = styled.div`
  margin-top: 0.5rem;
  border-radius: 3px;
  border: 2px solid ${themeConfig.colors.greyLighter};
  background-color: ${themeConfig.colors.greyLightest};