.navbar-brand
{
	background: url(../images/layout/logo.png) no-repeat;
	font-size: 0px !important;
	width: 160px;
	height: 20px;
	display: inline-block;
	background-size: cover;
	padding: 0;
}

.logo-circle
{
	background: url(../images/layout/logo-circle.png) no-repeat;
	font-size: 0px !important;
	width: 150px;
	height: 150px;
	display: inline-block;
	background-size: cover;
	padding: 0;
	-webkit-filter: drop-shadow(0px 0px 7px #22222230);
	filter: drop-shadow(0px 0px 7px #22222230);
	position: relative;
	left: calc(50% - 75px);
}

.navbar-header
{
	line-height: 0px;
}


#app.auth-login
{
	height: auto;
	min-height: 100vh;
	position: relative;
	z-index: 0;
	background: #e6e6e6;
}

#app.bg-login
{
	background: linear-gradient(160deg, #4bc4ce 0%, #fff 100%);
	min-height: 100%;
	position: relative;
	z-index: 0;
}

#app.bg-login:before
{
	content: "";
	background: url(../images/layout/bg-login.png) no-repeat;
	display: block;
	mix-blend-mode: multiply;
	background-position: 50%;
	height: 100%;
	width: 100%;
	background-size: 65%;
	position: absolute;
	top: 0;
	z-index: -1;
}

#app.bg-login .btn-login
{
	background: #fff;
	border-color: #fff;
	margin-top: 10px;
}

#app.auth-login:before
{
	/* content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	background: url(../images/layout/logo-white-shadow.png);
	background-size: 130px;
	background-repeat: no-repeat;
	background-position-y: 95%;
	background-position-x: 50%; */
}
