body {
  background: #ffffff url('../img/background.png') center center;
}

.bg-light {
  background: #292626 url('../img/background-dark.png') center center !important;
  border: 10px solid #c59856;
  border-image: linear-gradient(#f5c882, #c59856) 1 / 10px 10px 10px 10px;
}

label {
	cursor: pointer;
}

.bg-light label, .bg-light p {
  color: #ffffff !important;
}

.btn-danger {
	color: #fff;
	background-color: #c59856 !important;
	border-color: #c59856 !important;
}

.btn-danger:hover {
	color: #fff;
	background-color: #a2753b !important;
	border-color: #a2753b !important;
}

.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(162, 117, 59, 0.5) !important;
}

.alert-danger {
    color: #ffffff !important;
    background-color: #ed1b35 !important;
    border-color: #cc162c !important;
}

.alert-danger .close {
	color: #ffffff !important;
	text-shadow: 0 1px 0 #000;
}
.alert-danger .close:hover {
	opacity: 1 !important;
}

a.text-danger, a.text-danger:hover {
	color: #a2753b !important;
}

.bg-light a.text-danger, .bg-light a.text-danger:hover {
	color: #f5c882 !important;
}





