html,
body {
	margin-top: 0%;
    background: #292929;
}
table {
	width: 100%;
}
.loginPanel {
	top: 50px;
	width: 315px;
	margin: 0 auto;
    background: #292929;
	border: 1px solid #fff;
}
.loginPanelInner {
	width: 100%;
    border-radius: 15px;
    background: #313131;
    padding: 26px;
}
.inputPanelLogin {
	left: 10px;
	top: 20px;
	width: 100%;
}
.colorTextPanel {
    color: #c1c1c1;
}
.btnLogin {
	width: 100%;
	background: #b2ffb8c9 !important;
	border: none !important;
	text-shadow: unset !important;
	height: 50px;
	font-weight: 900 !important;
	font-size: 15px !important;
	color: #000000 !important;
	cursor: pointer !important;
	box-shadow: unset !important;
}
.btnLogin:hover {
	background: #151515c9 !important;
	color: #fff !important;
	border: none !important;
	text-shadow: unset !important;
	box-shadow: unset !important;
}
.logoEuropastry {
	width: 100% !important;
	text-align: center;
}
.copyright {
	width: 100%;
	text-align: center;
	color: #bbb;
	font-family: monospace !important;
}
#fade {
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	/* Firefox */
	-webkit-animation: fadein 2s;
	/* Safari and Chrome */
	-o-animation: fadein 2s;
	/* Opera */
}
.ui-message-error {
    color: #ffffff !important;
    background-color: #ff3030 !important;
    font-size: 11px !important;
    margin: 3px 0px 0px 0px !important;
    padding: 10px !important;
}
.ui-state-error, .ui-widget-content .ui-state-error {
	color: #ffaead !important;
}
.ui-messages-error, .ui-message-error {
	color: #ffffff !important;
    background-color: #fb2828 !important;
    border-color: #fb2828 !important;
    margin: 1px 0px 0 0px !important;
    border: none;
}
.ui-messages-error-detail {
	font-size: 10px;
}
.ui-messages-error-summary {
	margin-left: 0px;
}
.ui-selectonemenu label.ui-selectonemenu-label {
    padding: 5px !important;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadein {
	/* Firefox */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein {
	/* Safari and Chrome */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fadein {
	/* Opera */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}