.jet-search-message {
	background: #e6e6e6;
	width: 90%;
	margin: 30px auto;
	padding: 20px;
}

.jet-search-message p {
	text-align:  center;
	padding: 0px !important;
	margin: 0 0 0px;
}


.jet-opt-in-wrapper {
    margin: 40px auto;
}

p.jet-opt-in {
    font-size: 0.95em;
}

.jet-opt-in-number {
    width: 350px;
    height: 48px;
    box-shadow: inset 0 2px 9px rgba(1, 1, 1, 0.13);
    border-radius: 10px;
    border: 1px solid #9f9f9f;
    background-color: #ffffff;
    padding-right: 22px;
    padding-left: 26px;
}

.jet-agree-container {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.jet-agree-container>input {
    margin-left: -30px;
    margin-right: 13px;
}

.jet-opt-in-submit, .wpcf7-submit {
    width: 100%;
    height: 50px !important;
    background-color: #6fba27 !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2.8px;
    color: #fff;
    border-width: 0px;
}

.wpcf7-form p.top {
	margin-top: -30px
}



@media (max-width: 479px) {
	.jet-search-message {
		width: 100%;
	}
}