﻿.page-login-container {
	background: none;
	background-color: #F5F5F7;
	min-height: 100vh;
}

.divider {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #9D9FA2;
	line-height: 0.1em;
	margin: 10px 0 20px;
}

	.divider span {
		background: #F5F5F7;
		padding: 0 10px;
		color: #9D9FA2;
	}

.fb-icon {
	color: #4267B2;
}

.g-icon {
	color: #DB4437;
}

.footer-image {
	max-height: 4em;
}

.validation-summary ul {
	list-style-type: none;
	padding-left: 0;
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes ticker {
	0% {
		transform: translate3d(100%, 0, 0);
	}

	100% {
		transform: translate3d(-100%, 0, 0);
	}
}

.ticker-wrap {
	max-height: 40px;
	overflow: hidden;
}

.ticker-wrap .MsoNormal {
	font-size: 22px;
}

.ticker {
	min-width: 100%;
	display: inline-block;
	white-space: nowrap;
	animation: ticker 60s linear infinite;
}

.ticker_item {
	display: inline-block;
	padding-right: 100%;
}

@media (min-width: 992px) {
	.page-login-container {
		background-image: url('/images/bg_login.png');
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 100vh;

	}

}

@media (min-width: 991px) and ( max-width: 1200px) {
	.footer-md {
	display: flex;
	padding: 0;
		gap: 0rem;
		justify-content: center;
		font-size: 14px;

	}

	.footer-image {
		max-height: 3em;
	}
	

}

	@media (max-width: 768px) {
		.footer-log-in {
			flex-flow: column !important;
			gap: 2rem;
			justify-content: center;
		}
	}