.tpc-mailchimp-form-wrap { position: relative; overflow: hidden }
.tpc-mailchimp-form-wrap input { width: 100%; height: 55px; font-size: 16px; font-weight: 400; padding-left: 20px; padding-right: 150px; margin-bottom: 0; border: 1px solid #ebebeb; border-radius: 4px; background: #fff }
@media only screen and (max-width:575px) {
	.tpc-mailchimp-form-wrap input { padding: 0 20px }
}
.tpc-mailchimp-form-wrap .btn { position: absolute; height: 55px; background-color: var(--techmax-primary-color); color: #ffffff; top: 0; right: 0; padding: 0 30px; border-top-left-radius: 0; border-bottom-left-radius: 0 }
.tpc-mailchimp-form-wrap .btn:hover { background-color: var(--techmax-secondary-color) }
@media only screen and (max-width:575px) {
	.tpc-mailchimp-form-wrap .btn { position: relative; margin-top: 10px; width: 100%; border-radius: 5px }
}
