html, body{
	height: 100%;
}

body{
	font-family: 'Roboto', sans-serif;
	background-color: #bababa;
}

.dark-background{
	background: #283a67;
}

.thin-header{
	font-weight: 300;
}

.fas{
	color: grey;
}

.fa-plus-circle{
	color: white;
}

a:hover .fas{
	color: #1565C0;
}

.help-block{
	color: red;
}
/*
label:after{
	content:"*";
   	color:red;
   	margin-left: 3px;
}*/

td{
	vertical-align: middle !important;
}

a.btn{
	color: white !important;
}