body.login {
  background-attachment: fixed;
  background-image: url('./images/bg-desktop.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 16px;
}

.login #backtoblog a {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}

.login #backtoblog a:hover,
.login #backtoblog a:focus {
  color: #333;
}

.login h1 a {
  background-image: url('./images/logo.png');
  background-size: 8em;
  height: 8em;
  width: 8em;
}

.login form {
  background: rgba(255, 255, 255, 0.75);
}

.login label,
.login input {
  color: #404040;
}

textarea:focus,
input:focus {
  outline-color: gold;
}

.login input[type="text"] {
  color: rgba(32,87,2,1);
  border: 1px solid rgba(32,87,2,1);
}

.login input[type="password"],
.login input[type="password"]:focus {
  color: rgba(32,87,2,1);
  border: 1px solid rgba(32,87,2,1);
}
.login input#rememberme {
  border-color: rgba(71,116,24,1);
}

.login input#rememberme::before {
  color: rgba(71,116,24,1);
}

.login #nav {
  border: 1px solid rgba(32,87,2,1);
  background: rgba(71,116,24,1);
  background: -moz-linear-gradient(top, rgba(71,116,24,1) 0%, rgba(32,87,2,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,116,24,1)), color-stop(100%, rgba(32,87,2,1)));
  background: -webkit-linear-gradient(top, rgba(71,116,24,1) 0%, rgba(32,87,2,1) 100%);
  background: -o-linear-gradient(top, rgba(71,116,24,1) 0%, rgba(32,87,2,1) 100%);
  background: -ms-linear-gradient(top, rgba(71,116,24,1) 0%, rgba(32,87,2,1) 100%);
  background: linear-gradient(to bottom, rgba(71,116,24,1) 0%, rgba(32,87,2,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477418', endColorstr='#205702', GradientType=0 );
  text-align: center;
  padding: 0.5em;
  font-size: 1.375em;
}

.button.button-large {
  border: 0;
  box-shadow: none;
  color: fff;
  background: rgba(71,116,24,1);
  text-shadow: none;
}

.button.button-large:hover,
.button.button-large:focus {
  color: gold;
  background: rgba(71,116,24,1);
  text-shadow: none;
}

.login #nav a {
  color: #fff;
}

.login #nav a:hover,
.login #nav a:focus {
  color: gold;
}
