/**
* Loulou66
* LpsNavConnexion 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)
*/
.lpsnavbuttons {float: right;}
.lpsnavbuttons,
#login-form-particular .btn.btn-primary,
#login-form-professionnal .btn.btn-primary{
    text-transform: none;
    font-size: 14px!important;
    font-weight: 600;
    line-height: 14px;
    margin: 5px 2px;
    padding: 5px 10px;
    background: #0070BA !important;
    color: #FFFFFF !important;
    border-radius: 25px;
    border: 1px solid #0070BA !important;
}
a.btn.inverse.lpsnavbuttons {
    text-transform: none;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 14px;
    margin: 5px 2px;
    padding: 5px 10px;
    background: #FFFFFF !important;
    color: #0070BA !important;
}
