#tk-form-reimagine .uk-modal-dialog {
    background: #000;
}

#tk-form-reimagine input[type="text"],
#tk-form-reimagine input[type="email"],
#tk-form-reimagine textarea {
	background-color: black;
	border: none;    
	box-shadow: none;
	color: white;
	border-bottom: solid 1px;
	margin-bottom: 30px;
}

#tk-form-reimagine input[type="submit"] {
	background: #000;
	color: white;
	border: solid 1px white !important;
	padding: 1rem 3rem;
}