
.login-page[data-v-2d04198c] .c-login-panel img {
  border-radius: 10px;
}
.companySelect[data-v-2d04198c] .c-label-array.type-input {
  border: 2px solid #008489 !important;
  padding: 5px 3px !important;
}
.companySelect[data-v-2d04198c] .c-label-array.type-input .c-label-array-title {
  font-weight: 500;
  color: #008489 !important;
  min-width: 80px;
  font-size: 16px;
}
.footer[data-v-2d04198c] {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #666; /* 统一文本颜色 */
}
.footer-link[data-v-2d04198c] {
  color: inherit; /* 继承父级颜色 */
  text-decoration: none;
  padding: 0 5px;
  transition: color 0.3s;
}
.footer-link[data-v-2d04198c]:hover {
  color: #008489;
  text-decoration: underline;
}
.footer-text[data-v-2d04198c] {
  padding: 0 5px;
}
.footer-separator[data-v-2d04198c] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* 防止分隔符被选中 */
}

