/*****************/
/** 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;}
}

.QapTcha {margin-left: auto;margin-right:auto;margin-top:20px;margin-bottom:20px;width:252px;}
@media (max-width: 540px){
    .QapTcha {
        
    }
}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:252px;height:1px;float:left; margin-top:16px; background-color:#d99e5e;}
.QapTcha .Slider {width:35px;height:35px;cursor:e-resize;position:relative;top:0 !important;left:0;background:#d99e5e;border-radius:50%;margin-top:-16px;z-index:2;}
.QapTcha .Slider_effect {width:35px;height:35px;position:absolute;background:#d99e5e;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: -25px;
    color: #d99e5e;
    font-size: 16px;
    clear: both;
    text-align: center;
    font-weight: 500;}

