::placeholder {
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #FFFFFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #FFFFFF;
}
* Forms
末末末末末末末末末末末末末末末末末末末末末末末末末 */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 50px;
  font-size:14px;
  font-weight:800;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color:#038690;
  border: 1px solid #038690;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color:#FFFFFF !important; }

@media  only screen and (min-device-width: 768px) 
{
    .form-container {
      padding: 2%;
      background: #ffffff;
         
      max-width: 400px;
      margin: auto;
	 
	  
    }

}

h1, p 
{
  text-align: center;
}

input, textarea , button
{
  width: 100%;
  color:#ffffff;
}    
textarea
{
  height: 200px;
}

