    body {
      background: linear-gradient(135deg, #6f42c1, #8e44ad);
      height: 100vh;
    }

    .login-box {
      background: #dcd6e0;
      border-radius: 10px;
      padding: 30px;
      width: 100%;
      max-width: 400px;
    }

    .login-box img {
      width: 80px;
      margin-bottom: 15px;
    }

    .form-control {
      border-radius: 8px;
      height: 45px;
    }

    .input-group-text {
      background: transparent;
      border-right: none;
    }

    .form-control {
      border-left: none;
    }

    .btn-login {
      background: linear-gradient(90deg, #1e90ff, #007bff);
      border: none;
      height: 45px;
      border-radius: 6px;
      font-weight: bold;
    }

    .footer-text {
      font-size: 13px;
      color: #555;
    }

    hr {
      border-top: 1px solid #bbb;
    }