A basic SignIn Form component.
To use, simply copy the component files into your own component directory within a React project.
Import the component into your App.js:
import SignIn from './components/SignIn';
And render the component in your render function via the tag.
