html {
  position: relative;
  min-height: 100%;
  font-family: sans-serif;
  font-size: 14px;
}
body{
	background-color: #080764;
}
#bsb-content{
	color: #fff;
}
#loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/load.gif') no-repeat center center fixed;
	background-color: rgba(255,255,255,0.5);
	z-index: 9999;
}
a{
	color: #fff;
}
a:hover, a:focus{
	color: #FFDE13;
	text-decoration: none;
}
.no-bg{
	background: unset !important;
	border: unset;
}
label{
	color: #eeda2e;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-custom{
	background: #ffc900;
	color: #080764;
	font-weight: bold;
}
.btn-custom:hover, .btn-custom:active{
	background: #d2a800;
}