/**********************************************
  ログインエリア設定
**********************************************/
#login-area {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: table;
}
#login-form {
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
li .btn{
  padding-top:0px;
  padding-bottom:0px;
}
/**********************************************
  Fixed Top
**********************************************/
#fixedTop {
  right: 10px;
  bottom: 10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  background: #2f4f4f;
  position: fixed;
  z-index: 9999;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(0);
  text-decoration: none;
}
#fixedTop:hover {
  opacity: 0.8;
  background: #0000cd;
  text-decoration: none;
}
#fixedTop.show {
  transform: scale(1);
  -webkit-transform: translateZ(0);
}
/*****************************( End of CSS )*******************************/
