@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
  background-image: url('/assets/images/index-bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  /*background-color: #fffcdb;*/
	background-color: #ffffff;
  font-family: 'Noto Sans TC', sans-serif;
}
button {
  background: none;
  border: 0;
  outline: none;
}
button img.hover {
  display: none;
}
button:hover img.hover {
  display: inline;
}
button:hover img.normal {
  display: none;
}
.login-btn-holder {
  /* margin-top: 700px; */
  /* top: 0; */
  position: fixed;
  bottom: 145px;
  left: 0;
  right: 0;
}
.login-btn-holder button img {
  width: 100%;
}