body {
  color: #666666;
  background: #f1f2f7;
  font-family: Microsoft JhengHei, sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 1.25em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
h2.form-signin-heading {
  width: 100%;
  font-size: 1.2em;
  color: #000;
}
h2.form-signin-heading img {
  position: relative;
  top: -3px;
}
.form-signin {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
  margin: 0;
  padding: 15px 15px;
  text-align: center;
  background: #E8E0CA;
  border-radius: 5px 5px 0 0;
  color: #000;
  font-weight: 500;
  font-size: 1em;
}
.login-wrap {
    padding: 20px;
}
/*******************************************************/
/*custom追加css設定-20240703 start*/
.apply_account_column a{
  text-decoration: none;
  display: block;
}
*:focus{
  outline: 3px dashed #ffcc00;
}
.apply_account_column .box{
  background-color: #666;
  border-radius: 0.25em;
  padding: 2em 0.25em 1em 0.25em;
  cursor: pointer;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.apply_account_column .box.國民中小學{
  background-color: #997549;
}
.apply_account_column .box.大學伴{
  background-color: #44ac98;
}
.apply_account_column .box:hover{
  background-color: #f2b20f;
  border-radius: 0.25em;
  padding: 2em 0.25em 1em 0.25em;
  cursor: pointer;
}
.apply_account_column .box .title{
  width: 100%;
  display: block;
  font-weight: bolder;
  color: #ffffff;
}
.apply_account_column .box .icon{
  width: 100%;
  display: block;
  padding: 0.5em;
  text-align: center;
}
.apply_account_column .box .icon img{
  width: 100%;
  max-width: 80px;
}
/*custom追加css設定-20240703 end*/
/*******************************************************/