Login/Register Screen with CustomClipper

1. CustomClipper is used to design the backgrounds of the screen.
2. No image is used. So possible to change the color easily.
3.Color is defined within BuildContext by variable myColor. Changing the variable myColor property will change the whole screen color.