@font-face {
    font-family: 'ue-regular'; 
    src: url("../fonts/Hellix-Regular.eot");
    src: url("../fonts/Hellix-Regular.woff2") format("woff2"), url("../fonts/Hellix-Regular.woff") format("woff"), url("../fonts/Hellix-Regular.ttf") format("truetype");
  }
  form .form-control {
    line-height: 100%;
    color: #303030;
    border: 1px solid #212121;
	border-radius: 0px;
	font-weight: normal;
	font-size: 16px;
    font-family: 'ue-regular', sans-serif ;
    padding: 0px 10px !important;
}

.form-label-group {
    position: relative;
    /*margin-bottom: 1rem;*/
	margin: 5px 0px 4px;
    width: 48%;
    float: left;
    height: 80px;
}

@media screen and (max-width: 575px){

    .form-container {
        border: none !important; 
    }
	.form-label-group {
        width: 100%;
        height: auto;
    }

    .input-surname, .input-email{
        margin-left: 0 !important;
    }

    .box-legal {
        padding: 0 20px;
        margin-top: 0;
    }

    form#pedirtarjeta {
        margin-bottom: 0;
    }
}

.input-surname, .input-email{
    margin-left: 4%;
}
.form-label-group label {
    margin: 0px 0px 0px 2px;
    pointer-events: none;
    font-size: 12px ;
    font-family: 'ue-semibold', sans-serif;
}
.form-label-group p.text-small{
    color: #1e1e1e;
    font-size: 13px !important;
    line-height: 17px !important;
    
    font-family: 'ue-regular-italic', sans-serif;
}

.form-label-group input,
.form-label-group textarea,
.form-label-group label,
.form-label-group:not(.in-border).form-label-group:not(.outline) select {
    /*padding: 0.5rem 1rem;*/
	padding: 3px 0px;
}

.form-label-group label {
   
    display: inline-block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    color: #212121;
    
    text-align: left;
    
}
.form-label-group.form-control {
    padding:0;
}
.form-label-group.form-control input {
    border: none;
    height: 99%;
}
.form-label-group textarea ~ label {
    top: 0px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

.form-label-group.transparent input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group.transparent input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group.transparent input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group.transparent input::-moz-placeholder {
    color: transparent;
}

.form-label-group.transparent input::placeholder, .form-label-group.transparent textarea::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown), .form-label-group input:focus, .form-label-group textarea:not(:placeholder-shown), .form-label-group textarea:focus {
    padding-top: calc((0.5rem + 0.5rem) * (2 / 3));
    padding-bottom: calc(0.5rem / 3);
}
/*INTERNET EXPLORER */
.form-label-group input:not(:-ms-input-placeholder), .form-label-group input:focus, .form-label-group textarea:not(:-ms-input-placeholder), .form-label-group textarea:focus {
    padding-top: calc((0.5rem + 0.5rem) * (2 / 3));
    padding-bottom: calc(0.5rem / 3);
}

/*INTERNET EXPLORER */

.form-label-group:not(.in-border).form-label-group:not(.outline) select {
    padding-bottom: 0;
}

.form-label-group input:not(:placeholder-shown) ~ label, .form-label-group input:focus ~ label, .form-label-group textarea:not(:placeholder-shown) ~ label, .form-label-group textarea:focus ~ label, .form-label-group select ~ label {
    font-size: 16px;font-family:'wizink-light', sans-serif ;
    top: 14px;
    transform: translateY(-50%) scale(.7);
    -webkit-transform: translateY(-50%) scale(.7);
    -moz-transform: translateY(-50%) scale(.7);
    -ms-transform: translateY(-50%) scale(.7);
    visibility: visible;
}

.form-label-group input.form-control-lg:not(:placeholder-shown) ~ label, .form-label-group input.form-control-lg:focus ~ label{
    top: calc(2px + 14px);
}
.form-label-group input.form-control-sm:not(:placeholder-shown) ~ label, .form-label-group input.form-control-sm:focus ~ label{
    top: calc(2px - 14px);
}

