body {
	margin: 0px auto;
}

.form-label-bold {
	font-weight: bold;
}

.container-fluid {
	padding: 0px !important;
}

.fixed-table {
	table-layout: fixed;
} 
 
.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.modal-title-dark {
	background: #373b3e;
}

.modal-label-white {
	color: white;
	font-weight: bold;
}

.dark-background {
	background: #5c636a;
	color: white;
	font-weight: bold;
}


.form-login-center {
	display:flex;
	justify-content: center;
	width: 30.0rem;
	margin: auto;
	background: #373b3e !important;
  }

  .form-login-center h1 {
	background: white;
	color: black;
	font-weight: bold;
	text-align: center;
	margin: auto;
  }

  .form-login-center .form-label {
	color: white;
	font-weight: bold;
  }

  .form-login-center p {
	color: white;
	font-weight: bold;
	margin: auto;
	text-align: center;
  }

  .label_bold {
	font-weight: bold;
  }

  .fab .fa-facebook-f {
	font-weight: 500;
  }

  .fa-facebook-f {
	display: inline;
  }