.login-container
{
	width: 450px;
}

.altsnap-form-control
{
	font-size: 0.813rem;
}

.zero-state-icon {
	font-size: 80px !important;
  }

/* Mobile header logo - larger size for better readability */
.navbar .mobile-header-logo,
.navbar-nav .mobile-header-logo,
.nav-item .mobile-header-logo {
	height: 70px !important;
	width: auto !important;
	max-height: none !important;
}

/* Further increase on very small screens */
@media (max-width: 375px) {
	.navbar .mobile-header-logo,
	.navbar-nav .mobile-header-logo,
	.nav-item .mobile-header-logo {
		height: 65px !important;
	}
}