body {
	background: #444;
}

.form-title {
	font-family: "Exo 2";
	font-weight: bold;
	font-size: 32px;
	font-style: italic;
	color: darkorange;
}

.form-description {
	font-family: "Exo 2";
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.form-icon-information {
	color: cornflowerblue;
}

.form-icon-error {
	color: red;
}

.form-icon-warning {
	color: orangered;
}

.form-finished {
	font-family: "Exo 2";
	color: white;
	margin-top: 10px;
	text-align: center;
}

form {
	font-family: "Exo 2";
	color: white;
	margin-top: 10px;
}

label {
	font-family: "Exo 2";
	color: white !important;
}

.label-left {
	text-align: left !important;
}

a, a:hover {
	font-family: "Exo 2";
	color: cornflowerblue;
}

.subscription-p {
	font-family: "Exo 2";
	text-align: center;
	color: white;
	margin-top: 10px;
}

.form-feedback {
	color: inherit;
}

::-webkit-input-placeholder {
	color: black !important;
}

::-moz-placeholder {
	color: black !important;
}

:-ms-input-placeholder {
	color: black !important;
}