* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row::before{
    display: table;
    content: " ";
}
.row::after{
    clear: both;
    display: table;
    content: " ";
}
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-8 {
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-3 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.pull-right {
    float: right!important;
}
@media (min-width: 600px){
   .col-lg-6 {
        width: 50%;
        float: left;
    } 
}
@media (max-width: 600px){
   div.suscription-item strong {
        width: 100%;
        float: left;
    } 
}
.fill { 
    min-height: 100%;
    height: 100%;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}
.container.fill {
    height:100%;
    max-width: 600px;
    min-height:600px;
    margin: 0 auto;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-caption{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9000;
    border-bottom: 1px solid #bdbdbd;
}
.mobile-caption h2 {
    display:inline-block;
    font-weight: 700;
    font-size: 20px;
    background: #fff;
}
.mobile-caption img {
    display:inline-block;
    background: #fff;
}
.desk-caption{
    display: block;
}
.desk-caption img {
    display:inline-block;
}
.desk-caption h2 {
    display:inline-block;
    font-weight: 700;    
    font-size: 20px;
}
.hide-element {
    display: none;
}
.show-element {
    display: block;
}
#loading-overlay {
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    border: 1px solid #eae3e3;
    right: 0;
}
#loading-overlay p {
    position:  absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
#spinner-wrapper {
    background-color: #000;
    position: relative;
    width: 200px;
    height: 130px;
    position: absolute;
    z-index: 100000;
    background: #fff;
    left: calc(50% - 100px);
    top: calc(50% - 65px);
    border: 1px solid #eae3e3;
}
#spinner {
    position: absolute;
    left: -webkit-calc(50% - 36px);
    left: -moz-calc(50% - 36px);
    left: calc(50% - 36px);
    top: -webkit-calc(50% - 50px);
    top: -moz-calc(50% - 50px);
    top: calc(50% - 50px);
    height:60px;
    width:60px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(0,174,239,.15);
    border-right:6px solid rgba(0,174,239,.15);
    border-bottom:6px solid rgba(0,174,239,.15);
    border-top:6px solid rgba(0,174,239,.8);
    border-radius:100%;
    z-index: 9999;
}
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}
footer p {
    text-align: center;
}
/* Forms general styles */
.content-form{
    min-height: 375px;
    padding: 0;
    margin: 25px 0;    
    background: #fff;
    border-radius: 4px;
}
.content-form hr {
    margin: 30px 20px;
}
.input-label {
    display: block;
    font-size: 18px;
    line-height: 20px;
    transform: translateY(35px);
    color: #8e8e8e;
    transition: all 0.5s;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.checkbox .required-input:after,
.input-label.required-input:after {
    content: ' *';
    color: #f00;
}
.field-input {
    margin-top: 0px !important;
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    font-size: 18px !important;
    color: #000;
    font-weight: 600;
}
.field-input[readonly] {
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 0;
    font-size: 18px !important;
}
input:-webkit-autofill {
    background-color: #fff !important;
    font-weight: 500;
    font-size: 18px !important;
}
input:-webkit-autofill::first-line {
    font-size: 18px !important
}
.form-control{
    box-shadow: none;
    padding: 0;
    line-height: normal;
    height: 35px;
}
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.field-input-container {
  padding: 0 0 0 0;
  position: relative;
  margin: 5px 0 20px 0;
  min-height: 59px;
  max-height: 59px;
}
.field-input-container:after, .field-input-container:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
input.error-input {
    border-bottom: 2px solid red;
}
.field-input-container.error-input:after, 
.field-input-container.error-input:before {
    background-color: #ff0000;
}
.form-group.field-input-container.error-input label {
    color: #ff0000;
}
.field-input-container::after {
  background-color: #000;
  transform: scaleX(0);
  height: 2px;
}
.is-active::after {
    transform: scaleX(1);
    height: 2px;
}
.is-active .input-label {
    color: #929292;
}
.is-completed .input-label {
    font-size: 12px;
    transform: translateY(0);
}
.btn-submit {
    background-color: #1c68a9;
    border-color: #1c68a9;
    color: #fff;
    outline-color: #1c68a9;
    display: block;
    width: 100%;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 700;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 16px;
    margin-top: 20px;
    outline-offset: 4px;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.btn-submit:hover{
    background-color: #1c68a9;
    border-color: #1c68a9;
}
.btn-submit span{
    font-size: 20px;
}
.invalid {
    line-height:13px;
    color:#ec3f41;
}
.valid {
    line-height:13px;
    color:#3a7d34;
}
.form-error-container {
    text-align: center;
    padding: 20px;
    border: 2px solid #f00;
    margin-top: 20px;
    font-weight: 700;
    color: #f00;
    font-size: 15px;
}
.footer-form {
}
.error-checkbox {
    border: 1px solid #ff0000;
    color: #ff0000 !important;
}
.siteLoginForm {
    display:block;
    /*width:100%;*/
    background: #fbfbfb;
    padding: 20px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    width: auto;
}
div.socialLoginForm {
    margin-bottom: 30px;
    background: #fbfbfb;
    padding: 20px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    width: auto;  
}
.socialLoginForm h3,
.siteLoginForm h3{
    font-size: 18px;
    margin-bottom: 20px !important;
    text-align: center;
    display:block;
    width:100%;    
}
.gigya-login-providers-list {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.gigya-login-provider-row {    
}
.gigya-login-provider.last {
    margin-right: 0px;
}
.social-login-facebook{
    background-image: url(https://www.diariodenavarra.es/widgets/gigya/img/facebook-button.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    cursor: pointer;
}
.social-login-googlePlus{
    background-image: url(https://www.diariodenavarra.es/widgets/gigya/img/googleplus-button.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    cursor: pointer;
}
.social-login-twitter{
    background-image: url(https://www.diariodenavarra.es/widgets/gigya/img/twitter-button.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    cursor: pointer;
}
.loginFormFooter {    
}
.loginFormFooter label {
    font-size: 16px;
}
.loginFormFooter .checkbox {
    display:inline-block;
    float: left;
}
.checkbox.rememberme {
    display:inline-block;
    float: left;
}
.forgot-password {
    display:inline-block;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.no-account {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}
#loginFormError {
   border-radius: 4px; 
}
.socialRegisterForm {
    text-align: center;
    display:block;
    width:100%;
}
.siteRegisterForm {
    display:block;
    width:100%;
}
.socialRegisterForm h3,
.siteRegisterForm h3 {
    font-size: 18px;
    margin-bottom: 20px !important;
    text-align:center;
}
.gigya-login-provider{
    width: 100px;
    height: 38px;
    margin-right:5px;
    display: inline-block;
}
.gigya-login-provider.last {
    margin-right: 0px;
}
#pswd_info {  
    position: absolute;
    bottom: -80px;
    bottom: -132px\9; /* IE Specific */
    right: 0px;
    width: 250px;
    padding: 10px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 9000;
    background-color: #f1f1f1;
}
#pswd_info {
    display:none;
}
#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
    font-size: 13px;
}
#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#captcha-container {
    float: left;
    width: 100%;
    padding: 5px;
}
.g-recaptcha {
    width: 300px;
    margin: 0 auto;
    overflow: visible;
}
.with-account {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
/*profile form*/
.profile-page .container.fill {
    max-width: 700px;
}
#profileFormContainer .minus:before {
    content: "-";
    font-size: 25px;
}
#profileFormContainer .plus:before {
    content: "+";
    font-size: 25px;
}
.hoverable {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);    
}
h3.hoverable {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.hide-section {
    display:none;
}
.show-section {
    display:block;
    background: rgba(230, 230, 230, 0.2784313725490196);
    padding: 18px;
    /*margin-right: 5px;
    margin-left: 5px;*/
}
.active-section {
    border-left: 3px solid blue;
}
#profileForm label {
    vertical-align: middle;
}
#profileForm .interest input[type=checkbox],
#profileForm .newsletters input[type=checkbox],
#registerForm .newsletters input[type=checkbox],
#newslettersForm .newsletters input[type=checkbox],
#profileForm .interest input[type=radio],
#profileForm .newsletters input[type=radio],
#registerForm .newsletters input[type=radio] {
    display: none;
}
#profileForm .interest input[type=checkbox] + label,
#profileForm .interest input[type=radio] + label,
#profileForm .newsletters input[type=checkbox] + label,
#registerForm .newsletters input[type=checkbox] + label,
#profileForm .newsletters input[type=radio] + label,
#registerForm .newsletters input[type=radio] + label,
#newslettersForm .newsletters input[type=checkbox] + label {
    display: inline-block;
    width: 50px;
    height: 30px;
    position: relative;
    cursor: pointer;
    appearance:         none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    box-shadow:         inset 0px 5px 40px -13px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: inset 0px 5px 40px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    inset 0px 5px 40px -13px rgba(0, 0, 0, 0.75);
    -o-box-shadow:      inset 0px 5px 40px -13px rgba(0, 0, 0, 0.75);
    border-radius:         15px;
    -webkit-border-radius: 15px;
    -moz-border-radius:    15px;
    -o-border-radius:      15px;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    transition:         all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;	
    transform:         scale(1);
    -webkit-transform: scale(1); /*Adjust size here*/
    -moz-transform:    scale(1);
    -o-transform:      scale(1);
    border: 1px solid #aaa;
    vertical-align: top;
}
#profileForm .interest input[type=checkbox]:checked + label,
#profileForm .interest input[type=radio]:checked + label,
#profileForm .newsletters input[type=checkbox]:checked + label,
#registerForm .newsletters input[type=checkbox]:checked + label,
#profileForm .newsletters input[type=radio]:checked + label,
#newslettersForm .newsletters input[type=checkbox]:checked + label {
    box-shadow:         inset 0px 0px 0px 20px #1c68a9, inset 0px 5px 40px -13px rgba(132, 132, 132, 1);
    -webkit-box-shadow: inset 0px 0px 0px 20px #1c68a9, inset 0px 5px 40px -13px rgba(132, 132, 132, 1);
    -moz-box-shadow:    inset 0px 0px 0px 20px #1c68a9, inset 0px 5px 40px -13px rgba(132, 132, 132, 1);
    -o-box-shadow:      inset 0px 0px 0px 20px #1c68a9, inset 0px 5px 40px -13px rgba(132, 132, 132, 1);
}
#profileForm .interest input[type=checkbox] + label:after,
#profileForm .interest input[type=radio] + label:after,
#profileForm .newsletters input[type=checkbox] + label:after,
#registerForm .newsletters input[type=checkbox] + label:after,
#profileForm .newsletters input[type=radio] + label:after, 
#newslettersForm .newsletters input[type=checkbox] + label:after {
    left: 0;
    content: " ";
    position: absolute;
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius:         1000px;
    -webkit-border-radius: 15px;
    -moz-border-radius:    15px;
    -o-border-radius:      15px;
    box-shadow:         0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow:      0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transition:         all 0.2s ease-in 0.2s;
    -webkit-transition: all 0.2s ease-in 0.2s;
    -moz-transition:    all 0.2s ease-in 0.2s;
    -o-transition:      all 0.2s ease-in 0.2s;
}
#profileForm .interest input[type=checkbox]:checked + label:after,
#profileForm .interest input[type=radio]:checked + label:after,
#profileForm .newsletters input[type=checkbox]:checked + label:after,
#registerForm .newsletters input[type=checkbox]:checked + label:after,
#profileForm .newsletters input[type=radio]:checked + label:after, 
#newslettersForm .newsletters input[type=checkbox]:checked + label:after {
    left: 23px;
}
#profileForm .interest input[type=checkbox]:focus,
#profileForm .interest input[type=checkbox]:active,
#profileForm .interest input[type=radio]:focus,
#profileForm .interest input[type=radio]:active,
#profileForm .newsletters input[type=checkbox]:focus,
#profileForm .newsletters input[type=checkbox]:active,
#registerForm .newsletters input[type=checkbox]:focus,
#registerForm .newsletters input[type=checkbox]:active,
#newslettersForm .newsletters input[type=radio]:focus,
#newslettersForm .newsletters input[type=radio]:active {
    outline: 0;
}
.interest,
.newsletters {
    font-size: 17px;
}
#user-picture {
    display: block;
    margin: 0 auto;
    border: 1px solid #afafaf;
    border-radius: 1000px;
    width: 100%;
    padding: 3px;
    background-color: #fff;
    max-width: 120px;
}
.btn-profile-photo {
    margin: 5px auto 0 auto;
    display: block;
    background: transparent;
    height: 28px;
    line-height: 14px;
}
.profile-section-switch span {
    margin-right:10px;
}
.birthDate-label {
    font-size: 12px;
    color:#000;
    display:block;
    max-width:100%;
    margin-bottom:5px;
    font-weight:700;
}
.check-label {
    float: left;
    max-width: 15%;
}
.check-desc {
    max-width: 75%;
    min-height: 52px;
    display: inline-block;
    margin: 0 10px 20px 10px !important;
    font-size: 15px;
    line-height: 20px;
}
.check-desc.long {
    max-width: 53%;
}
#profile-submit {
    background-color: #1c68a9;
    line-height: 50px;
    font-size: 25px;
    border: none;
    color: #fff;
    background-image: none;
    width: 100%;
}
#back-btn {
    background-color: #efefef;
    line-height: 29px;
    font-size: 18px;
    border: none;
    color: #583fe6;
    background-image: none;
    margin-top: 10px;
    position: relative;
    top: inherit;
    right: inherit;
    font-weight: normal;
}
.change-password-wrapper {
    text-align: left;
    margin-top: 20px;
    font-size: 17px;
    float:left;
    max-width: 50%;
}
.logout-submit-wrapper {
    text-align: left;
    margin-top: 20px;
    font-size: 17px;
    float:right;
    max-width: 50%;
}
#logout-submit {
}
#suscriptions-items p {
    text-align: center;
    font-weight: 600;
}
.suscribete {
    width: 185px !important;
    height: 35px !important;
    background: #c14c39 !important;
    color: #FFFFFF !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    font-size: 16px !important;
    line-height: 35px !important;
    font-weight: 400 !important;
    display: block !important;
    text-align: center;
    margin: 0 auto;
    
}
.suscribete:hover {
    color: #fff !important;
    text-decoration: underline !important
}
.suscription-item strong {
    width: auto;
    min-width: 200px;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;    
}
.suscription-item {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;  
}
.suscription-item span{
    font-weight: 600;
}
/*#interest-info {
    padding-left: 5px;
    padding-right: 5px;
}*/
.checkbox.interest {
}
.checkbox.newsletters {
    min-height: 60px;
    margin: 20px 0 10px 0;
}
#newsletters-info .checkbox.newsletters {
    margin: 0;
}
.checkbox.interest label {
    vertical-align: top;
}
#profileFormError span {
    width: 100%;
    display: block;    
}
#profileFormError {
    max-width: 80%;
    margin: 10px auto 20px auto;
    border: 2px solid red;
    padding: 5px;
    color: red;
    font-weight: 600;
    text-align: center;
}
/* Reset password dorm styles */
.page-reset-password {
    padding-top: 55px;
    padding-bottom: 20px;
}
.page-reset-password .content-form {
    min-height: 245px;
}
.resetPasswordForm h3{
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    display:block;
    width:100%;
    font-weight: 600;    
}
/* Verificacation page*/
#verification-block {
    text-align: center;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
}
.content-page {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: fit-content;
}
/* Toast message */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 50px; /* 30px from the bottom */
    border-radius: 25px;
}
#snackbar.show {
    visibility: visible;
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar. However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
/* Newsletters page styles */
.newsletters-page .container.fill {
    height: 100%;
    max-width: 865px;
    min-height: 600px;
}
#notifications-icon,
.notifications-icon {
    display: none !important;
}
#dts div#txt {
    border-top: none !important;
}
div.txt ul li {
    background: none !important;
}

