.hs-form {
	border-top: 40px solid #503F23;
	padding: 20px !important;
	padding-bottom: 0px !important;
}

.hs-form .hs-input, .hs-form textarea.hs-input {
	box-sizing: border-box !important;
	max-width: inherit !important;
	width: 100% !important;
}

.hs-form input.hs-input, .hs-form textarea.hs-input {
	height: inherit;
}

.hs-form .hs-button {
	color: #000 !important;
	text-shadow: none !important;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 1px solid #c0c0c0 !important;
    font-weight: 500 !important;
    padding: 7px 130px !important;
    font-size: 13px !important;
    line-height: 13px !important;
    margin: -15px 0px !important;
}