/**
* 2007-2015 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#landing-newsletter #page {padding:0 !important}
#landing-newsletter .header-container .top-info {border:0}
#landing-newsletter .header-img { padding-top:80px; position:relative;}
#landing-newsletter .header-img img{max-width:100%}
#landing-newsletter .box-container {background-color: #ececec}
#landing-newsletter .box-container .row div {padding-bottom: 15px}
#landing-newsletter .form-group {text-align:center}
#landing-newsletter .header-img-content{position:absolute;width:100%; bottom:100px; text-align:center; color: #fff; font-size:60px}
#landing-newsletter .header-img h1 {background-color:transparent; font-family: 'HelveticaCondensedBold'; color: #fff; font-size:60px; text-transform:uppercase}
#landing-newsletter .header-img i {color: #fff}
#landing-newsletter h3 {
	text-align: center;
	color: #404041;
	font-family: "HelveticaCondensedBold";
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
#landing-newsletter p {text-align: center}
#landing-newsletter .landing-yellow-txt {color: #f5a801;}
#landing-newsletter .landing-yellow-txt-bold {font-family: 'HelveticaCondensedBold';color: #f5a801; font-weight:bold}

#landing-newsletter .top-login p {padding:0 0 20px 0; font-size:28px; }
#landing-newsletter input[type=email],  #landing-newsletter  input[type=password]{
    background-color: #eee;
    border: 0 none;
    padding: 10px;
    width: 200px;
}

#landing-newsletter div.submit {text-align:center}
#landing-newsletter .top-login .button,#landing-newsletter .bottom-login .button  {background-color: #f5a801; text-transform:uppercase; font-size: 24px; font-weight: bold; padding: 15px 50px; text-transform: uppercase}
#landing-newsletter .submit {margin-top:30px}
#landing-newsletter .bottom-login { color: #404041}
#landing-newsletter .bottom-login p {padding:30px 0; font-size:22px; font-weight:bold}
#landing-newsletter .bottom-login .row-bottom {padding-bottom:30px}
#landing-newsletter .bottom-login h3 {padding: 10px 0 20px 0 }

#landing-newsletter .top-login .lost_password{font-size:15px; font-weight:normal}
#landing-newsletter .bottom-login p.lost_password {padding-top:5px}
