#main-container {
	background: url('/assets/img/auth/bg_login.png') no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width: 768px) {
	#main-container {
		background: url('/assets/img/auth/bg_login_mobile.png') no-repeat;
		background-size: cover;
		background-position: center;
		overflow-y: auto;
	}
}

.invalid-custom {
	color: #7bd3ff !important;
	font-size: 18px !important;
}

small {
	color: #7bd3ff !important;
	font-size: 18px !important;
}

@media (max-width: 768px) {
	small,
	.invalid-feedback {
		font-size: 16px !important;
	}
}

#loader {
	display: none;
}
