/*
*   Make the width of the login form bigger so the captcha form fits nicely :)
*/
#login {
    width: 360px;
}


/*
*   add some margin (especially useful for the generated captcha code on the comment form) :)
*/
.g-recaptcha  {
    margin: 15px 0;
}