/* logi page */
/* .login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #000;
  font-family: Arial, sans-serif;
} */
.twocolor {
    background: linear-gradient(90deg, #AD2BEE 0, #F97A1F 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}
.pmpro-login #content,.pmpro-variation_1 #content {
    margin: 0px auto;
    max-width: 1340px;
}
.login-wrapper .container {
    height: 90vh;
    align-items: center;
    display: flex;
}
.login-wrapper .container {
    display: flex;
    align-items: center;
    /* background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); */
  }
  .login-wrapper .illustration {
    flex: 2;
  }
  .login-wrapper .illustration img {
    max-width: 80%;
    border-radius: 12px;
  }
  .login-wrapper .login-form {
    flex: 1;
    padding: 30px 40px;
    color: #fff;
    background: hsl(240 10% 4%);
    border-radius: 15px;
    border: 1px solid hsl(240 6% 15%);
  }
  .login-wrapper .login-form h1 {
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    background: linear-gradient(to right, #E63562, #811AE4);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
  }
  .login-wrapper .login-form h2 {
    font-size: 30px;
    color: #B5B5B5;
    font-weight: 600;
    line-height: 28px;
  }
  .login-wrapper .login-form h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .login-wrapper .login-form {
    margin: 20px;
  }
  .login-wrapper .login-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
  }
  .login-wrapper .login-form label span.required {
    color: hsl(0 84% 60%);
}
  .login-wrapper .login-form input {
    /* width: 100%; */
    padding: 12px;
    border-radius: 8px;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 16px;
  }
  .login-wrapper .login-form input::placeholder {
    color: #ccc;
  }
  .login-wrapper .forgot-password {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #a36cff;
    text-decoration: none;
  }
  .login-wrapper p.form-row {
    display: grid;
  }
  .login-wrapper .woocommerce-form-login__submit, 
  .login-wrapper .woocommerce-form-register__submit,
  .login-wrapper .woocommerce-Button.button{
    width: 100%;
    font-size: 20px;
    border-radius: 8px;
    /* background: linear-gradient(90deg, #831BE2, #E43566); */
    background-image: linear-gradient(90deg, #AD2BEE 0%, #F97A1F 100%);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .login-wrapper .woocommerce-form-login__submit:hover,
  .login-wrapper .woocommerce-form-register__submit:hover,
  .login-wrapper .woocommerce-Button.button:hover{
    background: linear-gradient(90deg, #E43566, #831BE2);
  }
  .login-wrapper .signup-link {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
  }
  .login-wrapper .signup-link a {
    color: #a36cff;
    text-decoration: none;
    font-weight: bold;
    background: linear-gradient(90deg, #AD2BEE 0, #F97A1F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .login-wrapper .signup-link a:hover {
    text-decoration: underline;
  }
  .login-wrapper .login-form a:active,.login-form a:hover {
    color: #8a1dd9 !important;
  }
  .login-wrapper .nsl-container-buttons {
    width: 100%;
  }
  .login-wrapper p.lost_password {
    text-align: center;
    display: block;
    width: 100%;
}
 .login-wrapper .lost_password a {
    color: hsl(280 80% 60%);
    font-size: 20px;
    line-height: 22px;
    text-decoration: auto;
}
.login-wrapper .password-field {
    position: relative;
}
.login-wrapper .password-field #toggler {
    position: absolute;
    right: 20px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
}
  @media screen and (max-width: 767px) {
    .login-wrapper .container {
        min-height: 90vh;
        height: auto !important;
        align-items: center;
        display: flex;
    }
   
    /* .login-wrapper .container {
        display: block;
        align-items: center;
      } */
      .login-wrapper .illustration {
        display: none;
        flex: 1;
      }
      /* .login-wrapper .login-form {
        margin: 50px;
      } */
  }
   @media screen and (max-width: 580px) {
       .login-wrapper a img {
          padding: 10px 20px !important;
      }
       .login-wrapper .login-form {
          margin: 15px !important;
      }
      .login-wrapper .login-form {
        flex: 1;
        padding: 30px 20px !important;
        color: #fff;
        background: hsl(240 10% 4%);
        border-radius: 15px;
        border: 1px solid hsl(240 6% 15%);
    }
   }