.backend {
	background: #fff;
	margin: 25px 0;
	padding: 15px;
}

.backend h3 {
	color: #000;
	margin: 25px 0 15px;
	padding: 0;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
}

.backend table {
	border-bottom: 1px solid #dee2e6;
}
.backend table table {
	border-bottom: none;
}
.backend table table td {
	border-top: 0;
}

a.btn, a.btn:visited, button.btn, input.btn {
	color: var(--button-text-color);
	background: var(--button-bg-color);
}
a.btn:hover, button.btn:hover, input.btn:hover {
	color: var(--button-text-hover-color);
	background: var(--button-bg-hover-color);
}

.backend .btn-group .btn {
	padding-left: 10px;
	padding-right: 10px;
}

.gray {
	color: #ccc;
}
.green {
	color: #0c0;
}
.logo-control {
	height: auto;
}
.logo-control img {
	margin-bottom: 15px;
}
.checkbox {
	margin-top: 40px;
}