body {
	background: #359bed;
}
body.interim-login {
	background: transparent;
}
.login h1 {
	font-size: 2.25em;
}
.login h1 a {
	font-size: inherit;
	text-indent: 0;
	width: 100%;
	outline: none !important;
	color: #fff !important;
	background: #0073aa !important;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 60px;
}
.login h1 a:before,
.login h1 a:after {
	display: inline-block;
	height: 60px;
	font-style: italic;
	line-height: 52px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.login h1 a:before {
	font-weight: 800;
	content: "desa";
	text-indent: -3em;
}
.login h1 a:after {
	content: "daring";
	text-indent: 2em;
}
.login form {
	margin-top: 1px;
}
.login #login_error,
.login .message {
	border-left: 0;
	text-align: center;
}
@media screen and ( min-width: 783px ) {
	.login #backtoblog {
		position: absolute;
		top: 0;
		left: 0;
	}
}
.login #nav {
	color: rgba(255, 255, 255, 0.25);
}
.login #backtoblog a,
.login #nav a {
	color: rgba(255, 255, 255, 0.75);
}
.login #backtoblog a:hover,
.login #backtoblog a:active,
.login #nav a:hover,
.login #nav a:active {
	color: rgba(255, 255, 255, 1);
}