﻿input.gs-captcha {
    display: none !important;
}

div.gs-captcha {
    border: 1px solid #aaa;
    box-shadow: 0 2px 0 rgba(73,73,73,.1);
    background-color: #fff;
    width: 330px;
}

    div.gs-captcha > table {
        width: 100%;
    }

        div.gs-captcha > table tr:first-child > td {
            line-height: 5px;
        }

        div.gs-captcha > table .captcha-image {
            padding: 5px 5px 0;
        }

            div.gs-captcha > table .captcha-image > img {
                border-radius: 3px;
                max-height: 100px;
                background-color: #F5A2A2;
            }

        div.gs-captcha > table .captcha-verify { 
            padding: 5px;
        }

            div.gs-captcha > table .captcha-verify > input {
                padding: 3px 5px !important;
                height: 25px !important;
                box-shadow: none !important;
                border: 1px solid #ddd !important;
                border-radius: 3px !important;
            }

                div.gs-captcha > table .captcha-verify > input:focus {
                    outline: auto 5px -webkit-focus-ring-color !important;
                }

        div.gs-captcha > table .captcha-logo {
            padding: 0;
            background-color: #f1f1f1;
            border-left: 1px solid #ddd;
        }

            div.gs-captcha > table .captcha-logo > div {
                background-image: url('/content/img/gs-captcha.png');
                background-repeat: no-repeat;
                height: 69px;
                opacity: 0.73;
            }

        div.gs-captcha > table .captcha-refresh {
            padding: 0;
            text-align: center;
            background-color: #f1f1f1;
            border-left: 1px solid #ddd;
        }

            div.gs-captcha > table .captcha-refresh > span {
                cursor: pointer;
                color: #367fa9;
                line-height: 15px;
            }

                div.gs-captcha > table .captcha-refresh > span:hover {
                    font-weight: bold;
                }
