body {
	background-color: #2a87b5 !important;
}

.container {
	display: flex;
	justify-content: center;
}

.login-panel {
	width: 360px;
	margin-top: 35px;
}

.panel-heading {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.panel-heading img {
	margin-top: -25px;
	margin-bottom: 10px;
}

.panel-title {
	color: #2a87b5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.error-global {
	font-size: 14px;
	font-weight: 400;
}
.error-global .ui-messages-error-summary {
	font-size: 14px;
	font-weight: 400;
}

.error-message {
	text-align: left;
	color: red;
	margin-top: 6px;
}

@media (max-width: 991px) {
	.login-panel {
		width: 100%;
	}
}
