.login-page,
body {
	background-image: url("../img/background.png");
	background-size: cover;
	background-attachment: fixed;
}

#index-banner,
#index-banner-mobile {
	width: 100%;
	display: block;
	margin: auto;
	position: -webkit-sticky;
	position: sticky;
	right: -8px;
	top: 64px;
	z-index: 1500;
}

#index-banner {
	max-width: 300px;
}

.sticky-col {
	position: -webkit-sticky;
	position: sticky;
	right: 0px;
	top: 0px;
	z-index: 1500;
}

@media (max-width: 1200px) {
}

.dropdown-menu {
	padding: 0;
}

.breadcrumb {
	background: transparent;
}

a.btn {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

.btn {
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 50px;
}

.dropright {
	margin-bottom: 16px;
}

.dropright.show .btn {
	background: #223559;
}

.btn:hover {
	background: #223559;
}

p {
	color: #223559;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.dropdown-menu a.btn {
	border-radius: 0;
	text-align: left;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: 0;
}
