body.login {
	background-image: url('img/login-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}
.login h1 a {
    background-image: url('img/default-logo.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 50px;
    margin-bottom: 20px;
}