/*****************/
/** QapTcha CSS **/
/*****************/
/*
.QapTcha {float:left;margin-top:20px;width:252px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width: 218px;
height: 55px;
float: left;
background-image: url('/img/captcha_bgrd.png');
background-repeat: no-repeat;
background-position: 0 0;}
.QapTcha .Slider {width:62px;height:55px;background:transparent url('/img/captcha_auto.png') no-repeat;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .TxtStatus {width:252px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}
*/


.QapTcha {
    width: 100%;
    position: relative;
    border: 1px solid #D8D8D8;
    border-radius: 20px;
    overflow: hidden;
}
.QapTcha .clr{
    clear:both
}
.QapTcha .bgSlider {
    width: 100%;
    height:38px;
    float:left;
}
.QapTcha .Slider {
    width:70px;
    height:40px;
    background: url('/img/_redesign/angle-double-right-solid.svg') #01495E;
    background-repeat: no-repeat;
    background-position: center;
    cursor:e-resize;
    position:relative;
    top: -1px;
    z-index:1;
    left:-1px;
}
.QapTcha .TxtStatus {
    width: calc(100% - 90px);
    line-height: 100%;
    margin-top:0;
    left: 90px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align:left;
    font-size:14px; 
    z-index: 0;
    clear:both;
    color:#101010;
}
.QapTcha .dropSuccess {
/*    color:#4e8b37; */
    left: 20px;
}
.QapTcha .dropError {
    color: #F10A61;
}