: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 {
	padding: 30px;
    border-radius: 50px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background-color: #2d672f;
    margin-bottom: 0;
    margin-top: 40px;
    overflow: hidden;
}

.form-label {
	font-size: 15px;
}

.btn-subscribe {
	background: linear-gradient(to bottom, #242b11a3, #242b11);
    border: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    padding: 15px;
}

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

.btn-subscribe:hover {
	opacity: 0.9;
}

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

.small-text a {
	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;
		padding: 7px !important;
	}
	.logo {
		max-width: 250px !important;
		margin-top: -20px !important;
	}
	.btn-subscribe {
		font-size: 18px;
		padding: 12px;
	}
}

.form-control {
    padding: 10px;
    border-radius: 50px;
}

.logo {
	max-width: 350px;
    filter: invert(19%) sepia(100%) saturate(100%) hue-rotate(185deg) brightness(200%) contrast(500%);
    margin-top: -40px;
}