#backtoblog { display: none; }

body.login { background: #fff; }

body.login * {
  box-shadow: none !important;
}

.login h1 a { 
	background: url('../img/logo.svg') center center no-repeat;
	background-size: 100px 100px; 
	width: 100px; 
	height: 100px; 
	padding: 0;
	margin: 0 auto 30px;
}

.login form {
	box-shadow: none;
  background-color: transparent;
  padding: 25px 0;
  border: 0 !important;
}


.login form label {
  color: #666;
}

.login form input:focus,
.login form input:active {
  box-shadow: none;
}

.login form input[type="text"],
.login form input[type="password"] {
	font-size: 14px;
  -webkit-appearance: none;
  padding: 10px;
}

.login #nav {
    padding: 0;
}

.login #nav a {
	color: rgba(#fff, 0.75);
}

.login #nav a:hover {
  color: rgba(#fff, 1);
}

.login input[type="submit"].button {
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  line-height: 35px;
  display: inline-block;
  padding: 0 15px;
  border: none;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #333;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
}