.g-recaptcha {
    visibility: hidden;
}
.mktoForm .g-recaptcha {
    visibility: visible;
}
.g-recaptcha.g-recaptcha {
    /*margin-top: 0px;
    margin-left: 9px;
	margin-top: 20px;
	*/
	margin-bottom: 20px;
}
.g-recaptcha > DIV {
    width: 168px !important;
}
.g-recaptcha > DIV > DIV {
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-radius: 5px;
    transition: background-color 400ms ease-out;
    background-image: url(https://hbtmkto.honeywell.com/rs/127-UCB-316/images/reCAPTCHA-Spining.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.g-recaptcha.mktoInvalid > DIV > DIV {
	background-color: #F63C00;
	transition: background-color 400ms ease-in;
}
button.mktoButton {
    background: #1792e5 none repeat scroll 0 0 !important;
    color: #fff !important;
    border: none!important;
    height: auto !important;
    margin-top: 20px;
    padding: 20px 48px !important;
    width: auto!important;
    border-radius: 0!important;
    text-shadow: none!important;
    font-family: "Honeywellsans-Bold"!important;
    text-transform: uppercase;
    font-size: 14px!important;
}

button:hover {
    background:#f47920 !important;
}