/*INTERNET EXPLORER */
.form-label-group input:not(:-ms-input-placeholder) ~ label, .form-label-group input:focus ~ label, .form-label-group textarea:not(:-ms-input-placeholder) ~ label, .form-label-group textarea:focus ~ label, .form-label-group select ~ label {
    font-size: 16px;font-family:'wizink-light', sans-serif ;
    top: 14px;
    transform: translateY(-50%) scale(.7);
    -webkit-transform: translateY(-50%) scale(.7);
    -moz-transform: translateY(-50%) scale(.7);
    -ms-transform: translateY(-50%) scale(.7);
    visibility: visible;
}

.form-label-group input.form-control-lg:not(:-ms-input-placeholder) ~ label, .form-label-group input.form-control-lg:focus ~ label{
    top: calc(2px + 14px);
}
.form-label-group input.form-control-sm:not(:-ms-input-placeholder) ~ label, .form-label-group input.form-control-sm:focus ~ label{
    top: calc(2px - 14px);
}
/*INTERNET EXPLORER */
.form-label-group input:focus::placeholder, .form-label-group textarea:focus::placeholder {
    visibility: hidden;
    color: rgba(255, 255, 255, 0);
    transition-delay: 0s;
    opacity: 0;
    text-shadow: none;
}



.form-label-group input::placeholder, .form-label-group textarea::placeholder {
    transition-delay: .2s;
    color: rgba(255, 255, 255, 0);
    opacity: 0;
}

.form-label-group .intl-tel-input label, .form-label-group .iti label {
    margin-left: 42px;
}

.form-label-group .intl-tel-input input:focus::placeholder, .form-label-group .iti input:focus::placeholder{
    visibility: visible;
    color: #6c757d;
    opacity: 1;
}


/* In Border */

.form-label-group.in-border label {
    width: auto;
    /* left: .6rem; */
}

.form-label-group.in-border input:focus, .form-label-group.in-border textarea:focus, .form-label-group.in-border select:focus {

    box-shadow: none;
}

.form-label-group.in-border input:not(:placeholder-shown) ~ label, .form-label-group.in-border input:focus ~ label, .form-label-group.in-border textarea:not(:placeholder-shown) ~ label, .form-label-group.in-border textarea:focus ~ label, .form-label-group.in-border select ~ label {
    left: calc(1rem/10);
    top: 5px;
    height: auto;
}

.form-label-group.in-border input:not(:placeholder-shown) ~ label::after, .form-label-group.in-border input:focus ~ label::after, .form-label-group.in-border textarea:not(:placeholder-shown) ~ label::after, .form-label-group.in-border textarea:focus ~ label::after, .form-label-group.in-border select ~ label::after {
    visibility: visible;
    transition: all .2s ease;
}

/* EXPLORER*/

.form-label-group.in-border input:not(:-ms-input-placeholder) ~ label, .form-label-group.in-border input:focus ~ label, .form-label-group.in-border textarea:not(:-ms-input-placeholder) ~ label, .form-label-group.in-border textarea:focus ~ label, .form-label-group.in-border select ~ label {
    left: calc(1rem/10);
    top: 5px;
    height: auto;
}

.form-label-group.in-border input:not(:-ms-input-placeholder) ~ label::after, .form-label-group.in-border input:focus ~ label::after, .form-label-group.in-border textarea:not(:-ms-input-placeholder) ~ label::after, .form-label-group.in-border textarea:focus ~ label::after, .form-label-group.in-border select ~ label::after {
    visibility: visible;
    transition: all .2s ease;
}
/* EXPLORER*/
.form-label-group.in-border label::after{
    content: " ";
    display: block;
    position: absolute;
    background: #ffffff;
    height: 4px;
    top: 50%;
    left: .7em;
    right: .7em;
    z-index: -1;
    visibility: hidden;
}

.form-label-group.in-border input,
.form-label-group.in-border label {
    
    padding:0.5rem 1rem;
    
}


.form-label-group.in-border textarea,
.form-label-group.in-border textarea ~ label {
    padding:0.5rem 1rem;
}

.form-label-group.in-border input,
.form-label-group.in-border textarea, 
.form-label-group.in-border label,
.form-label-group.in-border select {
    transition: all .2s linear, border-color .5s ease-in-out,box-shadow .5s ease-in-out;
    -webkit-transition: all .2s linear, border-color .5s ease-in-out,box-shadow .5s ease-in-out;
    -moz-transition: all .2s linear, border-color .5s ease-in-out,box-shadow .5s ease-in-out;
}


