body.dark .form-control {
	color: #e1e5ea;
}
body.dark .form-control-disabled {
	color: #b1b5ba;
}

body.dark .header-container .theme-brand .theme-logo a img {
	width: auto;
	height: 45px;
}

.header-container .theme-brand .theme-logo a img {
	width: auto;
	height: 45px;
}

@media only screen and (max-width: 768px) {
body.dark .header-container .theme-brand .theme-logo a img {
	width: auto;
	height: 42px;
}
}

@media only screen and (max-width: 768px) {
.header-container .theme-brand .theme-logo a img {
	width: auto;
	height: 42px;
}
}
