a,
h1.title>span,
.row h2 i,
.social a:hover,
.modal-toggle i:hover,
#bg-video-controls i:hover {
	color: yellow;
}

button,
input[type="submit"],
button:hover,
button:focus,
input[type="submit"]:focus,
input[type="submit"]:hover,
.form-field span.errors,
.bounce1,
.bounce2,
.bounce3 {
	background-color: yellow;
}

button,
input[type="submit"],
.form-field span.error {
	background-color: yellow !important;
}

.form-field span.error {
	border: 1px solid #ff5744;
}

.page-loader .progress {
	border-left-color: #ff5744;
}