@media screen and (min-width: 1025px) {
  .alumnusBody .new-pc-logo {
    width: 1022px;
    max-width: 1022px;
    height: 89px;
    margin-top: 184px;
  }
  .login-box {
    width: 1200px;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 611px;
    padding-top: 68px;
    stroke-width: 1px;
    stroke: #fff;
    background: rgba(255, 255, 255, 0.6);
    filter: drop-shadow(0 -2px 9.7px rgba(0, 0, 0, 0.04))
      drop-shadow(0 3px 7.1px rgba(0, 0, 0, 0.05));
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 5px;

    .form-box {
      width: 619px;
    }

    .new-float-btn {
      margin-top: 36px;
      margin-bottom: 42px;
      width: 732px;
      display: flex;
      justify-content: center;
      margin-left: 0;
      gap: 105px;

      .new-login-btn {
        margin: 0;
        padding: 0;
        width: 303px !important;
        height: 62px;
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.4px;
        line-height: normal;
        display: block;
        font-weight: 400;
        overflow: hidden !important;
        background-size: cover;
        min-width: 0;
        flex-shrink: 0;
      }

      .new-lineBtn {
        margin: 0;
        padding: 0;
        width: 303px !important;
        height: 62px;
        color: #1e956e;
        font-size: 20px;
        letter-spacing: 0.4px;
        line-height: 62px;
        font-weight: 400;
        min-width: 0;
        flex-shrink: 0;
        background-size: cover;
      }
    }

    .new-add-tips {
      color: #333;
      font-size: 14px;
      width: 870px;
      text-align: center;
    }
  }
}

@media screen and (max-width: 1024px) {
  .new-pc-logo {
    padding-top: 146px;
  }

  .login-box {
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 24px;
    border-radius: 5px;

    .new-add-tips {
      color: #333;
      font-size: 12px;
      text-align: center;
      margin-top: 20px;
    }

    .new-float-btn {
      .new-login-btn {
        padding: 0 16px;
        height: 38px;
        line-height: 38px;
        background: linear-gradient(180deg, #1e956e 0%, #074d36 100%);
        box-shadow:
          0 -0.16rem 0.16rem #1e956e inset,
          0 0.16rem 0.16rem #074d36 inset;
        font-weight: 400;
      }
      .new-lineBtn {
        padding: 0 16px;
        height: 38px;
        line-height: 38px;
        background: url(../images/alumunsid.png?t=2025030401) center no-repeat;
        box-shadow: none;
        color: #1e956e;
        font-weight: 400;
        background-size: 100% 100%;
      }
    }
  }
}

.float_login .inputList .item .frBox input {
  color: #000 !important;
}
