.form-container * {
	padding: 50px 0px;
  color: white;
}

.form-title h2, .form-title p {
  color:white;
}

.custom-form-field, 
.custom-form-field:active, 
.custom-form-field:focus {
    width: 100%;
    background: transparent;
    border: 3px solid white;
    padding: 10px 10px;
    color: white;
    outline: none;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    white;
}

::placeholder { /* Most modern browsers support this now. */
   color:    white;
}