body {
      background: #4f0d7a;
      background: linear-gradient(139deg,rgba(79, 13, 122, 1) 0%, rgba(166, 18, 18, 1) 50%, rgba(163, 107, 28, 1) 100%);
    }

    .login-card {
      width: 380px;
      border-radius: 15px;
    }

    .logo {
      max-height: 80px;
    }
