.banner-header-img{
	height: 275px;
	background-color: #fff;
	
	background:  url('../images/tuition.jpg') no-repeat ;
	background-size: cover;
}
.paying-info-container{
	width: 60%;
	background-color: #fff;
	margin: 0 auto;
	padding: 60px 40px;
	margin-bottom: 100px;
	margin-top:-120px;
	
}
.form-box{
	position: relative;
}
.view-btn{
	width: 100%;
	height: 46px;
	background-color: #ff6600;
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
}
.view-btn:hover{
	color: #2a2a2a;
}
#ref_id{
	margin-bottom: 20px;
}

#captcha{
	width:50%;
	margin-right: 10px;
}
.captcha-img{
	height: 45px;
	border: 2px solid #ccc;
}
.click-txt{
	color:#ff6600;
	cursor: pointer;
}
#err-alert{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	display:none;
	z-index: 111;
}
@media (max-width: 700px){
	.paying-info-container{
		width:90%;	
	}
}
@media (max-width: 500px) { 
	.footer{
		display: block;
	}
	.footer .ft{
		display: block;
	}
} 

input::-webkit-input-placeholder { /* WebKit browsers */
	font-size:14px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size:14px;
}