  body {
      font-family: 'Poppins', sans-serif;
      background: linear-gradient(to right, #cce5ff, #e6f0ff);
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
    }

    .login-box {
      background: #ffffff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      width: 100%;
      max-width: 400px;
      
    }

    .login-box h2 {
      text-align: center;
      margin-bottom: 25px;
      font-weight: 600;
    }

    .form-control:focus {
      box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

    .btn-primary {
      width: 100%;
    }

    .login-footer {
      margin-top: 15px;
      text-align: center;
      font-size: 0.9rem;
    }

    .login-footer a {
      color: #007bff;
      text-decoration: none;
    }

    .login-footer a:hover {
      text-decoration: underline;
    }
    .signup-box{
      max-width: 400px !important;
    }
    .wp-course{
      background-color: #3499cd;
    }