/**
* 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.
*/

.fidelizacion-digital {
    background: linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.2)), url(../img/fondo2.png) center center;
    background-size: contain;
    padding: 40px 50px;
    color: #fff;
    font-size: 13px;
}
.fidelizacion-digital label{
	margin-bottom: 5px;
}
.fidelizacion-digital a:link:not(.nav-link):not(.btn),.fidelizacion-digital a:visited:not(.nav-link):not(.btn){
	color: #fff;
}

.fidelizacion-digital .form-control {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff;
	font-size: 13px;
}

#module-ttt_digital_loyalty-form .st_form_item_pTelefonoMovil label {
    margin-bottom: 21px;
}

#module-ttt_digital_loyalty-form .form-group input {
	color: #fff;
}

#module-ttt_digital_loyalty-form .form-group select option {
    color: #000;
}
#module-ttt_digital_loyalty-form h1.h1.page-title {
    text-align: center;
	color: #fff;
}
#module-ttt_digital_loyalty-form h1.h1.page-title .subtitle {
	margin-top: 20px;
	font-size: 14px;
}
#module-ttt_digital_loyalty-form input.btn.btn-primary {
    background: white;
    color: #1f1f1f;
    border: 0;
    padding-top: 11px;
}

#module-ttt_digital_loyalty-form aside#notifications {
    font-size: 13px;
}

#module-ttt_digital_loyalty-form li.alert-danger {
    color: red;
}

.spinner {
    display: none;
}

#module-ttt_digital_loyalty-form .spinner span {
    border: 2px solid rgb(255 255 255);
    width: 13px;
    height: 13px;
    margin-left: 10px;
    display: block;
    border-radius: 50%;
    border-left-color: #710505;
    animation: spin 1s ease infinite;
}   
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }