body {
	background: #080c10;
	color: #fff;
}

#application {
	background: #080c10;
}
p,ol,ul,li,blockquote,span{
	color: #fff;
}
input,textarea,select{
	background: #080c10;
	border: 1px solid #ff5722;
	color: #fff;
}
.attach-or-paste .unstyled-button.link-button {
	background: #080c10;
	color: #fff;
	padding: .5rem;
}

.attach-or-paste .unstyled-button {
	background: #080c10;
	border: 1px solid #ff5722;
	color: #fff;
}

.accessible #submit_app, .accessible #apply_button {
	background: #080c10;
	color: white;
	border: 1px solid #ff5722;
	color: #fff;
}
a {
	color: #ff5722;
}

#application div.required-fields,
.required-fields {
	color: #fff;
}