/*****************/
/** QapTcha CSS **/
/*****************/
@keyframes slider_effect {
    from {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity:0.5;
    }
    to {-ms-transform: scale(2,2);
        -webkit-transform: scale(2,2);
        transform: scale(2,2);
        opacity:0;
    }
}
/*@keyframes slider_dot {
    from {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {-ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}
@keyframes slider_hover {
    from {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {-ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}*/

.QapTcha {display: inline-block; margin-top:60px;margin-bottom:50px;width:252px;}
@media (max-width: 540px){
    .QapTcha {margin-top:50px;}
}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:252px;height:1px;float:left; margin-top:16px; background-color:#50412c;}
.QapTcha .Slider {width:35px;height:15px;cursor:e-resize;position:relative;top:0 !important;left:0;background:#ad996e;margin-top:-8px;margin-left: -13px;z-index:2;}
/*.QapTcha .Slider_effect {width:25px;height:25px;position:absolute;background:#50412c;border-radius:50%;z-index:1;animation-name:slider_effect;animation-duration:1s;animation-iteration-count:infinite;}*/
.QapTcha .TxtStatus {position:absolute;width:252px;margin-top:-26px;color:#50412c;font-size:16px;clear:both; text-align:center;text-transform: uppercase;font-weight: 600;}

/*.QapTcha .Slider:hover 
{
    animation-name: slider_dot_hover;
    animation-duration:1s;
}*/