/* 「パスワードをお忘れですか？」を非表示 */
.login #nav {
  display: none;
}

/* 「サイトへ移動」を非表示 */
.login #backtoblog {
  display: none;
}
