body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', sans-serif;
  }
  .login-container {
    height: 100vh;
  }
  .left-panel {
    background: #0e0e0e;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    position: relative;
    overflow: hidden;
  }
  .left-panel img {
    position: absolute;
    top: 0;
    left: 0;
    width: 116%;
    height: 100%;
    object-fit: cover;
  }
  .right-panel {
    padding: 60px 40px;
  }
  .form-control {
    border-radius: 8px;
  }
  .btn-primary {
    border-radius: 8px;
    background-color: #0d6efd;
  }
  .social-icons img {
    width: 32px;
    margin: 0 10px;
    cursor: pointer;
  }
  .form-check-label {
    font-size: 0.9rem;
  }
  .form-links {
    font-size: 0.9rem;
  }
  .sign-in-title{
    font-size: 45px;
  }