
main.content {
&[data-v-7df60744] {
  min-height: calc(100vh - 110px);
  display: flex;
  justify-content: right;
  align-items: center;
}
.login-section{
&[data-v-7df60744] {
    width: 50%;
}
.form-control[data-v-7df60744]{
      border-radius: 5px;
}
}
.user-section[data-v-7df60744]{
    color: #fff;
    padding: 10px;
    background: linear-gradient(115deg, rgb(32, 32, 32) 20%, rgb(44, 39, 60) 75%);
}
}
@media only screen and (max-width: 767px) {
main.content {
.login-section[data-v-7df60744] {
      width: 93% !important;
}
}
}
footer.footer[data-v-7df60744] {
  margin-top: 0px;
}





/* 表单验证错误样式 */
.form-control.is-invalid[data-v-7df60744] {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.help-block.text-danger[data-v-7df60744] {
  color: #dc3545 !important;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

/* 提交按钮禁用状态 */
.btn[data-v-7df60744]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.control-label.required[data-v-7df60744]::before {
  content: "*";
  color: red;
  margin-right: 4px; /* 可选：让星号和文字之间有点间距 */
}

