.news-image {
	background-image: url("https://expert.jestimo.com/assets/pages/img/login/bg-7.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.news-feed {
  background: -moz-linear-gradient(45deg, #cfc9c7 13%, #e3e5e3 89%);
  background: -webkit-linear-gradient(45deg, #cfc9c7 13%,#e3e5e3 89%);
  background: linear-gradient(45deg, #cfc9c7 13%,#e3e5e3 89%);
}

@media(min-width: 769px) {
	.login-logo {
		position: fixed;
		z-index: 1;
	}

	.login-logo img {
		width: 100px;
		margin: 50px 0 0 50px;
	}
}

@media(max-width: 769px) {
	.login-logo {
		display: none;
	}
}