body{
	background-color: #ccc !important;
}
#form-main-wrapper{
	min-height: 100vh;
	background-color: white;
}
#form-top-heading{
	text-align: center;
	border-bottom: 4px solid black;
	font-weight: bold;
	padding-top: 15px;
}
.centered{
	text-align: center;
	font-weight: bold;
}
.membership-main-heading{
	color: #040579; 
	font-size: x-large;
	text-align: center;
}
table.unsecured-loan-table {
  /*font-family: arial, sans-serif;*/
  border-collapse: collapse;
  width: 100%;
}

.unsecured-loan-table td, th {
  border: 1px solid #333;
  text-align: left;
  padding: 8px;
}
.unsecured-loan-table th{
	text-align: center;
}
.form-submit-btn{
	margin-bottom: 30px !important;
	margin-top: 15px;
}

.ui-datepicker{
	z-index: 3 !important;
}
hr{
	border-top: 1px solid #333 !important;
}

/*For printable page*/
@font-face {
  font-family: 'Mongolian Baiti';

  src: url('../fonts/Mongolian_Baiti.ttf');
}
.bottom-padding{
	padding-bottom: 30px;
}
.top-padding{
	padding-top: 30px;
}
/*End printable page*/