.form-label-group.in-border .intl-tel-input input:not(:placeholder-shown) ~ label, .form-label-group.in-border .intl-tel-input input:focus ~ label, .form-label-group.in-border .iti input:not(:placeholder-shown) ~ label, .form-label-group.in-border .iti input:focus ~ label {
    margin-left: 0px;
}
/*EXPLORER*/
.form-label-group.in-border .intl-tel-input input:not(:-ms-input-placeholder) ~ label, .form-label-group.in-border .intl-tel-input input:focus ~ label, .form-label-group.in-border .iti input:not(:-ms-input-placeholder) ~ label, .form-label-group.in-border .iti input:focus ~ label {
    margin-left: 0px;
}
/*EXPLORER*/

.form-label-group.iti-right .iti__flag-container {
    right: 0;
    left: auto;
}

.form-label-group.iti-right .iti--allow-dropdown input, .form-label-group.in-border.iti-right .iti--allow-dropdown input[type="tel"], .iti--allow-dropdown input[type="text"], .form-label-group.iti-right .iti--separate-dial-code input, .form-label-group.iti-right .iti--separate-dial-code input[type="tel"], .form-label-group.iti-right .iti--separate-dial-code input[type="text"] {
    padding-left: 1rem;
}

.form-label-group.iti-right .intl-tel-input label, .form-label-group.iti-right .iti label {
    margin-left: 0;
}

.form-label-group.iti-right .iti__country-list {
    right: 0px;
}

.form-label-group .iti__country-list {
    z-index: calc(5 + 2) !important;
}



/* Outline */

.form-label-group.outline span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    color: #6c757d;
    border-radius: .25rem;
    transition: all .2s linear;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    /* transform: translateY(-50%); */
    text-align: left;/* 
    visibility: hidden; */
    z-index: 5;
    height: 100%;
    flex-wrap: wrap;
    pointer-events: none;
}

