.bd-placeholder-img {
			font-size: 1.125rem;
			text-anchor: middle;
			-webkit-user-select: none;
			-moz-user-select: none;
			user-select: none;
		}
		@media (min-width: 768px) {
			.bd-placeholder-img-lg {
				font-size: 3.5rem;
			}
		}
		h4, h5
		{
			font-weight: bold;
		}
		.CAPITALS
		{
			text-transform:uppercase;
		}
		label.error {
			color: #f00;
			font-size: 12px;
		}

		div.error
		  {
		    color:#f00;
		    font-size: 12px;
		    margin-top: 10px;
		  }

.message
{
	text-align: center;
	margin-bottom: 10px !important;
}

a.nav-link
{
	color: #000 !important;
	font-weight: bold;
	text-transform: uppercase;
}

.bg-light
{
	border: 1px solid #d8d8d8 !important;
}