
    .bodyct {
      background-color: #000;
      color: white;
    }
    .login-container {
      min-height: 100vh;
      display: flex;
    }
    .login-form {
      background: #1e1e1e;
      padding: 3rem;
      border-radius: 0.75rem;
      width: 100%;
      max-width: 400px;
      margin-top: 100px;
    }
    .form-control {
      background-color: #2c2c2c;
      border: none;
      color: white;
    }
    .form-control::placeholder {
      color: #aaa;
    }
    .divider {
      border-left: 1px solid #333;
    }
    .right-img {
      background: url('') no-repeat center center;
      background-size: cover;
      height: 100vh;
    }