h1,h2,h3, h4, h5, p, td{
	color: #fff;
}

.form-control, option, label, select, span{	
	color: #000 !important;
}

.whitetext {
	color: #fff !important;
}

.blacktext {
	color: #000 !important;
}

.font-bold {
	font-weight: 700;
}

div.remember {
	margin-top: 7px;
	color: #969696;
}

div.remember label {
	padding-top: 15px;
}

div.forgot {
	margin-top: 7px;
	color: #dadada;
}

table.signup td {
	padding: 10px;
}

table.signup .alert {
	margin-bottom: 0;
    margin-top: 3px;
}

table.perms select {
	margin-top: 5px;
	margin-right: 10px;
}

table.perms label {
	margin-right: 10px;
}

div.main-container {
	min-height: 450px;
	padding-bottom:50px;
}

.main-container {
	padding:20px;
	/* background-color:rgba(205,236,255, 0.5); */
	float:right !important;
}

body {
	background:#030404 url(../img/star-sky.jpg);
	padding-bottom:25px;
}

.btn{
	margin-right:5px !important;
}

.table{
	background-color : #337ab7;
}

.affix{
	left : 0px !important;
}

.fieldname{
	margin-left : 3px !important;
}

input.form-control, select.form-control{
	max-width:573px;
}

input{
	margin-bottom:10px;
	color: black;
}

#chartdiv {
	width: 100%;
	height: 500px;
}