/*-------------------------------------------------------------------
recaptcha
-------------------------------------------------------------------*/
.g-recaptcha {
  /* position: absolute; */
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.g-recaptcha iframe{
    width: 100% !important;
}

#sendBtn{
    display: none;
}