.login h1 a {
	width: 320px;
	height: 120px;
	display: none;
	overflow: hidden;
	padding-bottom: 15px;
	text-indent: 100%;
	white-space: nowrap;
}

.login form {
	background: transparent;
	border: 0;
	font-weight: normal;
	margin-left: 8px;
	padding: 0;
	color: #111;
    box-shadow: none;
}

body form .input {
	background: #FBFBFB;
	border: 1px solid #E5E5E5;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: none;
	padding: 3px;
	width: 97%;
}

.language-switcher,
#backtoblog,
#nav {
    display: none;
}