

form{
background:transparent;
width:100%;
border:1px solid transparent;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow:inset 0 0 10 #000;
margin: auto;
font-size:15px;
}

h1, h2, h3, h4, h5, h6{text-align:center;color:black;}



form > input-placeholder{color:#fff;}

form:-moz-input-placeholder {
  color: #fff;
	
}
form:-ms-input-placeholder {
  color: #fff;
}
form:-webkit-input-placeholder{
  color: #fff;
}

form button{
width:100%;
margin-top:15px;
height:50px;
background:#000;
border:1px solid transparent;
color:white;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-size:15px;
}




::-webkit-input-placeholder { color: #fff; } /* WebKit */
:-moz-placeholder { color: #fff; } /* Firefox 18- */
::-moz-placeholder { color: #fff; } /* Firefox 19+ */
:-ms-input-placeholder { color: #fff; } 
