
@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:0px auto;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:#2c55a5;}
.QapTcha .Slider {width:35px;height:35px;cursor:e-resize;position:relative;top:0 !important;left:0;background:#2c55a5;border-radius:50%;margin-top:-16px;z-index:2;}
.QapTcha .Slider_effect {width:35px;height:35px;position:absolute;background:#2c55a5;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:-20px;color:#2c55a5;font-family:Verdana;font-size:14px;clear:both; text-align:center;}

