/**
* 2007-2019 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-2019 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.
*/
.main-template-no.signmeup-template {
	margin-bottom: 0;
}

.col-signmeup-container {
	padding-top: 30px;
	padding-bottom: 0;
	padding-right: 0;
}
.col-signmeup-title {
	font-family: Gothic-semi;
	font-size: 21px;
	line-height: 30px;
	color: #fff;
	text-align:left;
	width: 100%;
	margin-bottom: 10px;
}
.col-signmeup-content {
	font-family: Grotesk-light;
	color: #fff;
	margin-bottom: 30px;
	width:100%;
	text-align: left;
	line-height: 21px;
}
.col-signmeup-input {
	position: relative;
	display: block;
	height: 30px;
}
.col-signmeup-input input {
	font-family: Grotesk-book;
	background: none;
	border: 1px solid #fff2c4;
	border-right: none;
	padding: 0px 10px;
	font-size: 14px;
	color: #fff;
	outline: none;
	width: 75%;
	float: left;
	height: 30px;
	line-height: normal;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	border-radius: 5px 0 0 5px;
	
}
.col-signmeup-input input:focus, 
.col-signmeup-input input:active::placeholder {
	color: #fff;
}
.col-signmeup-button {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: none;
	width: 25%;
	color: #fff;
	font-size: 14px;
	font-family: Grotesk-bold;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	border: 1px solid #fff2c4;
	border-left: none;
	border-radius: 0 5px 5px 0;
    text-align: right;
    padding-right: 15px;
}
.col-signmeup-button:hover, .col-signmeup-button:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ffd2db;
    border-top: 1px solid #ffd2db;
    border-right: 1px solid #ffd2db;
}
.notification-area {
	/* margin-bottom: 20px; */
	font-family: 'Grotesk-book';
}
.notification-area.error-msg {
	border:1px solid red;
	padding: 15px;
	color: #fff;
	margin-bottom: 20px;
}
.notification-area.error-success {
	border:1px solid green;
	padding: 15px;
	color: #fff;
	margin-bottom: 20px;
}
.success-signup-cont{
	display: none;
    max-width: 663px;
    height: auto;
    text-align: left;
    font-family: 'Grotesk-bold';
    font-size: 14px;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    padding: 15px;
}

.signmeupinput::placeholder {
	color: #fff;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.col-signmeup-input input{
		width: 75%;
		max-width: 480px;
		float: left;
		padding: 0px 10px;
	}
	.col-signmeup-button{
		width: 25%;
		float: left;
		border-left: none;
	}
	.col-signmeup-input{
		max-width: 480px;
	}
	.col-signmeup {
		max-width: 100%;
	}
	.success-signup-cont{
	    max-width: 662px;
	    font-size: 17px;
	}
	.col-signmeup-container {
		padding-bottom: 40px;
		padding-right: 70px;
	}
	.col-signmeup-content {
		margin-bottom: 60px;
		max-width: 480px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.col-signmeup-button{
		border-left: none;
	}
	.success-signup-cont{
	    max-width: 666px;
	}
}
@media(min-width: 1200px) {
	.success-signup-cont{
		max-width: 674px;
	}
}
