
.msg{
  margin-bottom:30px;
}
.alert-msg{
  font-family: 'Noto Sans TC';
  font-size: 16px;
  letter-spacing: 2px;
  color:#696767;
}
/* Card */
.auth-card {
  background: #fff;
  padding: 40px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.tab-content{
  width:100%;
  max-width:470px;
  margin: 0 auto;
}
/* Tabs */
.nav-tabs {
  border: none;
  margin-bottom: 55px;
}
.nav-tabs .link-title {
  font-family: 'Noto Sans TC';
  font-size: 25px;
  letter-spacing: 2px;
  border: none;
  color: #D4D0C9;
  padding: 12px 0;
}
.nav-tabs .link-title.active {
  color: #696767;
  border-bottom: 3px solid #5685A2;
}

/* Labels */
.input-area .form-label {
  font-family: 'Noto Sans TC';
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

/* Inputs */
.form-control {
  font-family: 'Noto Sans TC';
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 5px;
  border: 1px solid #D4D0C9;
  padding: 12px 14px;
  margin-bottom:30px;
}
.form-control::placeholder {
  color:#D4D0C9;
}
.form-control:focus {
  border-color: #5685A2;
  box-shadow: 0 0 0 0.2rem rgba(86,133,162,0.25);
}

/* Button */
.btn-auth {
  font-family:"Noto Sans TC";
  background: #F6C89F;
  color: #333A56;
  font-weight: 600;
  font-size:17px;
  letter-spacing:7.5px;
  border-radius: 5px;
  border: none;
  padding:12px 16px;
}
/* Forgot link */
.forgot-link {
  font-family: 'Noto Sans TC';
  font-size: 16px;
  letter-spacing: 2px;
  color: #5685A2;
  text-decoration: none;
}
.forgot-link:hover {
  text-decoration: none;
}
.forgot-link:focus {
  outline:none;
}
/* 其他登入方式 */
.other-login{
  margin-top:45px;
  margin-bottom: 43px;
  gap: 10px;
}
.other-login-title{
  font-family: 'Noto Sans TC';
  font-size: 18px;
  letter-spacing: 2px;
  color: #D4D0C9;
}
.social-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  font-size: 20px;
}
/* 常用收件資訊：彈窗樣式 */
.gy-modal .modal-dialog{width:90%;max-width:470px;margin:auto;}
.gy-modal .modal-content{ border-radius:0; }
.modal-header{padding-bottom: 10px;}
.gy-modal-title{
  font-family:"Noto Sans TC";
  font-size:18px;
  letter-spacing:2px;
  color:#5685A2;
}
.gy-title-underline{
  height:1px;
  background:#696767;
  margin:0 24px 30px 24px;
}
.modal-body{
  padding-top:0;
}
.modal-body .row{
  gap:33px;
}
.modal-body .row .modal-text{
  font-family:"Noto Sans TC";
  font-size:17px;
  letter-spacing:2px;
  color:#696767;
}
/* 共同外觀 */
.action-btn{
  display:block;
  width:100%;
  text-align:center;
  text-decoration:none;
  padding:12px 16px;
  border-radius:5px;
  font-family:"Noto Sans TC";
  font-size:17px;
  letter-spacing:2px;
  color:#333A56;
}
/* 實心／淺色 */
.btn-cta{margin-top:50px; background:#F6C89F; border: none;}
@media (min-width: 992px) {
  body.modal-open {
    padding-right: 0 !important;
    overflow-y: scroll;
  }
  .nav-tabs .link-title {
    font-size: 26px;
  }
  .input-area .form-label {
    font-size: 21px;
  }
  .form-control {
    font-size: 17px;
  }
  .forgot-link {
    font-size: 17px;
  }
  .other-login-title{
    font-size: 19px;
  }
  .btn-auth {
    font-size: 18px;
  }
  .alert-msg{{
    font-size:17px;
  }
}