body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	height: 100vh;
}

.logo-container {
	text-align: center;
	margin-top: 5vh;
}

.logo-container img {
	max-width: 200px;
	max-height: 20vh;
}

.success-message {
	text-align: center;
	margin-top: 5vh;
}

.success-message h1 {
	font-size: 3vh;
}

.success-message p {
	font-size: 15px;
}

.green-background {
	text-align: center;
	background-color: #006735;
	color: #fff;
	padding: 3vh;
}

.green-background h2 {
	font-size: 2.5vh;
	margin: 0;
}

.image-container {
	text-align: center;
	margin-top: 2vh;
}

.image-container img {
	max-width: 100%;
	max-height: 40vh;
}

.button-container {
	position: fixed;
	bottom: 5vh;
	left: 0;
	right: 0;
	text-align: center;
}

button {
	background-color: #006735;
	color: #fff;
	padding: 2vh 4vh;
	font-size: 2.5vh;
	border: none;
	cursor: pointer;
}

.row .row-no-gutters {
	margin-left: 0;
    margin-right: 0;
}

.row-no-gutters [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.row-no-gutters [class*=col-]:first-child {
	padding-right: 5px;
}

.checkbox-item {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.checkbox-item input[type='checkbox'] {
	width: auto;
	vertical-align: middle;
    position: relative;
    bottom: 0.12em;
}

.checkbox-label {
	color: rgb(113, 113, 113);
	display: inline;
	vertical-align: middle;
	margin-left: .2em;
	font-weight: normal;
    font-size: .8em;
}

.form-teste-gratis {
	margin-top: 60px;
	background: rgb(247 247 247);
	box-shadow: 0px 0.5px 2px #cecece;
	color: black;
	border-radius: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(242, 242, 242);
	padding: 24px;
}

.form-teste-gratis > h2 {
	margin-top: 10px;
	color: #096a3c;
}

.form-teste-gratis > h3 {
	color: rgb(113, 113, 113);
	font-size: 16px; 
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

.form-teste-gratis .btn {
	margin-top: 10px;
	height: 40px;
	width: 100%;
	font-size: 17px;
	border: none;
}

.form-teste-gratis input, select {
	margin-bottom: .5em;
	padding: 5px 15px;
	border: solid 1px #dadada;		
	width: 100%;
}

@media (max-width: 768px) {
	.logo-container img {
        max-height: 50px;
    }
	
    .success-message h1 {
        font-size: 24px;
    }

    .success-message p {
        font-size: 18px;
    }
	
	.green-background {
		padding: 5px;
    }

    .green-background h2 {
        font-size: 12px;
    }

    .button-container button {
        font-size: 18px;
    }
	.row-no-gutters [class*=col-]:first-child {
		padding-right: 0;
	}
}