/*****************/
/** 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 {display: inline-block;
   width:252px;}
/*@media (max-width: 540px){
    .QapTcha {margin-top:50px;}
}*/
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:232px;height:1px;float:left; margin-top:16px; background-color:#1791d2;}
.QapTcha .Slider {width:35px;height:35px;cursor:e-resize;position:relative;top:0 !important;left:0;background:#1791d2;border-radius:50%;margin-top:-16px;z-index:2;}
.QapTcha .Slider_effect {width:35px;height:35px;position:absolute;background:#1791d2;border-radius:50%;z-index:1;animation-name:slider_effect;animation-duration:1s;animation-iteration-count:infinite;}
.QapTcha .TxtStatus {position:absolute;width:197px;margin-left: 30px;margin-top:-25px;color:#1791d2;clear:both; text-align:center;font-weight: 500;}

