body {
	background: url("../images/photo_bg.jpg") no-repeat center center fixed;
	background-size: cover;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0;
	color: #666;
}

/* Typography */
h1#title {
	border-radius: 5px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 1.5em;
	color: #0094d3;
/*	text-shadow: 0 0 10px rgba(0,0,0,0.8); */
	margin: 0 auto;
	padding: 20px;
	max-width: 300px;
	text-align: center;
	position: relative;
	top: 40px;
    /*background: rgba(51, 122, 183, 0.8) none repeat scroll 0 0;*/
	background: rgba(217, 217, 217, 0.8) none repeat scroll 0 0;
}

h1#title span span {
	font-weight: 400;
}

h2 {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.4em;
	line-height: 2.8em;
	margin:0;
}

a {
	text-decoration: none;
	color: #63aae7;
}

a:hover {
	color: #fff;
}
#form-login-forgot a:hover{
	color:#000;
	}
p.small {
	font-size: 0.8em;
	margin: 20px 0 0;
}


/* Layout */
.container {
	margin: 0;
}

.top {
	margin: 0;
	padding: 0;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.login-box {
	background-color: white;
	max-width: 340px;
/*	width:450px;*/
	margin: 0 auto;
	position: relative;
	top: 80px;
/*	padding-bottom: 30px;*/
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box .box-header {
	background-color: #337ab7;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
}


.login-box .box-footer {
	background-color: #337ab7;
	margin-top: 0;
	border-radius: 0 0 5px 5px;
	color:#a4ebff;
	font-size:13px;
}

.box-footer a {
	color:#8ce3fb;
}

.box-footer a:hover {
	color:#fff;
}

.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #337ab7;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #63aae7;
	border-radius: 2px;
	font-size: .9em;
	color: #337ab7;
}

.login-box input:focus {
	outline: none;
	border-color: #337ab7;
	transition: 0.5s;
	color: #337ab7;
}

.nav-tabs.nav-stacked {
    padding: 0;
}
.login-box button {
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.7em;
	letter-spacing: 1px;
	background-color: #337ab7;
	cursor:pointer;
	outline: none;
}
.nav-tabs.nav-stacked > li {
    list-style: outside none none;
}
.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #337ab7!important;
	transition: 0.5s;
}

/* Animation Delay */
#logo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}

.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}
.hiddenbox{display:none;}
/*.active{color:#fff;}*/
#loginbox{padding-top:20px;}
.cbPoweredBy{display:none;}

.nav li{
display: inline-block;

}

.nav li:first-child{
border-right:1px solid #fff;
}

.nav li a{
padding:10px;
font-size:20px;
}

.nav ul li:hover{
color:#fff;
}

.nav li.current a {
    color: #fff;
}

/*.active{color:#fff;}*/

.nav-stacked li a:hover
{
	color:#046bb4;
}


.loginmenu{padding:5px;}
.footermenu{padding:27px;}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}