/**
* 2007-2021 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-2021 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.
*/

	.asa-subscription-box{
		
		box-sizing: border-box;
		width: 100%;
		margin-top: 20px;
		padding: 20px;
		border-radius: 5px;
		background: #fff;
    	border: 1px solid #EBEBEB;
    	box-shadow: 0 0 10px 1px rgba(220, 220, 220, 0.4);
    	-webkit-transition: 0.5s;
	    -o-transition: 0.5s;
	    -moz-transition: 0.5s;
	    transition: 0.5s;
	    display: table;
	}

	.asa-subscription-inner-box{
		
		box-sizing: border-box;
		width: 100%;
		border-radius: 5px;
	    transition: 0.5s;
	    display: table;
	}
	.asa-subscription-fld{
		display: table-cell;
		vertical-align: middle;
		width: 75%;
		padding: 10px;
		box-sizing: border-box;
	}
	.asa-subscription-btn{
		display: table-cell;
		vertical-align: middle;
		width: 25%;
		padding: 10px;
		box-sizing: border-box;
	}
	.asa-input-fld{
		width: 100%;
	    font-size: 14px;
	    line-height: 24px;
	    padding: 7px 10px;
	    border: 1px solid #0000003d;
	    height: 45px;
	    outline: none;
	}
	.asa-subs-btn{
		height: 45px;
	    display: inline-block;
	    width: 100%;
	    color: white;
	    border: 0;
	    text-align: center;
	    box-shadow: 3px 3px 6px #00000029;
	    background: #24b9d7;
	    font-size: 18px;
	    line-height: 28px;
	    outline: none;
	    cursor: pointer;
	}
}
