
/* 移动端样式适配 */
@media (max-width: 1080px) {
  .bg1, .bg2, .bg3, .bg4, .bg5 {
    background-size: auto;
  }
  .login-form {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    height: 100%;
  }
  .card {
    border: none !important;
    border-radius: 0 !important;
    background: #ffffffb8 !important;
  }
  .card-body {
    width: 100%;
    height: 100vh;
    min-height: 0;
    max-height: 100vh;
    padding: 120px 40px 0 40px !important;
  }
  .fm {
    height: auto;
  }
  .btn-login_position {
    position: relative;
  }
}