
/* --------------------------------------------------------
 ログイン画面
--------------------------------------------------------- */
#login h1 a {
   background-image: url('../img/login_logo.png') !important;
   background-repeat: no-repeat !important;
   background-size: contain;
   width: 130px;
   height: 130px;
   margin-bottom: 0;
}
#loginform {
  margin-top: 5px;
}

