.fb-button {
	padding: 10px 20px;
	object-fit: contain;
	background-color: #6da300;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fb-button:hover {
	background-color: #6da300c5;
}
a.btn.btn-primary.fb-button:active {
	background-color: #6da3008a;
	border: none;
	outline: none;
}

.fb-button-label {
	font-family: Lato;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: normal;
	color: #ffffff;
}

.top-nav {
	height: 100px;
	background-color: #1666b6;
}

.top-nav-logo {
	height: 50px;
}

.top-nav-settings img {
	height: 32px;
}

.top-nav-settings {
	display: flex;
	align-items: center;
}

.top-nav-connection {
	height: 42px;
	padding-right: 58px;
}

.fb-form .form-group .form-control {
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #212529;
}

.fb-form .form-group .text-muted {
	font-family: Lato;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #686868;
}

.col-form-label {
	font-size: 16px;
	font-weight: bold;
}

.fb-form .readonly {
	display: flex;
	align-items: center;
	height: 100%;
	white-space: pre-wrap;
}

.error-tooltip {
	width: fit-content;
}

.footer-avoiding-space {
	padding-bottom: 65px;
}
