body.login.login-action-login, body.login-action-register {
    background-image: url('/wp-content/uploads/2016/03/IMG_5749-1.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: fixed;
    background-origin: content-box;
    background-color: transparent !important;
}
body.login-action-register {
    height: auto;
}
html {
    background: transparent !important;
}


body.login div#login h1 a {
    background-image: url("images/site-login-logo.png");
    background-size: 80px 80px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: 80px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 auto 25px;
	padding: 0;
  padding-bottom: 40px;
	text-decoration: none;
	width: 80px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
  background-size: auto;
  width: 100%;
}
