﻿/*初始化 WebCaptcha*/
#WebCaptcha1 {
    width: 120px !important;
    padding-bottom: 1px;
}

.igc_Control {
    padding: 7px 0px 0px 10px;
}

.igc_CaptchaImage {
    width: 120px;
    height: 40px;
    margin-bottom: 2px;
}

#WebCaptcha1__editor {
    display: none;
}
#WebCaptchaForgetSignCode__editor {
    display: none;
}
.igc_IGSubmitButton {
    display: none;
}

.igc_SubmitButton {
    width: 95%;
    margin-bottom: 10px;
}

#WebCaptcha1 > div.igc_IGRefreshAndAudioButtonsArea > a:nth-child(1) > img {
    display: inline;
    height: 25px;
}

#WebCaptcha1 > div.igc_IGRefreshAndAudioButtonsArea > a:nth-child(2) > img {
    padding-left: 5px;
    display: inline;
    height: 25px;
}

.igc_IGRefreshAndAudioButtonsArea > a {
    display: inline-block;
}

.igc_IGErrorLabel {
    display: none;
}
