.text-dark-biege{
	color: #918940;
}

.text-light-biege{
	color: #dfd89c;
}

.bg-dark-biege{
	background-color: #918940;
}

.bg-light-biege{
	background-color: #dfd89c;
}

.font-color{
	color: #918940;
	transition: 0.3s;
}

.font-color:hover{
	font-size: 18px;
}

.icon-color{
	color: white;
}

#table_add_on thead th{
	padding: 6px;
}

#table_add_on thead th{
	border: 1px solid black;
}

#table_add_on tbody tr td{
	border: 1px solid black;
}

body{
	font-family: Century Gothic;
	background: url('assets/images/bg_login.png') no-repeat;
	background-size: cover;
}
