/*--------------------------------------------------------------------------*\
    Recaptcha style
\*--------------------------------------------------------------------------*/

.g-recaptcha {
    /*box*/
    margin-bottom: 20px;
}

/* horizontal center of recaptcha */
.g-recaptcha>div,
.g-recaptcha>iframe {
    /*box*/
    margin: auto;
}