* {
  font-family: 微軟正黑體;
}

body {
  background-color: transparent;
}

.common {
  width: 340px;
  height: 40px;
  margin: 10px;
  color: #5bb1d8;
}

#username,
#password,
h3,
#fullname,
#comfirm_password,
#country,
#username2,
#password2 {
  width: 340px;
  height: 40px;
  margin: 10px;
  color: #5bb1d8;
}

h5 {
  margin: 20px;
  color: #a3a2a3;
}

h5:hover {
  color: black;
}

#container1,
#container2 {
  padding: 10px;
  width: 350px;
  height: 300px;
  /* background-color: white; */
  border-radius: 5px;
  border-top: 10px solid transparent;
  /* box-shadow: 0 0px 70px rgba(0, 0, 0, 0.1); */

  /*定位對齊*/
  position: relative;
  margin: auto;
  top: 100px;
}


form {
  position: relative;
  margin-top: -20px; /* 向上移動的距離，可以根據需要調整 */
}

.system_name {
  /*定位對齊*/
  position: relative;
  margin: auto;
  top: 100px;
  text-align: center;
}

.Register-text {
  margin-top: -20px; /* 控制 Login 文字與 登入 文字之間的距離 */
  font-size: 24px; /* 調整 Login 文字的字體大小 */
  color: #8dbad7; /* 設定 Login 文字的顏色 */
  margin-bottom: 25px;
}

label {
  margin-bottom: 5px; /* 標籤和輸入框之間的間距 */
  font-weight: bold; /* 使標籤文字加粗 */
  position: relative;
  left: 10px; /* 向右調整位置 */
  color: #8dbad7;
}

#login-form label[for="password"] {
  color: #8dbad7;
  margin-bottom: 5px; /* 標籤和輸入框之間的間距 */
  font-weight: bold; /* 使標籤文字加粗 */
  position: relative;
  left: 10px; /* 向右調整位置 */
}

.gender-options {
  display: flex; /* 使用 Flexbox 排列 */
  gap: 10px; /* 選項之間的間距 */
  margin-top: 10px; 
  margin-bottom: 10px;
}

.gender-options label {
  display: flex; /* 使用 Flexbox 使文本與選框對齊 */
  align-items: center; /* 垂直居中 */
 color: #303030; 
}

.gender-options input[type="radio"] {
  margin-right: 5px; /* 右側間距 */
  accent-color: #8dbad7; /* 修改選框顏色 (需要支持) */
}


.line-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -10px 0;  /* 上下間距 */
    }

.custom-line {
  width: 50px;
  justify-content: center;
        /* flex-grow: 1; */
        height: 0.1px;  /* 線條高度 */
        background-color: #bcbcbc;  /* 線條顏色 */
        margin: 0;  /* 去掉預設的外間距 */
    }

.line-text {
        padding: 0 10px;  /* 文字與線條的內間距 */
        white-space: nowrap;  /* 防止文字換行 */
        font-size: 0.9rem;
       color: #bcbcbc;
    }

    .forgot-password {
      margin-top: -5px;  /* 上方間距 */
      text-align: right; /* 文字右對齊 */
  }

  .forgot-password a {
      font-size: 0.8rem; /* 縮小文字大小 */
      color: #8dbad7; /* 連結顏色 */
      text-decoration: none; /* 去掉下劃線 */
      display: inline-block; /* 使連結元素可以對齊 */
      margin-right: 20; /* 調整右邊距 */
  }

  .forgot-password a:hover {
      text-decoration: underline; /* 滑鼠懸停時顯示下劃線 */
  }


.additional-text{
  font-weight: bold;
  color: #8dbad7;
  font-size: 1rem;
  text-align: center;
  margin-top: 40px;
}

.divider-line {
  width: 100%; 
  height: 0.1px; 
  background-color:#8dbad7;
  margin: 10px 0; 
  border: none; 
  margin-top: 10px;
}

.text-container {
  display: flex; /* 使用 Flexbox */
  justify-content: space-between; /* 使左右元素分開 */
  margin-top: 10px; /* 上方間距 */
  gap: 1px;
  height: 100px;
}

.left-text, .right-text {
  font-size: 1rem; /* 調整文字大小 */
  color: #8dbad7;; /* 文字顏色 */
  font-weight: bold;
  margin: 0 0px;
  text-decoration: none; 
}




/* 調整圖標的樣式 */
/* i.fa-square-check {
  display: block; /* 將圖標顯示為塊級元素 */
  margin: 10px 0; /* 添加上和下的間距 */
  font-size: 20px; /* 調整圖標大小 */
  margin-left: 10px;
  color: #5bb1d8; /* 調整圖標顏色 */
  text-align: left; /* 將圖標左對齊 */
} */

.system_name h2 {
  margin: 0; /* 去除上下邊距 */
  font-size: 2em; /* 調整字體大小 */
  color: #646464;
}

.icon-with-text span {
  font-size: 14px;
  color: #5bb1d8;
  position: relative; /* 相對於其原始位置進行調整 */
  top: -30px; /* 向上移動文字 */
  left: 35px; /* 向右移動文字 */
}

.submit {
  color: white;
  background: #5bb1d8;
  width: 350px;
  height: 40px;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
  border: 0px;
}

.submit:hover {
  background: #2480a0;
}

#container2 {
  visibility: hidden; /*剛開始消失*/
  height: 350px;
}

#copyright {
  text-align: center;
  color: #a3a2a3;
  margin: -200px 0px 0px 0px;
  font-size: 14px;
}

input {
  padding: 5px;
  border: none;
  border: solid 1px #ccc;
  border-radius: 5px;
}
