.capt{
	width: 100%;
	height:100px;
	margin: 0px auto;
	display: flex;
}
#mainCaptcha{
	position: relative;
	top: 0px;	
}
#refresh{
	position:relative;
	left: 380px;
    width: 40px;
    height: 40px;
    bottom: 54px;
	background-image: url(rpt.jpg);
}
#txtInput, #Button1{
	position: relative;
	bottom: 40px;
}
fa_1{
	cursor: pointer;
    position: relative;
    font-size: 23px;
    color: #fff;
    top: -47px;
    left: 206px;
}
.refresh_button{position: relative;
    left: 232px;
    width: 33px;
    height: 31px;
    bottom: 44px;
    background-image: none;
    background: transparent;
    margin-top: 14px;}
.ada
{
	background-color:#fff;
	border:2px solid #000;
	padding:12px 124px;
	margin-bottom: 8px;
}
.ads
{
	padding-left:0px;
	padding-right:0px;
	margin-top:-3%;
}
.caps
{
	margin-left: -17px;
    margin-right: 32px;
	height: 53px;
}
.ctpa
{
	color: #fff;
	font-weight: 500;
	text-transform: none;
	width: 295px;
	height: 34px;
	border-radius: 5px;
	font-size: x-large;
	margin-left: -1%;
	background-image: url(../img/captcha_bg.png);
	padding: 0px 25px;
}
.stpa
{
	left: 253px !important;
	width: 35px !important;
	height: 30px !important;
	bottom: 32px !important;
}
.capt_field
{
	width: 248px;
	margin-left: 140%;
	border-radius: 5px;
	height: 34px;
	margin-top: 8%;
}
@media only screen and (max-width: 767px) 
{
	.capt_field
		{
			width: 296px !important;
			margin-left: -8% !important;
			margin-top: 0% !important;
		}
	.sbmtbtn
		{
			margin-left: 23% !important;
			height: 40px !important;
			width: 110px !important;
		}
	.clrbtn
		{
			height: 40px !important;
			width: 110px !important;
		}
}