#root{
  width: 100%;
  height: 100%;
}
.login-container-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #051335;
    background-image: url('../imgs/wrapBg.svg');
    background-size: 100%;
    position: relative;
    min-width: 1280px !important;
    min-height: 600px !important;
    user-select: none;
  }

  .login-container-wrap>img {
    filter: brightness(200%);
  }

  .login-container {
    padding: 0 120px;
  }

  .login-container-bg {
    position: absolute;
    width: 50%;
    height: 80%;
    right: 3%;
    top: 18%;
    background-image: url('../imgs/loginBg.svg');
    background-size: 100% 90%;
    background-repeat: no-repeat;
  }

  .login-container-login {
    width: 340px;
    height: 130px;
    z-index: 1000;
  }

  .login-container-login .ant-input-prefix{
    margin-right: 1px;
  }
  .login-container-login .ant-input-prefix i{
    margin-left: 12px;
  }

  .login-container-login .ant-form-explain {
    margin-top: 4px;
  }

  .login-line {
    width: 102px;
    height: 4px;
    opacity: 0.39;
    background: rgba(114, 117, 239, 0.35);
    margin: 22px 0;
  }

  .login-end-line {
    width: 62px;
    height: 2px;
    opacity: 0.39;
    background: rgba(114, 117, 239, 0.35);
    margin: 22px 0;
  }

  .login-container-content {
    margin-top: 150px;
    margin-bottom: 20px;
    z-index: 1000;
  }

  .login-container-content span {
    display: inline-block;
    height: 73px;
    font-size: 48px;
    color: #9fa1fa;
  }

  .login-container-content strong {
    font-family: PingFangSC-Light;
    font-size: 52px;
    color: #b7b9ff;
    letter-spacing: 0;
    line-height: 73px;
  }

  .login-container-content p {
    width: 680px;
    opacity: 0.7;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #9fa1fa;
    letter-spacing: 0;
  }

  .login-api,
  .login-gdata,
  .login-yun,
  .login-equipmentPic {
    position: absolute;
    animation: float 1.3s ease-in-out 2.7s infinite alternate;
    bottom: 53%;
    right: 8%;
    height: 10%;
    width: 10%;
  }

  .login-gdata {
    left: 21%;
    bottom: 30%;
    animation-delay: 2s !important;
  }

  .login-yun {
    left: 3%;
    bottom: 52% !important;
    height: 100px !important;
    animation-delay: 1s !important;
  }

  .login-equipmentPic {
    left: 41%;
    top: 7%;
    animation-delay: 4s !important;
  }

  .login-cylinder {
    position: absolute;
    width: 20%;
    height: 37%;
    top: 0;
    right: 16%;
  }

  .login-cylinder>img {
    width: 30%;
    height: auto;
    position: absolute;
    animation: float 1.3s ease-in-out 2.7s infinite alternate;
  }

  .login-bottomPic {
    width: 58% !important;
    bottom: -1%;
    left: 0%;
    animation-delay: 1.5s !important;
  }

  .login-rightTop {
    width: 22% !important;
    right: 23%;
    top: 21%;
    animation-delay: 4s !important;
  }

  .login-topPic {
    width: 26% !important;
    right: 8%;
    bottom: -3%;
    animation-delay: 6s !important;
  }

  .login-square {
    width: 6% !important;
    right: 22%;
    bottom: 6%;
    animation-delay: 5s !important;
  }

  .login-topLeftPic {
    width: 20% !important;
    left: 6%;
    top: 18%;
    animation-delay: 3s !important;
  }

  .login-block {
    position: absolute;
    left: 30%;
    bottom: 25%;
    animation: fade ease-in-out 1.2s infinite alternate;
    animation-delay: 1s;
  }

  .login-block2 {
    animation-delay: 1.5s;
    position: absolute;
    left: 12%;
    bottom: 25%;
    animation: fade ease-in-out 1.2s infinite alternate;
  }

  .login-block3 {
    position: absolute;
    right: 5%;
    bottom: 15%;
    animation: fade ease-in-out 1.2s infinite alternate;
    animation-delay: 2s;
  }

  .login-block4 {
    position: absolute;
    left: 35%;
    bottom: 18%;
    animation: fade ease-in-out 1.2s infinite alternate;
    animation-delay: 2.2s;
  }

  .login-point1 {
    position: absolute;
    left: 15%;
    bottom: 5%;
    animation: trajectory 1s linear infinite;
    animation-delay: 0.5s;
  }

  .login-point2 {
    position: absolute;
    left: 35%;
    bottom: 10%;
    opacity: 0;
    animation: trajectory 1s linear infinite;
    animation-delay: 1s;
  }

  @keyframes trajectory {
    0% {
      opacity: 0;
      transform: scale(0.5) translate3d(0, -100px, 0);
    }

    50% {
      opacity: 1;
      transform: translate3d(100px, -100px, 0);
    }

    100% {
      opacity: 0;
      transform: scale(1.2) translate3d(300px, -200px, 0);
    }
  }

  @keyframes float {
    from {
      transform: translate(0, 0);
    }

    to {
      transform: translate(0, 10px);
    }
  }

  @keyframes fade {
    0% {
      opacity: 0;
    }

    40% {
      opacity: 0.5;
    }

    100% {
      opacity: 1;
    }
  }

  .loginForm-login-btn {
    width: 100%;
  }

  .loginForm-icon {
    font-size: 16px;
    color: #7275ef !important;
  }

  .loginForm-input {
    line-height: 38px;
    border: 1px solid #7275ef;
    padding: 0;
    background: inherit !important;
  }

  .loginForm-input .ant-input {
    width: 100%;
    background: inherit !important;
    border: 0;
    font-size: 14px;
    color: #cfd1ff;
    caret-color: #fff;
  }

  .loginForm-input .ant-input:focus {
    border: none;
    box-shadow: none;
  }

  .loginForm-input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #051335 inset;
    -webkit-text-fill-color: #9fa2ff;
  }

  .loginForm-input input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #051335 inset;
    -webkit-text-fill-color: #9fa2ff;
  }

  .loginForm-input input::-webkit-input-placeholder {
    color: rgba(159, 162, 255, 0.4);
  }

  .loginForm-login-btn {
    width: 132px;
    height: 38px;
    border: 1px solid #7275ef !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-270deg, rgba(171, 173, 248, 0.17) 0%, rgba(114, 117, 239, 0.34) 100%) !important;
    cursor: pointer;
  }

  .loginForm-login-btn .ant-btn-primary {
    width: 100%;
    height: 100%;
    background: inherit;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #cdceff;
    letter-spacing: 0;
    border: none;
    padding: 0;
  }

  .loginForm-login-btn .ant-btn-primary:hover {
    background: inherit;
  }

  .third-party-login{
    display: flex;
    align-items: center;
  }

  .third-party-login-title{
    color: #9fa1fa;
  }

  .third-party-login-ways{
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    z-index: 1;
  }

  .third-party-login-aliyun{
    display: inline-block;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }