@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf"); }
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf"); }
@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.ttf"); }
/** Fonts for santander */
@font-face {
  font-family: "Santander-Text";
  src: url("../fonts/fonts-santander/SantanderTextW05-Regular.ttf"); }
@font-face {
  font-family: "Santander-Text-Bold";
  src: url("../fonts/fonts-santander/SantanderTextW05-Bold.ttf"); }
@font-face {
  font-family: "Santander-Text-Light";
  src: url("../fonts/fonts-santander/SantanderTextW05-Light.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.alert-success{
  text-align:center;
  position: relative;
    padding: 0.25rem 1.25rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    z-index: 2;
    background-color: #D4EDDA;
    margin-bottom: 5px;
    max-width: 430px;
}
body {
  font-family: "Santander-Text",Arial;
  color: #666;
  font-size: 14px;
  margin: 0; }

input, textarea, select, button {
  font-family: "Santander-Text",Arial;
  color: #333;
  font-size: 14px; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

img {
  max-width: 100%; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

a:hover {
  text-decoration: none; }

:focus {
  outline: none; }

.wrapper {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; }

.inner {
  min-width: 850px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover !important;
  background: url("../images/travel_card_2.jpg") no-repeat; }
  .inner h3 {
    font-size: 22px;
    font-family: "Santander-Text" ,Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: 600;
    margin-bottom: 32px;
    color: #333;
    letter-spacing: 2px; }

form {
  width: 48%;
  padding-left: 18px; }

.form-group {
  display: flex; }
  .form-group .form-wrapper {
    width: 50%; }
    .form-group .form-wrapper:first-child {
      margin-right: 20px; }

.form-wrapper {
  margin-bottom: 13px; }
  .form-wrapper label {
    margin-bottom: 9px;
    display: block; }

.form-control {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  font-family: "Santander-Text","Muli-Bold";
  background: none; }
  .form-control:focus {
    border: 1px solid #ae3c33; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-left: 20px; }
  select option[value=""][disabled] {
    display: none; }

.btn-inactive {
  border: none;
  width: 152px;
  height: 40px;
  margin-top: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #ae3c33;
  font-size: 14px;
  color: #fff;
  font-family: "Santander-Text",Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
.btn-inactive:disabled {
  background-color: #999999;
  color:#fff;
}
.btn-inactive:hover::before {
  background-color: #999999;
}

.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EC0000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
.button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
.button {
  border: none;
  width: 152px;
  height: 40px;
  margin-top: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #EC0000;
  font-size: 14px;
  color: #fff;
  font-family: "Santander-Text",Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }


.checkbox {
  position: relative; }
  .checkbox label {
    padding-left: 22px;
    cursor: pointer; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox input:checked ~ .checkmark:after {
    display: block; }

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  width: 13px;
  border-radius: 2px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  font-family: Material-Design-Iconic-Font;
  color: #000;
  font-size: 10px;
  font-weight: bolder; }
  .checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: '\f26b'; }

@media (max-width: 991px) {
  .inner {
    min-width: 768px; } }
@media (max-width: 767px) {
  .inner {
    min-width: auto;
    background: none;
    padding-top: 0;
    padding-bottom: 0; }

  form {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; } }

/*# sourceMappingURL=style.css.map */
.m-l-30{
  margin-left: 30%;
  margin-top: 2%;
}  
@media(max-width: 992px){
  .link_contra{
    margin-left: 20%;
    text-decoration: underline !important;
  }   
}
@media(min-width: 992px){
  .link_contra{
    margin-left: 33%;
    text-decoration: underline !important;
  }
}
.link_contra:hover{
  text-decoration: underline !important;
}
.btn-login {
  margin: 0 auto;
}
.btn-logout {
  margin: 0 auto;
}
.div-logout {
  padding: 5px 0 5px 0;
  background: #FFF;
  margin-right: 0;
}
.name-logout {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  color: #000;
}
@media(max-width: 992px){ 
  .tam-viaje{
    width: 100%;
    min-height: 2291px;
  }  
  .inner {
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,.9)),url('../images/bg-registration-form-movil.jpg');
    background-position: center;
    box-shadow: 10px 18px 7px 2px rgba(0,0,0,0.2);
  }
}
@media(min-width: 992px){
  .tam-viaje{
    width: 100%;
    min-height: 587px;
  }
}