/**
* 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: 20px; font-size: .875rem; color: #7a7a7a;}
#lpsproaccount .lpsproaccount-title {text-align: center; padding-bottom: 10px;}
#content .forgot-password {
    text-align: center;
    font-size: .875rem;
    margin-top: 1rem;
    padding-bottom: .9375rem;
    margin-left: 0!important;
}
.lpsproaccount-customer-validation {
    color: red;
    font-weight: bold;
    text-align: justify;
    margin: 40px 0;
}
.lpsproaccount-button {display: flex; justify-content: center;}
.lpsproaccount-button a:hover {color: #fff !important;}
#lpsproaccount #login-form-particular {margin-right: 10px;}
@media (max-width: 767px) {
    .lpsproaccount-button {display: block;}
    .lpsproaccount-button a {width: 100%;}
    #lpsproaccount #login-form-particular {margin-right: 0; margin-bottom: 10px;}
}
.lpsudloaderror {margin: 10px 0 0;}
