/* --------- LOGIN --------- */

.login-footer-powered-by {
	margin-top: 20px;
	margin-bottom: 0px;
	width: 100%;
	font-size: 14px;
	color: #919aa3; 
	text-align: center;	
}

.login-footer-message {
	margin-top: 20px;
	height: 50px;
	width: 100%;
	font-size: 12px;	
	text-align: center;
	text-transform: uppercase;	
}

.login-footer-message-error {
	color: red;
}

.login-footer-message-ok {
	color: blue;
}
