.g-recaptcha {
    visibility: visible !important;
}
.mktoForm .g-recaptcha {
    visibility: visible;
}
.g-recaptcha.g-recaptcha {
    margin-top: 20px;
    //margin-left: 11px;
	margin-left: 2%;
}
.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://s3-us-west-2.amazonaws.com/s.cdpn.io/250687/spiffygif_86x86.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
.g-recaptcha.mktoInvalid > DIV > DIV {
        background-color: #F63C00;
        transition: background-color 400ms ease-in;
}
.mktoButtonWrap {
    margin-left: 0 !important;
  }
  .mktoButtonRow {
    width: 100%;
  }
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    background: #1272b2 none repeat scroll 0 0 !important;
    color: #fff !important;
    border: none!important;
    height: auto !important;
    margin-top: 15px !important;
    padding: 20px 50px !important;
    width: auto!important;
    border-radius: 0!important;
    text-shadow: none!important;
    font-family: "Honeywellsans-Bold"!important;
    text-transform:uppercase;
    font-size: 14px!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
    background-color: #1067a2 !important;
    color: #ffffff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus {
    background-color: #0a4166!important;
    border: #0a4166!important;
    outline: none!important;
    color: #ffffff!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.mktoForm .mktoButtonWrap.mktoDownloadButton button.mktoButton {
  border: 0 !important;
  border-color: transparent !important;
  color: #ffffff !important;
  padding: 16px 35px !important;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 1;
  font-weight: bold;
  margin: 30px;
  height: auto !important;
  -webkit-box-shadow: none !important;
    box-shadow: none !important;
} 
.btn{
width: 130px !important;
}
input.mytextbox::-webkit-input-placeholder {
  /* WebKit browsers */
  color: red;
}

input.mytextbox:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: red;
  opacity: 1;
}

input.mytextbox::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: red;
  opacity: 1;
}
input.mytextbox:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: red;
}
<!--::-webkit-input-placeholder {
  color: #555;
}
::-moz-placeholder { 
  color: #555;
}
:-ms-input-placeholder {
  color: #555;
}
:-moz-placeholder {
  color: #555;
}-->
/***********************media screen******************/

 @media all and (max-width: 767px) {
   
    .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton{
      width:100%!important;
    }
  }
 @media screen and (max-width:873px)
{
html body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    margin-left: 15px !important;
}
}

@media screen and (max-width:1100px)
{

html body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    margin-left: 15px !important;
}
}                                                                                                                                                                