/*
* 2008-2024 Prestaworld
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one website.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
*
* DISCLAIMER
*
* Do not alter or add/update to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author    prestaworld
* @copyright 2008-2024 Prestaworld
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of prestaworld
*/

#module-prestaprivateshop-privateshopform {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
}

.presta-ps-login-form,
.presta-ps-registration-form {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 25px;
    border: 0px dotted white;
    color: #fff;
    text-align: center;
}

.presta-form-header {
    font-size: 20px;
    font-weight: 600;
}

.presta-text-color {
    color: #fff !important;
}
img.presta-shop-img {
    margin-top: 15px;
    width: auto;
    height: 50px;
}

.presta-ps-registration-form {
    display: none;
}

.mb-3.ps-create {
    font-size: 20px;
}
img.presta_private_img {
    width: 120px;
    border-radius: 50px;
}

.presta_ps_sign_up_regis_form {
    padding: 5px;
    font-size: 20px;
    font-weight: 600;
}

.form-control {
    padding: 0.5rem 1rem;
    color: #7a7a7a;
    background: #f6f6f6;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 16px;
    width: 96%;
    margin-left: 10px;
}

button#PRESTA_PS_SIGNIN, #PRESTA_PS_SIGNUP {
    border-radius: 18px;
    width: 95%;
}

button#PRESTA_PS_SIGNUP {
    margin-top: 20px;
}

.col-md-9.ps_gender {
    width: 43%;
}

label.form-check-label {
    color: aliceblue;
}

img.hidecontent {
    float: right;
    width: 25px;
    margin-left: -1px;
    margin-top: 5px;
    display: none;
}

.form-group.reg_newsletter {
    margin: auto;
    text-align: left;
    margin-left: 15px;
}

@media only screen and (max-width: 800px) {
    .form-group.reg_newsletter {
        margin-right: 33px;
    }
}

.form-group.partner_offer {
    float: left;
    margin-left: 15px;
}

#content-wrapper {
    width: 100% !important;
}
.presta-ps-login-form,
.presta-ps-registration-form {
  /*  width: 40%; */
  width: 100%;
  max-width: 460px;
  margin: 80px auto 40px auto;
  float: none;
  text-align: center;
}

@media only screen and (max-width: 800px) {
    .presta-ps-login-form,
    .presta-ps-registration-form {
        width: 70%;
    }
}
@media only screen and (max-width: 650px) {
    .presta-ps-login-form,
    .presta-ps-registration-form {
        width: 80%;
    }
}
@media only screen and (max-width: 500px) {
    .presta-ps-login-form,
    .presta-ps-registration-form {
        width: 100%;
    }
}

div#msg_1 {
    margin-top: 7px;
}

.clearfix.form-group {
    margin-left: -15px;
}

div#content-wrapper {
    margin-top: 35px;
}

body#module-prestaprivateshop-privateshopform main,
body#module-prestaprivateshop-privateshopform main section {
    height: inherit;
    background-size: cover;
}
body#module-prestaprivateshop-privateshopform {
    display: inline-block;
    width: inherit;
    height: max-content;
}

/* div#private-wrapper {
    height: 1270px;
} */

.container {
    width: 100%;
}

.input-group-addon {
    border-radius: 14px;
}
.input-group {
    width: 98%;
}
p.presta-ps-signup-login-form {
    color: #fff;
}
