.topbar{
	background-color: #08425E;
	color: #ffffff;
}
.topbar_right{
	border-left: 1px solid #ffffff;
	text-align: right;
	padding-right: 36px;
}
.header{
	border-bottom: 1px solid #e6e6e6;
}
.logo_mobile{
	display:none;
}
.main_banner{
	margin-top: 16px;
}
.page-spacing{
	padding: 10px 50px;
}
.page-footer{
	background:#08425E;
	color: #ffffff;
	/*padding: 30px 50px;
	padding-top:34px;  */
}
.footer_right{
	text-align: right;
}
.select_bill_option .btn-primary{
	margin:30px 0px;
	font-size:40px;
	padding: 25px 0px;
	width:50%;
}
.fixed-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
  
}
@media only screen and (min-width: 768px) {
	.my_login_panel{
		margin: 10px 25%;
	}
}

@media only screen and (max-width: 767px) {
    .page-spacing{
		padding: 10px 10px;
	}
	.header  .text-left,.header .text-center,.header .text-right{
		text-align: center;
		margin: 15px 0;
	}
	.header .text-center img{
		width: 100%;
		height: auto;
	}
	.logo_desktop{
		display:none;
	}
	.logo_mobile{
		display:block;
	}
	.topbar_right{
		border-left: 0px solid #ffffff;
	}
	.footer_right{
		padding-top: 20px;
		text-align: left;
	}
	.label_no_padding{
		padding: 0px 0px 0px 0px;
	}
	.select_bill_option .btn-primary{
		font-size:30px;
		width:100%;
	}
}


 .no-data {
	color: red;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}

  .site_title {
    text-align: center;
    color: #016fa5;
    font-size: 3.5rem;
    margin-bottom: 0;
    }