  .login-page {
        min-height: 100vh;
        background: linear-gradient(135deg, #eef3ff 0%, #f7f9fc 55%, #e6edf7 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px;
      }

      .login-box {
        width: 100%;
        max-width: 430px;
        margin: 0;
      }

      .login-card {
        background: #fff;
        border-radius: 16px;
        border: 1px solid #e9eef5;
        box-shadow: 0 14px 36px rgba(18, 39, 77, 0.12);
        padding: 30px 24px 22px;
      }

      .login-brand {
        text-align: center;
        margin-bottom: 24px;
      }

      .login-brand img {
        max-height: 52px;
        width: auto;
        margin: 0 auto 12px;
      }

      .login-title {
        font-size: 28px;
        font-weight: 700;
        color: #1f2d3d;
        margin: 0;
      }

      .login-subtitle {
        color: #66758b;
        font-size: 14px;
        margin: 8px 0 0;
      }

      .input-icon-wrap {
        position: relative;
      }

      .input-icon-wrap .fa {
        position: absolute;
        left: 14px;
        top: 50%;
        margin-top: -7px;
        color: #93a3b9;
        font-size: 14px;
      }

      .login-input {
        height: 46px;
        border-radius: 10px;
        border: 1px solid #d9e2ef;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 15px;
        box-shadow: none;
      }

      .login-input:focus {
        border-color: #3c8dbc;
        box-shadow: 0 0 0 3px rgba(60, 141, 188, 0.12);
      }

      .field-feedback {
        min-height: 18px;
        margin-top: 6px;
        font-size: 12px;
      }

      .field-valid { color: #1f9d55; }
      .field-error { color: #d9534f; }

      .is-valid {
        border-color: #1f9d55 !important;
      }

      .is-invalid {
        border-color: #d9534f !important;
      }

.toggle-password-btn {
    position: absolute;
    top: 76%;
    right: 35px;
    margin-top: -14px;
    border: 0;
    background: transparent;
    color: #7c8ca1;
    padding: 4px;
}

      .toggle-password-btn:hover,
      .toggle-password-btn:focus {
        color: #3c8dbc;
        outline: none;
      }

      .login-actions {
        margin-top: 10px;
      }

      .btn-login {
        width: 100%;
        height: 46px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600;
      }

      .forgot-link {
        display: inline-block;
        margin-top: 14px;
        font-size: 13px;
      }

      @media (max-width: 480px) {
        .login-card {
          padding: 24px 18px 18px;
          border-radius: 14px;
        }

        .login-title {
          font-size: 24px;
        }
      }
      
    .footerCopyright {
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}