 body {
      background-color: #f8fdfc;
    }
    .login-container {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }
    .login-card {
      max-width: 1100px;
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      overflow: hidden;
    }
    .login-left {
      padding: 40px;
      background: #fff;
    }
    .login-right {
      background: url("brg.png") no-repeat center center;
      background-size: cover;
      min-height: 500px;
    }
    .google-btn {
      background: #fff;
      border: 1px solid #ddd;
      padding: 10px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      cursor: pointer;
      transition: all 0.3s;
    }
    .google-btn:hover {
      background: #f1f1f1;
    }
    .language {
      position: absolute;
      bottom: 15px;
      right: 15px;
    }