.g-recaptcha {
    margin-bottom: 40px;
}

#externalLogin {
    width: 200px;
}

#externalLogin .g-recaptcha {
    margin-bottom: 0;
    /* max-width: 250px; */
    width: 174px;
    border-radius: 4px;
    border-right: 1px solid #d8d8d8;
    overflow: hidden;
    display: inline-block;
}

#externalLogin input[type=text], #externalLogin input[type=password] {
    width: 174px;
}