/*Style sheet use for reCaptach*/
#recaptcha_widget {
    background: url("/_layouts/15/images/InfosysCMS/recaptcha_bg.png");
    padding: 5px;
    width: 50%;
    color: rgb(231, 231, 231);
    line-height: 15px;
    font-family: sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    min-width: 170px !important;
}

    #recaptcha_widget a {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

#recaptcha_image {
    background: rgb(255, 255, 255);
    width: 100% !important;
    height: auto !important;
    float: left;
}

    #recaptcha_image img {
        margin: 0px auto;
        width: 100% !important;
        height: auto !important;
    }

#recaptcha_response_field {
    background: rgb(213, 213, 213);
    margin: 10px 0px;
    padding: 5px 5px;
    border: currentColor;
	color: #000;
    max-width:98% !important;
}

#recaptcha_image #recaptcha_audio_play_again {
    text-align: center;
    color: rgb(51, 51, 51) !important;
    padding-top: 5px;
}

#recaptcha_image a#recaptcha_audio_download {
    margin: 0px;
    color: rgb(51, 51, 51) !important;
    font-weight: bold;
    display: block;
}

.recaptcha-btn-wrap div {
    display: inline;
}

.recaptcha_logo {
    background: url("/_layouts/15/images/InfosysCMS/reCAPTCHA_logo.png") no-repeat right;
    height: 56px !important;
}
/*End for ReCaptcha style*/