.form-label-group.outline input.border-danger ~ span{
    --normal-border-color: var(--danger, #dc3545);
}
.form-label-group.outline input.border-primary ~ span {
    --normal-border-color: var(--primary, #007bff);
}
.form-label-group.outline input.border-secondary ~ span {
    --normal-border-color: var(--secondary, #6c757d);
}
.form-label-group.outline input.border-success ~ span {
    --normal-border-color: var(--success, #28a745);
}
.form-label-group.outline input.border-info ~ span {
    --normal-border-color: var(--info, #17a2b8);
}
.form-label-group.outline input.border-warning ~ span {
    --normal-border-color: var(--warning, #ffc107);
}
.form-label-group.outline input.border-light ~ span {
    --normal-border-color: var(--light, #f8f9fa);
}
.form-label-group.outline input.border-dark ~ span {
    --normal-border-color: var(--dark, #343a40);
}
.form-label-group.outline input.border-white ~ span{
    --normal-border-color: var(--white, ##fff);
}


.form-label-group.outline input:focus, .form-label-group.outline textarea:focus, .form-label-group.outline select:focus {
    box-shadow: none;
}

.form-label-group.outline input:not(:placeholder-shown) ~ span, .form-label-group.outline input:focus ~ span, .form-label-group.outline textarea:not(:placeholder-shown) ~ span, .form-label-group.outline textarea:focus ~ span, .form-label-group.outline select ~ span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    color: #6c757d;
    border-radius: .25rem;
    transition: all 0.3s linear;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    /* transform: translateY(-50%); */
    text-align: left;/* 
    visibility: hidden; */
    z-index: 5;
    height: 100%;
    flex-wrap: wrap;
}
/*EXPLORER*/
.form-label-group.outline input:not(:-ms-input-placeholder) ~ span, .form-label-group.outline input:focus ~ span, .form-label-group.outline textarea:not(:-ms-input-placeholder) ~ span, .form-label-group.outline textarea:focus ~ span, .form-label-group.outline select ~ span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    color: #6c757d;
    border-radius: .25rem;
    transition: all 0.3s linear;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    /* transform: translateY(-50%); */
    text-align: left;/* 
    visibility: hidden; */
    z-index: 5;
    height: 100%;
    flex-wrap: wrap;
}
/*EXPLORER*/

.form-label-group.outline input ~ span::after, .form-label-group.outline input ~ span::after, .form-label-group.outline textarea ~ span::after, .form-label-group.outline textarea ~ span::after, .form-label-group.outline select ~ span::after {
    transition: all 0.3s linear;
    content: " ";
    /* width: 1px;*/
    width: 1px; 
    flex: 1 0 auto;
    border: 0.125rem solid #ced4da;
    border-left: none;
    position: relative;
    right: 0px;
    height: 100%;
    visibility: hidden;
    border-radius: 0 .25rem .25rem 0;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 1px;
}

.form-label-group.outline input:not(:placeholder-shown) ~ span::after, .form-label-group.outline input:focus ~ span::after, .form-label-group.outline textarea:not(:placeholder-shown) ~ span::after, .form-label-group.outline textarea:focus ~ span::after, .form-label-group.outline select ~ span::after {
    height: 100%;
    border: 1px solid #ced4da;
    border-left: none;
    content: " ";
    display: block;
    position: relative;
    background: transparent;
    /* top: 0px;
    right: 0px; */
    z-index: -1;
    border-radius: 0 .25rem .25rem 0;
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    transition: all 0.3s linear;
    visibility: visible;
}
.form-label-group.outline input:not(:placeholder-shown) ~ span::before, .form-label-group.outline input:focus ~ span::before, .form-label-group.outline textarea:not(:placeholder-shown) ~ span::before, .form-label-group.outline textarea:focus ~ span::before, .form-label-group.outline select ~ span::before {
    height: 100%;
    border: 1px solid #ced4da;
    border-right: none;
    content: " ";
    display: block;
    position: relative;
    background: transparent;
    top: 0px;
    left: 0px;
    z-index: -1;
    border-radius: .25rem 0 0 .25rem;
    width: 100%;
    flex: 0 0 9px;
    transition: all 0.3s linear;
}
/*explorer*/
.form-label-group.outline input:not(:-ms-input-placeholder) ~ span::after, .form-label-group.outline input:focus ~ span::after, .form-label-group.outline textarea:not(:-ms-input-placeholder) ~ span::after, .form-label-group.outline textarea:focus ~ span::after, .form-label-group.outline select ~ span::after {
    height: 100%;
    border: 1px solid #ced4da;
    border-left: none;
    content: " ";
    display: block;
    position: relative;
    background: transparent;
    /* top: 0px;
    right: 0px; */
    z-index: -1;
    border-radius: 0 .25rem .25rem 0;
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    transition: all 0.3s linear;
    visibility: visible;
}
.form-label-group.outline input:not(:-ms-input-placeholder) ~ span::before, .form-label-group.outline input:focus ~ span::before, .form-label-group.outline textarea:not(:-ms-input-placeholder) ~ span::before, .form-label-group.outline textarea:focus ~ span::before, .form-label-group.outline select ~ span::before {
    height: 100%;
    border: 1px solid #ced4da;
    border-right: none;
    content: " ";
    display: block;
    position: relative;
    background: transparent;
    top: 0px;
    left: 0px;
    z-index: -1;
    border-radius: .25rem 0 0 .25rem;
    width: 100%;
    flex: 0 0 9px;
    transition: all 0.3s linear;
}
/*explorer*/



.form-label-group.outline label {
    position: relative;
    top: 50%;
    left: 0;
    display: block;
    width: auto;
    margin-bottom: 0;
    color: #6c757d;
    border-radius: .25rem;
    transition: all 0.3s linear;
    /* transform: translateY(-50%); */
    text-align: left;
    /* visibility: hidden; */
    z-index: 5;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    flex: 0 0 auto;
    margin-right: auto;
}

.form-label-group.outline input:not(:placeholder-shown) ~ span label, .form-label-group.outline input:focus ~ span label, .form-label-group.outline textarea:not(:placeholder-shown) ~ span label, .form-label-group.outline textarea:focus ~ span label, .form-label-group.outline select ~ span label {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    top: -8px;
    font-size: .6rem;font-family:'wizink-light', sans-serif ;
    padding: 0.5rem calc(1rem/3);
    padding-top: 0;
    color: #6c757d;
    margin: 0;
    margin-right: auto;
    /* padding-bottom: 0; */
    /* height: fit-content; */
    
}

.form-label-group.outline input:not(:placeholder-shown ), .form-label-group.outline input:focus , .form-label-group.outline textarea:not(:placeholder-shown) , .form-label-group.outline textarea:focus , .form-label-group.outline select {
    border-top-color: transparent !important;
    border-bottom-color: #ced4da;
    border-bottom-width: 1px;
    transition: all 0.3s linear;
}
/*explorer*/

.form-label-group.outline input:not(:-ms-input-placeholder) ~ span label, .form-label-group.outline input:focus ~ span label, .form-label-group.outline textarea:not(:-ms-input-placeholder) ~ span label, .form-label-group.outline textarea:focus ~ span label, .form-label-group.outline select ~ span label {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    top: -8px;
    font-size: .6rem;font-family:'wizink-light', sans-serif ;
    padding: 0.5rem calc(1rem/3);
    padding-top: 0;
    color: #6c757d;
    margin: 0;
    margin-right: auto;
    /* padding-bottom: 0; */
    /* height: fit-content; */
    
}

.form-label-group.outline input:not(:-ms-input-placeholder ), .form-label-group.outline input:focus , .form-label-group.outline textarea:not(:-ms-input-placeholder) , .form-label-group.outline textarea:focus , .form-label-group.outline select {
    border-top-color: transparent !important;
    border-bottom-color: #ced4da;
    border-bottom-width: 1px;
    transition: all 0.3s linear;
}

/*explorer*/
.form-label-group.outline input,
.form-label-group.outline textarea, 
.form-label-group.outline label,
.form-label-group.outline select {
    background-color: transparent;
    transition: all 0.3s linear;
}

.form-label-group.outline select ~ span::after, .form-label-group.outline select ~ span::before{
    border-color: #ced4da;
}

.form-label-group.outline input, .form-label-group.outline label {
    padding:0.5rem 1rem;
}

.form-label-group.outline select {
    border-bottom-color: #ced4da;
}

.form-label-group.outline select ~ span label {
    color: #6c757d;
}

.form-label-group.outline.border-danger {
    --outline-border-color: var(--danger, #dc3545);
}
.form-label-group.outline.border-primary {
    --outline-border-color: var(--primary, #007bff);
}
.form-label-group.outline.border-secondary {
    --outline-border-color: var(--secondary, #6c757d);
}
.form-label-group.outline.border-success {
    --outline-border-color: var(--success, #28a745);
}
.form-label-group.outline.border-info {
    --outline-border-color: var(--info, #17a2b8);
}
.form-label-group.outline.border-warning {
    --outline-border-color: var(--warning, #ffc107);
}
.form-label-group.outline.border-light {
    --outline-border-color: var(--light, #f8f9fa);
}
.form-label-group.outline.border-dark {
    --outline-border-color: var(--dark, #343a40);
}
.form-label-group.outline.border-white {
    --outline-border-color: var(--white, #fff);
}

.form-label-group.outline input:focus ~ span::before,  .form-label-group.outline textarea:focus ~ span::before, .form-label-group.outline input:focus ~ span::after,  .form-label-group.outline textarea:focus ~ span::after, .form-label-group.outline select:focus ~ span::after, .form-label-group.outline select:focus ~ span::before, .form-label-group.outline select:focus ~ span label{
    border-color: #80bdff;
    color: #80bdff !important;
    border-width: 0.125rem;

    transition: all 0.3s linear;
}
.form-label-group.outline select:focus, .form-label-group.outline input:focus, .form-label-group.outline textarea:focus {
    border-bottom-color: #80bdff !important;
    border-bottom-width: 0.125rem;
    transition: all .2s linear;
}

 .form-label-group.outline input:focus ~ span label, .form-label-group.outline textarea:focus ~ span label, .form-label-group.outline select:focus ~ span label {
    color: #80bdff !important;
}


/* fix ITI container */

.form-label-group.outline .iti__flag-container span {
    position: relative;
    display: inline;
}