.elementor-2852 .elementor-element.elementor-element-1c5385e{--display:flex;}.elementor-2852 .elementor-element.elementor-element-708ba35 > .elementor-widget-container{margin:80px 4px 4px 4px;padding:36px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-708ba35 */<style>
  /* Container Style */
  div {
    max-width: 400px;
    margin: 60px auto;
    padding: 30px;
    background-color: #181818;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.05);
    font-family: 'Roboto', Arial, sans-serif;
    color: #fff;
    text-align: center;
  }

  h2 {
    color: #ffffff;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
  }

  input[type="email"],
  input[type="password"] {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    background-color: #e6effc;
    border: 1px solid #303030;
    color: #000;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s ease, box-shadow 0.2s ease;
  }

  input[type="email"]:focus,
  input[type="password"]:focus {
    border-color: #3ea6ff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(62, 166, 255, 0.2);
  }

  button {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #3ea6ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  button:hover {
    background-color: #1e90ff;
    transform: scale(1.02);
  }

  /* 🔥 Logout Button Style */
  button.logout-btn {
    background-color: #000 !important;
    color: #fff !important;
  }

  /* 🖤 Black Join Text */
  .join-text {
    color: #000 !important;
    font-weight: bold;
    margin-bottom: 20px;
  }

  @media (max-width: 480px) {
    div {
      padding: 20px;
    }

    h2 {
      font-size: 20px;
    }

    button {
      font-size: 15px;
    }
  }
</style>/* End custom CSS */