/**
* Theme Name: Issabella Child
* Description: Issabella - a modern Sexy Lingerie Adult Toy Shop WordPress Theme is specifically designed for women, lingerie, undergarments, sex toys, adults, and swimsuit types of small and medium-sized eCommerce stores. The Issabella theme has all of the best features and modules for creating a stunning site for selling products, giving your online store a professional look. With the right variety conspires, your store will look enticing and elegant. Issabella is a new high-converting theme that incorporates all of the latest trends, drag and drop sections, and an all-new Online Store.
Requires at least: WordPress 4.9.6
* Author: <a href="https://jwsuperthemes.com">the JWSThemes team</a>
* Template: issabella
* Version: 1.2.5
*/

:root {
  --main: #000000;
  --text: #545353;
  --light: #ffffff99;
  --white: #ffffff;
  --green: #70833c;
  --heading: #000000;
  --body: #646f79;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-bgcolor: #000000;
  --btn-bgcolor2: #fff;
  --e-global-color-primary: #000000;
  --e-global-color-secondary: #9b0401;
  --menu-color: #000;
  --font-size-sm: 14px;
  --line-height-sm: 19.6px;
  --font-size-md: 18px;
  --line-height-md: 25.2px;
}

.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}

/* Custom styles for login and registration forms */
.woo-account-form {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.login-form-section,
.registration-form-section {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.login-form-section h2,
.registration-form-section h2 {
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

/* Responsive design for mobile devices */
@media (max-width: 768px) {
    .woo-account-form {
        flex-direction: column;
        gap: 20px;
    }
    
    .login-form-section,
    .registration-form-section {
        padding: 20px;
    }
}
