/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

::-webkit-input-placeholder { 
    background: #df6d24;
	padding:17px;
 }
 :-moz-placeholder { 
   background:#df6d24;
   padding:17px;
 }
 ::-moz-placeholder { 
    background: #df6d24;
	padding:17px;
 }
 :-ms-input-placeholder { 
    background: #df6d24;
	padding:17px;
 }