/* LOGO */
/* COLORS */
body.login {
  background-image: url("../../../assets/img/login-background.jpg");
  background-color: #113a4f;
  background-position: center center;
  background-size: cover;
  position: relative;
}
body.login:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(27, 44, 70, 0.85);
}
body.login #backtoblog a {
  color: #FFF;
}
body.login #backtoblog a:hover {
  color: #FFF;
}
body.login #nav a {
  color: #FFF;
}
body.login #nav a:hover {
  color: #FFF;
}
body.login .message {
  border-left-color: #0e7943;
}
body.login #wp-submit {
  background: #0e7943;
  padding: 0 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: 0.2s ease;
  border-radius: 999px;
  height: 36px;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
body.login #wp-submit:hover {
  background: #13a75c;
}
body.login #login {
  width: 400px;
  max-width: 90%;
  position: relative;
  z-index: 99;
}
body.login form {
  padding-bottom: 36px;
}
body.login h1 a {
  background-image: url("../../../assets/img/logo-inverse.svg");
  width: 70%;
  height: 70px;
  background-size: 100%;
}
