/* _content/NPTUAuthN.Web/Pages/Login.cshtml.rz.scp.css */
/* 控制輸入框（或相關區塊）的上下間距 */
.login-input-div[b-8pk18q2yjh] {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* 圖示按鈕 */
.icon-btn[b-8pk18q2yjh] {
    width: 40px;
    height: 40px;
    /* 取消預設樣式 */
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    /* 圖片相關 */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    /* 互動效果 */
    transition: filter 0.2s, background-color 0.2s;
}

/* 按鈕的互動效果 */
.icon-btn:hover[b-8pk18q2yjh] {
    /* 滑鼠滑過時稍微亮一點 */
    filter: brightness(1.1);
}

/* 按鈕的互動效果 */
.icon-btn:active[b-8pk18q2yjh] {
    /* 按下時再暗一點 */
    filter: brightness(0.9);
}

/* 圖示的路徑設定 */
.icon-CaptchaVoice[b-8pk18q2yjh] {
    background-image: url('asset/CaptchaVoice.png');
}

/* 無障礙設計（ARIA）- 用於隱藏內容，但仍保留其在頁面結構中的位置 */
.hidden-for-aria[b-8pk18q2yjh] {
    color: transparent;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/* _content/NPTUAuthN.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-xptlyk0k5e] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-xptlyk0k5e] {
  color: #0077cc;
}

.btn-primary[b-xptlyk0k5e] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-xptlyk0k5e], .nav-pills .show > .nav-link[b-xptlyk0k5e] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-xptlyk0k5e] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-xptlyk0k5e] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-xptlyk0k5e] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-xptlyk0k5e] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-xptlyk0k5e] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
