.capt{
    width:255px;
    height:70px;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
    word-wrap: break-word;
    background-color: #909090;
    background-clip: border-box;
    border: 1px solid rgb(177 177 177);
    border-radius: .25rem;
}

	#mainCaptcha{
		position: relative;
		left :35px;
		top:0px;
		font-size:20px;
		
	}

.refresh{
	position:relative;
	left:75px;
    width: 30px;
    height: 30px;
    bottom:28px;
	cursor:pointer;
    color:#fff;
    top: -10px;	
}

#valiIpt, #Button1{
	position: relative;
    left: 10px;
    bottom:12px;
    width: 90%;
    height: 26px;
}

 @media screen and (min-width:640px) and (max-width:959px) {
 
  .capt{
	width:232px !important;
	}
 .refresh{
		left:60px !important;
	}
}
@media screen and (min-width:320px) and (max-width:639px) {
	.capt{
		width:230px !important;
	}
	.refresh{
		left: 51px !important;
	}
}
.no-copy {
 -webkit-user-select: none;  /* Chrome all / Safari all */
 -moz-user-select: none;     /* Firefox all */
 -ms-user-select: none;      /* IE 10+ */
 user-select: none;          /* Likely future */    
}
	