#login h1,
#login #nav,
#login #backtoblog,
#login .forgetmenot,
#login_error,
.login .message {
  display: none;
}

/* wordpressデフォルトの上書き */
body {
  letter-spacing: 1.1px;
}
#login {
  padding: 0;
  display: table;
}
.login form {
  margin: 0;
  box-shadow: none;
}
.login label {
  color: inherit;
}
.login form .input {
  margin: 5px 0 0;
  padding: 1px;
  background: white;
  box-shadow: none;
}
p.submit {
  text-align: center;
}
#wp-submit {
  float: none;
  height: auto;
  line-height: 1.5;
  border: none;
  font-size: inherit;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* オリジナルの適用（style.cssをコピペしてセレクタの変更） */
.login form {
  float:right;
  width:460px;
  height:315px;
  border-radius:15px;
  box-sizing:border-box;
  padding:30px;
  background:#fff;
}
.login label {
  font-weight:bold;
}
.login form .input {
  line-height:40px;
  width:100%;
  border:solid 1px #c4c4c4;
  margin-bottom:30px;
  box-sizing:border-box;
}
#wp-submit {
  width:106px;
  background:#000;
  box-sizing:border-box;
  margin:50px auto;
  text-align:center;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;

  width:190px;
  margin:0 auto;

  color:#fff;
  padding:10px 0;
}
