#logo {
    background: url(images/dataloy_logo.png) no-repeat 0 0 transparent;
}

#loginPage #welcome .logo	{
	background-image: url(images/welcome_dataloy_logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px 0px;
	min-width: 330px;
	max-width: 350px;
	display: inline-block;
	text-indent: -5000px;
	height: 44px;
	margin-bottom: 16px;
}

#loginForm .devices {
    display: block;
    height: 50px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-image: url(images/dataloy_default_logo.svg);
    background-position: center 0px;
    background-size: 195px;
}