.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 {
	color: #fff;
}
a.btn:hover {
	color: #000;
}

.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;
}