.custbtn {
	border: 1px solid rgba(255,255,255,0.5);
	position: relative;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(1, 0.5);
	transform: scale(1, 0.5);
}
.custbtn:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.catchab {
	width: fit-content;
	background:#d2d5d9;
	border: 1px solid #ccc;
	padding: 2px;
border-radius:.25rem;
}
.captchaimg {
	max-width: 110px;
	display: inline-block;
	border: 1px solid #ccc;
	height: 40px;
}
.catchab .btn {
	border-radius: 0;
	display: inline-block;
	height: 40px;
	margin: 0 2px;
}
.catchab input[type=text] {
	width: 100%;
	height: 40px;
	border-radius: 0;
	border: 1px solid #ccc;
	min-width: 100px;
	color: #000;
}
.btn-cust {
	border: 1px solid #ccc;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	color: #111;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	background-color: #ccc;
	background-clip: padding-box;
	background-image: -webkit-linear-gradient(top, #efefef, #ccc);
	background-image: -moz-linear-gradient(top, #efefef, #ccc);
	background-image: -o-linear-gradient(top, #efefef, #ccc);
	background-image: linear-gradient(to bottom, #efefef, #ccc);
	-moz-box-shadow: inset 0 0 0 1px #ccc;
	-webkit-box-shadow: inset 0 0 0 1px #ccc;
}
.btn-cust:hover {
	border: 1px solid #B5AEA8;
	background: #eee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#e2e2e2));
	background: -moz-linear-gradient(#eee, #e2e2e2);
	background: linear-gradient(#eee, #e2e2e2);
	color: #555;
}
.btn-cust:active, .btn-cust.active {
	background-color: #fff;
	border-color: #aaa;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.09);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.09);
}
.bg-cust {
	background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #F0F0F0 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
	background-blend-mode: normal, color-burn;