.formBodyContainer {
	height: auto;
}

.randomForm {
	position: relative;
}

.formFooter {
	margin-top: 10px;
}

.formFooterLogo {
	width: 180px;
	height: 60px;
	/* float: left; */
}

.formFooterLogo a {
	width: 180px;
	height: 60px;
	background: url("https://marketingbynumbers.hatchbuck.com/OnlineForm/images/form-footerLogo.png") no-repeat;
	display: block;
	text-indent: -9999px;
}
.form-label {
    width: 150px !important;
}

.form-label-left {
    width: 150px !important;
}

.form-line {
    padding: 10px;
}

.form-label-right {
    width: 150px !important;
}

.form-all {
    margin: 0 auto;
}

@media only screen and (max-width:480px) {

    .form-all,
    .formRandomContainer {
        max-width: 100% !important
    }

    .form-all img {
        max-width: 100% !important;
        height: auto !important
    }

    .form-textbox {
        max-width: 100%;
        padding: 0 !important
    }

    .form-dropdown {
        max-width: 100% !important
    }
}