Input
Inputs are necessary for user interaction with the website. Inputs are used to take information from the user, and then save the data to the server, accordingly.

Basic
This is the basic and default input used all over.
Use classes combination of input-box & basic

Success
This input indicates a successful validation for the users entry.
Use classes combination of input-box & success-input

Warning
This input is used to display warnings incase of any invalid type entries by the user.
Use classes combination of input-box & warning-input

Error
This input is used to indicate error validation for the users entry.
Use classes combination of input-box & error-input