.contact-form{
 
  }

  .contact-form input[type="checkbox"] {
   width: 30px;
   padding: 0px;
}
  
  .wpcf7-select,
  .contact-form textarea,
  .contact-form input{
     width:100%;
     background-color:#f7f7f7;
     border:1px solid grey;
     /* padding:25px 15px */
  }

  input[type=submit].boton,
  .contact-form input[type="submit"]{

       transition: all 0.7s ease;
       background: #102a2d;
       color:white;
      }
  .contact-form input[type="submit"]:hover{
      background: rgb(229, 255, 0);
     color:#333333;
  }
  .contact-form h1{
  margin-top: 0;
  margin-bottom: 0;
  }
  .jvFloat .placeHolder {
     position: relative;
  }
  
  .jvFloat .placeHolder {
     color:#333;
     text-decoration: underline;
     top: 45px;
     left: 5px;
     z-index: 9;
  }
  