.hs-form {
	margin-top: 20px;
	border: 1px solid #DDD;
    border-radius: 3px;
    padding: 20px !important;
    padding-bottom: 0px !important;
    border-top: 5px solid #507fb3;
    border-bottom: 5px solid #507fb3;
}

.hs-form.stacked label {
	font-weight: normal !important;
}

.hs-form.stacked .inputs-list>li label {
	color: #D77480;
}

.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 {
	text-shadow: none !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 1px solid #2e6da4 !important;
    font-weight: 500 !important;
    padding: 7px 130px !important;
    font-size: 13px !important;
    line-height: 13px !important;
    margin: -15px 0px !important;

    color: #fff !important;
    background-color: #337ab7 !important;
}
.hs-form .hs-button:hover {
	background-color: #286090 !important;
	border-color: #204d74 !important;
}