#login-message {
  display: block;
  margin: 1em 1em 0;
  box-sizing: border-box;
  width: calc(100% - 2em);
}

#login #nav, #login #backtoblog {
  text-shadow: none !important;
}
#login #nav a, #login #backtoblog a {
  color: #333 !important;
}

.pj-editLink {
  display: inline-block !important;
  background-color: #23282d;
  padding: 0.25em 0.5em;
  margin: 0 0.25em;
  text-decoration: none;
  border-radius: 5px;
  font-weight: normal;
}
.pj-editLink > span {
  line-height: 1;
  display: block;
}
.pj-editLink > span:before {
  margin-right: 0.25em;
}
.pj-editLink > span > i, .pj-editLink > span > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
}
.pj-editLink, .pj-editLink:visited {
  color: #eee !important;
}
.pj-editLink:hover {
  color: #00b9eb;
  background-color: #32373c;
  text-decoration: none !important;
}

.pj-editLink-ko-private .dashicons.dashicons-lock {
  font-weight: normal;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 1;
}
.pj-editLink-ko-private .dashicons.dashicons-lock:before {
  vertical-align: top;
  color: #AAA;
}

.pj-panel--edit {
  position: relative;
}
.pj-panel--edit .bs-panel__footer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2em;
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: right;
}
.pj-panel--edit .pj-editLink {
  display: block;
}

@media (min-width: 785px) {
  .admin-bar .pj-globalNav--drawer {
    top: 32px;
  }
  #wpadminbar {
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 784px) {
  .admin-bar .pj-globalNav--drawer {
    top: 46px;
  }
}
#login {
  border-radius: 2em;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 10px -1px;
  padding: 0 0 20px 0;
  margin: 7em auto 0 auto;
  background: #f9f9f9;
  border: 1px solid #FFF;
}

#login:before {
  content: "";
  display: table;
}

#loginform,
#lostpasswordform,
#registerform {
  box-shadow: none;
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
}

#loginform {
  padding-bottom: 1em;
}

#login h1 {
  margin-top: 0.75em;
  color: #ffbe33;
  font-weight: normal;
}

#login h1:before {
  content: "Kanji Ishimaru official fanclub";
  font-family: Serif;
  font-size: 1rem;
  color: #f3a935;
}

#login h1 a {
  background: transparent;
  width: 312px;
  height: 67px;
  /*margin-left:7px;*/
  margin-left: 0 !important;
  border-radius: 3px;
  margin-bottom: 0;
  background: url("../img/txt-pastorale.png") center 50%/80% no-repeat;
}

#login #backtoblog {
  display: none;
}

#login #nav,
#login #backtoblog {
  margin: 0 0 0 12px;
  text-shadow: none !important;
}

#login #nav {
  display: none;
}

#login #nav a,
#login #backtoblog a,
#login #nav a:link,
#login #backtoblog a:link {
  color: inherit !important;
}

#login #nav a:hover,
#login #backtoblog a:hover {
  color: #fff;
  text-decoration: none;
}

#login .submit #wp-submit {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(0, 0, 0, 0.15);
  text-shadow: none;
}
#login input[type=checkbox]:checked:before {
  color: #000;
}
#login .message {
  color: #000;
  width: 275px;
}
#login .login #login_error, #login .login .message, #login .login .success {
  border: none;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  margin-bottom: 0 !important;
  text-align: center;
  box-shadow: none;
}
#login .message + * {
  padding-top: 0;
}

.cl-powered-by {
  margin: 1rem;
  font-weight: bold;
  text-align: center;
  opacity: 0.75;
}

.login form .input,
.login form input[type=checkbox],
.login input[type=text] {
  border-color: #CCC;
}

/*# sourceMappingURL=login.css.map */
