/*

Your custom css

*/


.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    box-sizing: border-box;
    width: 100%;
}

input[type=emailModern], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
    font-size: 13px;
    color: #fffff !important;
    padding: 10px 12px;
    background-color: transparent !important;
    border: 2px solid #fff !important;
    outline: 0;
    margin-bottom: 4px;
}

.wpcf7-submit {
    color: white;
    border: 1px solid #ffffff;
    width: 100%;
    margin-top: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color:white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

