.id-image {
	max-width: 300px;
}

.message-box {
	padding: 30px;
	margin: 20px;
	max-width: 800px;
	color: #666666;
}

.gold-bar {
	background-color: #b68b2d;
}

body.preloader-site {
	overflow: hidden;
}

.preloader-wrapper {
	height: 100%;
	width: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

.preloader-wrapper .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
}
.login-logo {
	height: 150px; width: auto;
}

.status-indicators-success {
	color: #3e652a;
	background-color: #e4f3dc;
	border-color: #d9eece;
	border-radius: 7px;
	min-width: 150px;
	font-size: 14px;
	padding: 5px 10px;
}

.status-indicators-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	border-radius: 7px;
	min-width: 150px;
	font-size: 14px;
	padding: 5px 10px;
}

.status-indicators-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb;
	border-radius: 7px;
	min-width: 150px;
	font-size: 14px;
	padding: 5px 10px;
}

.status-indicators-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8;
	border-radius: 7px;
	min-width: 150px;
	font-size: 14px;
	padding: 5px 10px;
}

.status-indicators-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
	border-radius: 7px;
	min-width: 150px;
	font-size: 14px;
	padding: 5px 10px;
}

.more-links-dots {
	color: #333;
	font-weight: 500;
	font-size: 16px;
}

.card-title {
	font-family: 'Red Hat Display', sans-serif !important;
	font-weight: 500 !important;
}
