.logo-search {
	width: 20%;
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}

.logo-home {
	margin-top: 60px;
	background-size: cover;
	width: 100%;
}

#music_exact td:nth-child(3) {
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#music_exact tr.odd td {
	background-color: #ffe6dc99;
}

#music_exact_paginate .active > .page-link {
	color: #fff;
	background-color: #ff6633;
	border: #ff6633;
}

#music_exact_paginate .page-link {
	color: #ff6633;
}
#music_exact_previous a {
	background-color: #ffe6dc;
}

#music_exact_ellipsis a {
	background-color: #ffe6dc;
}

#pass {
	width: 30%;
	margin: 0 auto;
	margin-top: 40px;
	background: #ff663338;
	padding: 20px;
	border-radius: 10px;
}

#pass label {
	margin-bottom: 10px;
}

@media (max-width: 576px) {
	#pass {
		width: 100%;
	}
}

.form-text {
	margin: 20px 0;
	display: block;
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
	.logo-search {
		width: 65%;
		margin: 0 auto;
		text-align: center;
		display: block;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1400px) {
}
