/* controller/view/css/init.css */
.logo {
   display: inline-block;
   background-position: center;
   background-repeat: no-repeat;
   background-image: url("/rx-scs/img/advasur/login.png");
   width: 238px;
   height: 35px;
   max-width: 100%;
   background-size: contain;
}
.sidebar .sidebar-brand-icon {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/rx-scs/img/advasur/symbol.png");
	width: 34px;
	height: 34px;
}
@media (min-width: 768px) {
	body:not(.sidebar-toggled) .sidebar .sidebar-brand-icon {
		background-image: url("/rx-scs/img/advasur/sidebar.png");
		width: 150px;
		height: 22px;
	}
}
.modalLogo {
   display: inline-block;
   background-position: center;
   background-repeat: no-repeat;
   background-image: url("/rx-scs/img/advasur/modal.png");
   width: 177px;
   height: 26px;
   max-width: 100%;
   background-size: contain;
}

.auth.microsoft
{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Ctitle%3EMS-SymbolLockup%3C/title%3E%3Crect x='1' y='1' width='9' height='9' fill='%23f25022'/%3E%3Crect x='1' y='11' width='9' height='9' fill='%2300a4ef'/%3E%3Crect x='11' y='1' width='9' height='9' fill='%237fba00'/%3E%3Crect x='11' y='11' width='9' height='9' fill='%23ffb900'/%3E%3C/svg%3E");
}

.auth.google
{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 17.6 18'%3E%3Ctitle id='title2'%3Egoogle_g%3C/title%3E%3Cpath d='M17.64,9.20454545 C17.64,8.56636364 17.5827273,7.95272727 17.4763636,7.36363636 L9,7.36363636 L9,10.845 L13.8436364,10.845 C13.635,11.97 13.0009091,12.9231818 12.0477273,13.5613636 L12.0477273,15.8195455 L14.9563636,15.8195455 C16.6581818,14.2527273 17.64,11.9454545 17.64,9.20454545 L17.64,9.20454545 Z' fill='%234285F4' /%3E%3Cpath d='M9,18 C11.43,18 13.4672727,17.1940909 14.9563636,15.8195455 L12.0477273,13.5613636 C11.2418182,14.1013636 10.2109091,14.4204545 9,14.4204545 C6.65590909,14.4204545 4.67181818,12.8372727 3.96409091,10.71 L0.957272727,10.71 L0.957272727,13.0418182 C2.43818182,15.9831818 5.48181818,18 9,18 L9,18 Z' fill='%2334A853' /%3E%3Cpath d='M3.96409091,10.71 C3.78409091,10.17 3.68181818,9.59318182 3.68181818,9 C3.68181818,8.40681818 3.78409091,7.83 3.96409091,7.29 L3.96409091,4.95818182 L0.957272727,4.95818182 C0.347727273,6.17318182 0,7.54772727 0,9 C0,10.4522727 0.347727273,11.8268182 0.957272727,13.0418182 L3.96409091,10.71 L3.96409091,10.71 Z' fill='%23FBBC05' /%3E%3Cpath d='M9,3.57954545 C10.3213636,3.57954545 11.5077273,4.03363636 12.4404545,4.92545455 L15.0218182,2.34409091 C13.4631818,0.891818182 11.4259091,0 9,0 C5.48181818,0 2.43818182,2.01681818 0.957272727,4.95818182 L3.96409091,7.29 C4.67181818,5.16272727 6.65590909,3.57954545 9,3.57954545 L9,3.57954545 Z' fill='%23EA4335' /%3E%3C/svg%3E%0A");
}

