
html{
	background:rgba(255, 255, 255, 0.5);
    background:url('../images/bg.jpg') no-repeat left center;
    min-height:100%;
    background-size:cover;
	position:relative;
}

body {
  padding-top: 100px;
  padding-bottom: 30px;
  background-color:transparent;
  min-height:100%;
  margin-bottom:140px;
}

h3
{
	font-size: 16px;
}
.navbar {
	background:#404040 !important;
}
.navbar-inverse {
    background-image: none;
	background-color:#2688ae;
	color:#FFF;
	border:0;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
	text-shadow:none;
	color:#FFF;
	font-size:13px;
	padding-top:11px;
	padding-bottom:0px;
}

.navbar-inverse .navbar-brand img {
	margin-top:-2px;
	margin-right:5px;
}

.row {
    margin-left:0px !important;
    margin-right: 0px !important;
}

@media (min-width: 992px) {    
    .frontpage .wrap {
        position:absolute;
        bottom:30%;
        width: 100%;
    }

    .login-left-container {
    	position: absolute;
	  	bottom: 0;
	  	width: 50%;
    }
    .login-right-container {
    	position: absolute;
	  	left: 50%;
	  	bottom: 0;
	  	width: 50%;
    }
    .login-outer-container {
    	position:relative;
    }

    .login-box
    {
    	margin-bottom: 0;
    }
}

.well, .panel {
	border-radius:10px;
	background-color:#FFF;
	background-image:none;
}
.panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main-text .panel-body {
	text-align:justify;
	padding:12px 25px 10px 25px;
}

.login-box {
	background-color:transparent;
	padding:0;
	border:0;
	box-shadow:none;
	
}
.login-box .tab-content {
	background-color:#FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	padding:20px;
	min-height:270px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color:#FFF;
	border-left: 1px solid #c5d0dc;
	border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color:#EEEEEE;
	border-color:#EEEEEE;
	border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.nav-tabs > li > a {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;	
}

.nav-tabs {
  border-bottom: none;
}

.login-container 
{
	width:auto;
}
.bottom-panels .panel {
	min-height:248px;
	background-color:#FFF;
}
.bottom-panels .panel-body {
	padding-bottom:5px;
}
.bottom-panels .bottom-panel-1 {
	background-image:url(../images/bg-books.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:58%;
}
.bottom-panels .bottom-panel-2 {
	background-image:url(../images/bg-info.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:contain;
}
.bottom-panels .bottom-panel-3 {
	background-image:url(../images/bg-help.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:contain;
}

footer {
	background:url('../images/bg-footer.jpg') repeat-x top;
	background-color:#FFF;
	min-height:150px; /* Linked with body bottom-border for sticky footer */
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer .container {
	padding:30px 0 0 0;
}
footer .well {
	background-color:transparent;
	background-image:none;
	border:0;
	box-shadow:none;
}
footer .list-group {
	border:0;
	box-shadow:none;
	border-radius:0;
}
footer .list-group-item, footer .list-group-item:first-child, footer .list-group-item:last-child  {
	border:0;
	border-radius:0;
	background-color:transparent;
}
footer a.list-group-item:hover  {
	background-color:transparent;
	color:#000;
}

