.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
  width:100%;
}
.wpcf7 input[type="submit"]
{
  width:100%;
}
.form-design{
  background: #0F2027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
padding:30px;
}
.form-design h3
{
  color:#fff;
  text-transform:uppercase;
  font-size:26px;
  font-weight:700;
  margin:0 auto;
  padding:30px;
  text-align: center;
}
.la
{
  color:#fff;
}
.gagan
{
  position: relative;
    top: 20px;
    font-size: 25px;
    font-weight: 800;
    color: #0d88d2;
}
mark, ins {
    background: 
    #fff;
    text-decoration: none;
}