.form-style-6{
        font: Helvetica,Arial , sans-serif;
        max-width: 960px;
        margin:  auto;
        padding: 16px;
        margin-bottom: 0;
        border-bottom-right-radius:10px;
        border-bottom-left-radius:10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.05), 0px 5px 5px rgba(0, 0, 0, 0.05);
        background-image: -moz-linear-gradient( 90deg, rgb(0,156,170) 0%, rgb(114,203,222) 100%);

        background-image: -webkit-linear-gradient( 90deg, rgb(0,156,170) 0%, rgb(114,203,222) 100%);

        background-image: -ms-linear-gradient( 90deg, rgb(0,156,170) 0%, rgb(114,203,222) 100%);


    }

    .form-style-6 input[type="text"],
    .form-style-6 input[type="date"],
    .form-style-6 input[type="datetime"],
    .form-style-6 input[type="email"],
    .form-style-6 input[type="number"],
    .form-style-6 input[type="search"],
    .form-style-6 input[type="time"],
    .form-style-6 input[type="url"],
    .form-style-6 textarea,
    .form-style-6 select
    {
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 25%;
        float: left;
        background: snow;
        margin-left: 2%;
        margin-bottom: 0;
        padding: 2%;
        color: teal;
        font: 100% Arial, Helvetica, sans-serif;
        border: 1px solid #0da9bc;
        border-radius:1em;
    }
    .form-style-6 input[type="text"]:focus,
    .form-style-6 input[type="date"]:focus,
    .form-style-6 input[type="datetime"]:focus,
    .form-style-6 input[type="email"]:focus,
    .form-style-6 input[type="number"]:focus,
    .form-style-6 input[type="search"]:focus,
    .form-style-6 input[type="time"]:focus,
    .form-style-6 input[type="url"]:focus,
    .form-style-6 textarea:focus,
    .form-style-6 select:focus
    {
        box-shadow: 0 0 20px #00bed4;
        padding: 2.2%;
        background: white;
        border: 1px solid #00bed4;
    }

    .form-style-6 input[type="submit"],
    .form-style-6 input[type="button"]{
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 10%;
        padding: 2%;
        font-size: 100%;

        background: #505459; /* Old browsers */
        background: -moz-linear-gradient(top, #505459 0%, #282828 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #505459 0%,#282828 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #505459 0%,#282828 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.05), 0px 5px 5px rgba(0, 0, 0, 0.05);
margin-left: 5%;

        border-bottom: 2px solid #2c2c2c;
        border-top-style: none;
        border-right-style: none;
        border-left-style: none;
        color: #fff;
        border-radius:1em;
    }

    .form-style-6 input[type="submit"]:hover,
    .form-style-6 input[type="button"]:hover{
        background: #282828;
    }


    .form-style-6 input::-webkit-input-placeholder {
       color: #abd6db;
       font-weight: bold;

    }
.form-style-6:-moz-placeholder { /* Firefox 18- */
  color: #abd6db;
  font-weight: bold;
}
.form-style-6::-moz-placeholder {  /* Firefox 19+ */
  color: #abd6db;
  font-weight: bold;
}
.form-style-6:-ms-input-placeholder {
  color: #abd6db;
  font-weight: bold;
}
