body {
    background-color: #ffffff;
    height: 100vh;
    font-family: 'Segoe UI', sans-serif;
  }
  .login-box {
    background-color: #fef4eb;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 400px;
  }
  .btn-login {
    background-color: #ffc994;
    border: none;
    border-radius: 999px;
    color: #fff;
  }
  .btn-login:hover {
    background-color: #fcb46f;
  }
  .forgot-password {
    color: #ff5e5e;
    font-size: 0.9rem;
    text-decoration: none;
  }
  .forgot-password:hover {
    text-decoration: underline;
  }
  .brand-logo {
    height: 40px;
  }