/**
* Loulou66
* LpsProAccount module for Prestashop
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php*
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    Loulou66.fr <contact@loulou66.fr>
*  @copyright loulou66.fr
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

#lpsproaccount {
  margin-top: 0;
  font-size: 0.875rem;
  color: #7a7a7a;
}
#lpsproaccount .lpsproaccount-title {
  text-align: center;
  padding-bottom: 10px;
}
#content .forgot-password {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1rem;
  padding-bottom: 0.9375rem;
  margin-left: 0 !important;
  font-weight: 500;
}
.lpsproaccount-customer-validation {
  padding-left: 20px;
  color: red;
  font-weight: bold;
}
.lpsproaccount-button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#lpsproaccount #login-form-particular {
  margin-right: 0;
}
@media (max-width: 767px) {
  .lpsproaccount-button {
    display: block;
  }
  .lpsproaccount-button button {
    width: 100%;
  }
  #lpsproaccount #login-form-particular {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.lpsudloaderror {
  margin: 10px 0 0;
}

.proaccount-title {
  font-size: 29px;
  text-align: center;
  color: #3f3e3e;
}

p.proaccount-subtitle {
  text-align: center;
  color: #3f3e3e;
  font-weight: 800;
  font-size: 14px;
}

.lpsproaccount-button button {
  width: 205px;
}

button#button-form-professionnal {
  background: #f5c552;
}

button#button-form-professionnal:hover {
  background: #fff;
  border: solid 1px #f5c552;
  color: #f5c552;
}

form#login-form-professionnal {
  margin: 10px 0;
}

button#submit-login {
  background: #3f3e3e;
  text-transform: uppercase;
  font-size: 13px;
}

button#submit-login:hover {
  background: #fff;
  color: #3f3e3e;
  border: solid 1px #3f3e3e;
}

footer.form-footer.text-center.clearfix {
  text-align: right !important;
}

/* footer.form-footer.text-center.clearfix > button {
  background-color: #3f3e3e;
  color: #fff;
}

footer.form-footer.text-center.clearfix > button:hover {
  background-color: #fff;
  color: #3f3e3e;
  border: 1px solid #3f3e3e;
} */

input#field-lpsproaccount_fileupload {
  cursor: pointer;
}

input#field-lpsproaccount_fileupload:before {
  content: "\f01b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px;
}

input#field-lpsproaccount_fileupload2:before {
  content: "\f01b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px;
}

input#field-lpsproaccount_fileupload3:before {
  content: "\f01b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px;
}

input#field-lpsproaccount_fileupload::-webkit-file-upload-button {
  display: none;
}

input#field-lpsproaccount_fileupload2::-webkit-file-upload-button {
  display: none;
}

input#field-lpsproaccount_fileupload3::-webkit-file-upload-button {
  display: none;
}

@media screen and (max-width: 767px) {
  #authentication .forgot-password {
    width: fit-content;
    margin: auto !important;
  }

  #authentication .forgot-password a {
    color: #a94753;
  }

  footer.form-footer.text-center.clearfix {
    text-align: center !important;
  }
}
