.submit {	
padding: 10px;	
}
.back {	
padding: 10px;	
}
.submit_main {	
padding: 0px;	
}
.box p {
	margin:0px;
}
.res_des {
	top: -50px; 
	//padding: 0px;
}
.table  thead  {
	background-color: #666600;
	color: #fff;
}
.modal-dialog  {
	width: 1200px;
}
.profile-pic {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background-size: cover;
}

.logo-lg img {
	width: 230px;
	height: 53px;
}
.logo-mini img {
	width: 236px;
	height: 54px;
}
.skin-blue .main-header .logo  {
	padding:0px;
}

.submit_fee input {
	color: #fff;
	background-color: #3c8dbc;
	border-radius:3px;
	border:none;
	padding:8px 18px;
	margin-bottom:40px;
}
.submit_fee p {
	color: #fff;
	background-color:#007E33;
	border-radius:3px;
	border:none;
	padding:8px 18px;
	margin-bottom:40px;
}
@media only screen and (max-width:767px) {
.res_des {
	padding:0px;
	top: 8px;
}
.logo-lg img {
	width: 290px;
	height: 53px;
}
}