input::-webkit-input-placeholder { /* webkit, blink, edge */

    color :#fff;}

:-moz-placeholder { /* mozilla firefox 4 to 18 */

   color :#fff;}

::-moz-placeholder { /* mozilla firefox 19+ */

   color : #fff;}

input:-ms-input-placeholder { /* internet explorer 10-11 */

   color : #fff;}

input::-ms-input-placeholder { /* microsoft edge */

   color : #fff;}
