<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.login {
	background-image: url('images/1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
	min-width: 0;
}
.login h1 a {
	background-image: url('images/gdnobdsloginlogo.jpg');
	background-size: 400px 110px;
	background-position: top center;
	background-repeat: no-repeat;
	width: 400px;
	height: 110px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
    color: White;
}

#login {
    width: 400px;
    padding: 114px 0 0;
    margin: auto;
}

</pre></body></html>