.elementor-5141 .elementor-element.elementor-element-05fb378{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5141 .elementor-element.elementor-element-002e198{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5141 .elementor-element.elementor-element-d36c4bb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-5141 .elementor-element.elementor-element-ddb1f0f img{width:43%;}.elementor-5141 .elementor-element.elementor-element-e88ee3c{text-align:center;}.elementor-5141 .elementor-element.elementor-element-7fde3d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-5141 .elementor-element.elementor-element-002e198{--width:25%;}.elementor-5141 .elementor-element.elementor-element-d36c4bb{--width:50%;}.elementor-5141 .elementor-element.elementor-element-7fde3d8{--width:25%;}}/* Start custom CSS for shortcode, class: .elementor-element-6ae0a632 *//* General form styling */
form {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px; /* reduced from 20px */
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Form title */
form h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 10px; /* reduced from 20px */
}

/* Label styling */
form label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 4px; /* reduced from 8px */
}

/* Input field styling */
form input[type="text"],
form input[type="password"],
form input[type="email"] {
    width: 100%;
    padding: 10px; /* slightly reduced */
    margin: 5px 0; /* reduced from 10px 0 */
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Input focus effect */
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus {
    border-color: #007BFF;
    outline: none;
}

/* Submit button styling */
form button[type="submit"] {
    width: 100%;
    padding: 10px; /* reduced from 12px */
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Button hover effect */
form button[type="submit"]:hover {
    background-color: #0056b3;
}

/* Forgot password and other links */
form a {
    display: block;
    text-align: center;
    margin-top: 8px; /* reduced from 15px */
    color: #007BFF;
    text-decoration: none;
}

form a:hover {
    text-decoration: underline;
}


/* === Simple Membership Social Login Styling === */

/* --- Section Header (Centered Only) --- */
.swpm_sl_login_section_header {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 25px;
}

/* Center header container */
.swpm_sl_login_section_header_wrap {
  text-align: center;
  margin-bottom: 20px;
}

/* --- Button Wrapper (Center All Buttons) --- */
.swpm_sl_login_buttons_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

/* --- Base Button Style --- */
.swpm_sl_login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* --- Google Button --- */
.swpm_sl_google_login_btn {
  background-color: #ffffff;
  color: #111;
  border: 1px solid #dadce0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.swpm_sl_google_login_btn:hover {
  background-color: #f8f9fa;
  color: #111 !important; /* keep text black */
  box-shadow: 0 4px 10px rgba(66, 133, 244, 0.15);
}

/* --- Facebook Button --- */
.swpm_sl_facebook_login_btn {
  background: linear-gradient(90deg, #1877f2, #3b5998);
  color: #fff;
  border: none;
  box-shadow: 0 2px 6px rgba(24, 119, 242, 0.3);
}

.swpm_sl_facebook_login_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.4);
  color: #fff !important;
}

/* --- Instagram Button --- */
.swpm_sl_instagram_login_btn {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  border: none;
  box-shadow: 0 2px 6px rgba(220, 39, 67, 0.3);
}

.swpm_sl_instagram_login_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 39, 67, 0.4);
  color: #fff !important;
}

/* --- Icon Size (for all buttons) --- */
.swpm_sl_login_btn img {
  width: 22px;
  height: 22px;
}

/* --- Responsive Adjustments --- */
@media (max-width: 480px) {
  .swpm_sl_login_btn {
    font-size: 15px;
    padding: 10px 14px;
    max-width: 100%;
  }

  .swpm_sl_login_section_header {
    font-size: 1.3rem;
  }
}/* End custom CSS */