body {
  background: url("../images/login-bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Source Sans Pro', sans-serif;
}
body div#login h1 a {
  background-image: url("../images/login-logo.png");
  background-size: 230px;
  width: 230px;
  height: 60px;
}
#login {
  position: relative;
}
#login form {
  padding-bottom: 75px;
}
#login #nav {
  width: 100%;
  text-align: right;
  bottom: 316px;
  position: relative;
}
#login #nav a {
  color: #f68236;
  font-style: italic;
}
#login #nav a:hover {
  color: #000;
}
p.submit {
  text-align: center;
}
p.submit input#wp-submit {
  background: #F68236;
  border: 0px;
  border-radius: 0;
  width: 194px;
  height: 51px;
  margin: 0 auto;
  float: none;
  font-size: 15px;
  box-shadow: 0 0 0 0;
  text-transform: uppercase;
}
p.forgetmenot {
  display: none;
}
p#backtoblog {
  display: none;
}
#loginform {
  margin-bottom: 75px;
  margin-top: 0px;
}
label[for="user_login"]:before {
  content: "Logga in\A";
  white-space: pre-wrap;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
label[for="user_login"],
label[for="user_pass"] {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
footer {
  overflow: hidden;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background: #ededed;
}
footer a {
  color: #979797;
}
#loginform > p:nth-child(3) {
  bottom: 0px;
}
.getaccount a {
  background-color: transparent !important;
  color: #F68236 !important;
  font-style: italic !important;
  text-transform: none !important;
  bottom: -80px;
  text-align: center;
  position: relative;
  display: block;
}
