
.greenbox {
	background: rgb(0,185,112);
    background: -moz-linear-gradient(90deg, rgba(0,185,112,1) 0%, rgba(0,103,62,1) 35%, rgba(0,185,112,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,185,112,1) 0%, rgba(0,103,62,1) 35%, rgba(0,185,112,1) 100%);
    background: linear-gradient(90deg, rgba(0,185,112,1) 0%, rgba(0,103,62,1) 35%, rgba(0,185,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b970",endColorstr="#00b970",GradientType=1);

	border-radius: 5px;
	/*-/media/404e4a81daf2472089dabd9e6b6f8cfd.ashx*/
	/*background: url("https://www.camfil.com/-/media/404e4a81daf2472089dabd9e6b6f8cfd.ashx") no-repeat center center; background-size: cover;*/
}

.greenbox label {
    color: white;
}

.form-group.greenbox{
	padding: 40px;
}