div.privacidad p {
    font-size: 14px;
    line-height: 16px !important;
    text-align: justify;
    clear: both;
}
#terms-description {
    margin-bottom: 0px !important;
   /* font-size: 17px;*/
}

div.loginFormFooter p.check-desc {
    max-width: 85%;
    font-size: 17px;
}

/* Media querys styles */
@media (max-width: 768px) {
    html {
        height: auto;
        background: #fff; 
    }
    .mobile-caption {
        display: block;
        border-bottom: 1px solid #d8d8d8;
    }    
    .desk-caption {
        display: none;
    }    
    .btn-submit {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.25rem;
    }    
    .gigya-login-provider {
        width: 100px;
        height: 38px;
        margin-right:5px;        
        margin-bottom: 10px;
        display: inline-block;
    }    
    .profile-page h3 {
        font-size: 20px;
    }    
    .check-desc {
        max-width: 71%;
        min-height: 42px;
        display: inline-block;
        margin: 0 10px 20px 10px;
        font-size: 14px;
    }
    .check-desc.long {
        max-width: 30%;
    }    
    #interest-info .check-desc {
        max-width: 30%;
        min-height: 42px;
        display: inline-block;
        margin: 0 10px 20px 10px;
    }
}

@media only screen and (max-width: 500px) {
    .content-form,
    .content-page {       
        padding: 0;
        margin-top: 0 !important;
    }
    .socialLoginForm h3, .siteLoginForm h3 {
        font-size: 16px;
    }
    .columna-newsletter {
        width: 100%;
    }
    .newsletter-description {
        height: 135px !important;
        overflow-y: hidden !important;
    }
    .newsletter-container {
        padding-right: 0px;
    }
    .interest,
    .newsletters {
        font-size: 15px;
    }
    .checkbox.interest {
        min-height: 70px;
    }
    .no-account {
        font-size: 15px;
        font-weight: 700;
        margin-top: 20px;
    }
    #no-account-msg {
       width: 100%;
       display: block; 
    }
    .with-account {
        font-size: 15px;
        font-weight: 700;
        margin-top: 20px;
    }
    .rememberme label {
        font-size: 12px;
    }
    div.loginFormFooter p.check-desc {
        max-width: 71% !important;
        font-size: 17px !important;
    }
}

/* Gigya sceens styles */
div.gigya-screen-dialog-top {
    background-color: #ffffff !important;
}
.gigya-style-modern div.gigya-screen-dialog-caption {
    color: #000000 !important;
    padding-top: 10px !important;
    font-weight: 600 !important;
}
.gigya-screen input[type=submit] {
    border-color: #1c68a9 !important;
    background-color: #1c68a9 !important;
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    font-weight: 700 !important;
    border: 0 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}
.gigya-screen input[type=text] {
    font-size: 18px !important;
    color: #525252 !important;
    font-weight: 500 !important;
}
.gigya-reset-password-form label {
    font-size: 15px !important;
}

