.reg .gr-recaptcha,
.form .gr-recaptcha{
    overflow: hidden;
}
.reg .gr-recaptcha iframe,
.form .gr-recaptcha iframe{
    width: 100%;
}

body #regBlock.recaptcha-on > .block{
    height: 420px;
    top: 27%;
}
body #regBlock.recaptcha-on iframe .rc-anchor-normal {
    height: 74px;
    width: 330px;
}
body #regBlock.recaptcha-on iframe .rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 236px;
}
body #recoveryBlock.recaptcha-on > .form{
    height: 405px;
    top: 26%;
}
body #recoveryBlock.recaptcha-on > .form > form > .errorMessage {
    margin-top: 5px;
}
body  #recoveryBlock.recaptcha-on > .form > form > .description {
    margin: 10px 0;
}