:root {
--primary-color: #470f10;
--secondary-color: #980c27;
--third-color: #e15840;
--fourth-color: #fcc961;
--primary-color-light: rgb(157.4113924051, 51.5886075949, 52.9113924051);
--primary-color-dark: rgb(49.9476744186, 10.5523255814, 11.2558139535);
--secondary-color-light: rgb(199.2682926829, 15.7317073171, 51.1280487805);
--secondary-color-dark: rgb(104.7317073171, 8.2682926829, 26.8719512195);
--contrast-color: #ffe926;
--text-color: #231f20;
--light-color: #f1f1f1;
}
.form-box {
	background-image: linear-gradient(180deg, var(--text-color), var(--primary-color));
    padding: 30px;
    border-radius: 25px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 40px;
    overflow: hidden;
	color: white !important
}

.form-label {
	font-size: 15px;
}
.form-check-label a {
 color: white !important;
}

.btn-subscribe {
	background: red;
	border: none;
	font-size: 1.3em;
	font-weight: 600;
	border-radius: 8px;
	padding: 10px;
}

#formMessage {
	font-size: 13px;
	text-align: center;
}

.btn-subscribe:hover {
	border: solid 3px red;
	color: red !important;
	background-color: white;
	font-size: 1.4em;
	font-weight: 700;
}

.small-text {
	font-size: 12px;
	color: white;
}

#steps .steps-headline h1 {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.form-box {
		padding: 30px;
		max-width: 375px;
	}

	.form-control {
		font-size: 16px;
	}
}