

body,html{
	background-color: #FFF;
}

.ib-content-buttons{
	display: block;
}
.ib-button--big{
	min-height: 4.375rem;
}
.labelLogin {
  width: calc(100% - 2rem);
  position: absolute;
  top: 50%;
	transform: translate(0, -50%);
  left: 1rem;
  color: #777777;
  font-family: "iberiaheadline";
  font-size: 1rem;
  white-space: nowrap;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: ease top, transform .25s;
  z-index: 5;
  cursor: text;
}

.fullField{ 
  top: 0.6875rem;
  transform: translate(0, 0);
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputLogin{
	display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  height: 3.5rem;
  padding: 1.125rem 1rem;
  font-family: "iberiaheadline";
  font-size: 1rem;
  border: 0.0625rem solid #cccccc;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inputLogin:focus {
  border-color: #f08400;
  outline: 0;
}
.inputLogin::-ms-reveal {
    display: none;
}
.fullField + .inputLogin{
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.ib-input__info {
  width: 15%;
  height: 3.5rem;
  line-height: 4.375rem;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.ib-input__info .ib-link{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.ib-input__info .ib-link:before{
	position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translate(0, -50%);
}

.inputViewPass{
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  margin-top: -.4375rem;
  line-height: 1;
  border: 0;
  z-index: 2;
  right: 0.75rem;
}

.errorDiv {
  display: block;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  background-color: #a80e1f;
  color: #FFF;
  text-align: left;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ib-background--image{
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}

.ib-link__modal {
  border: 0;
  background: none;
}

.ib-boxLogin {
  display: block;
  position: relative;
  box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.02);
  width: 34rem;
  margin: 0 auto;
  max-width: 100%;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.5em;
  margin: 1rem 0rem;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.aRegister{
	display: block;
	text-align: center;
	font-size: 0.8125rem;
	padding-top: 0.625rem;
}
.ib-layout--header .aRegister{
	margin-top: 1rem;
	padding-top: 1.25rem;
    border-top: 1px solid #979797;
}
.aLink {
  color: #d7192d;
  text-decoration: underline;
  
}

.aLink:hover{
  color: #b9191a;
}

.ib-text__border-top {
  padding-top: 1.25rem;
  border-top: 1px solid #979797;
}

.ib-text--contact{
	margin-top:2.5rem;
	margin-bottom: 5rem;
}

.ib-input--error.inputLogin {
	border-color: #a80e1f;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	box-shadow: none;
}

/*----------- LAYOUT GENERAL ---------------*/
.ib-layout--general{
  background-color: #EEE;
}
.ib-layout--general .ib-box-form__msg-info{
	background-color: transparent;
	text-align: left;
    padding: 24px 0 0 0;
}
.ib-layout--general .ib-box-separated__body{
	margin-top: 5rem;
	background-color: #FFF;
	padding: 3.5rem 4rem 4.5rem;
}

.ib-layout--general .ib-button{
	padding: 1.25rem 0.9375rem;
	line-height: 1rem;
}
/*----------- END LAYOUT GENERAL ---------------*/


/*----------- LAYOUT PASSENGER ---------------*/
.ib-layout--passenger .cajaLogin fieldset{
	display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
	align-items: stretch;
}
.ib-layout--passenger .ib-box-form__msg-info {
    order: 4;
    background: transparent;
	flex-basis: 66%;
	padding-top: 0.625rem;
	padding-right: 0;
}
.ib-layout--passenger .ib-box-form__msg-link {
	line-height: 1.375rem;
}

.ib-layout--passenger .ib-layout__line-spacing {
	flex-basis: 32%;
}

.ib-layout--passenger .ib-content-buttons, .ib-layout--passenger .ib-button{
	height: 100%;
}

.ib-layout--passenger .ib-box-form__button{
	margin-top: 0;
	height: 3.5rem;
    min-height: auto;
    line-height: inherit;
}
.ib-layout--passenger .container{
	width: 100%;
	max-width: 100%;
}
.ib-layout--passenger .ib-box-separated__body{
	width: 100%;
	padding: 0;
}
.ib-layout--passenger #singInIB{
	display: none;
}

/*----------- END LAYOUT PASSENGER ---------------*/

/*----------- LAYOUT LOGIN ---------------*/
.ib-layout--login .ib-box-form__title{
		line-height: 1.75rem;
}
.ib-layout--login .ib-box-form__msg-link{
	line-height: 1.15rem;
}
/*----------- END LAYOUT LOGIN ---------------*/


.hide {
  display: none;
}

/*------------------- RESPONSIVE --------------------------*/
.responsive-sm.ib-layout--login .ib-button--big, 
.responsive-xs.ib-layout--login .ib-button--big{
    min-height: 3.125rem;
    line-height: 1.875rem;
}
.responsive-sm.ib-layout--login .ib-box-form__title,
.responsive-xs.ib-layout--login .ib-box-form__title {
	font-size: 1.25rem;
	line-height: 1.4375rem;
}

.responsive-sm.ib-layout--header .aRegister, 
.responsive-xs.ib-layout--header .aRegister{
	padding-top: 0.3125rem;
}

.responsive-sm.ib-layout--passenger .ib-layout__line-spacing {
	flex-basis: 100%;
	margin-top: 1.5rem;
}
.responsive-sm.ib-layout--passenger .ib-layout__line-spacing:first-child {
	margin-top: 0;
}
.responsive-sm.ib-layout--passenger .ib-layout__line-spacing:last-child {
	order: 4;
}
.responsive-sm.ib-layout--passenger .ib-box-form__msg-info{
	order:3;
	flex-basis: 100%;
	padding-bottom: 0;
}
.responsive-xs.ib-layout--passenger .ib-layout__line-spacing {
	flex-basis: 100%;
	margin-top: 1.5rem;
}
.responsive-xs.ib-layout--passenger .ib-layout__line-spacing:first-child {
	margin-top: 0;
}
.responsive-xs.ib-layout--passenger .ib-layout__line-spacing:last-child {
	order: 4;
}
.responsive-xs.ib-layout--passenger .ib-box-form__msg-info{
	order:3;
	flex-basis: 100%;
	padding-bottom: 0;
}

/*----------------------------- RESPONSIVE GENERAL LOGIN MEDIAQUERY ---------------------------*/

/*--------------------- LG (max-width: 1279,36) ----------------------------*/
@media screen and (max-width: 79.96rem) {
	.ib-layout--general .ib-box-separated__body{
		margin-top: 4.5rem;
	  padding: 3rem 3rem 3.5rem;
	}
}

/*--------------------- MD (max-width: 1023,36) ----------------------------*/
@media screen and (max-width: 63.96rem){
	.ib-text--contact{
		margin-bottom: 3.125rem;
	}
	.ib-layout--general .ib-box-separated__body{
		margin-top: 3.5rem;
		padding: 3rem 3rem 3.5rem;
	}
}


/*--------------------- SM (max-width: 767,36) ----------------------------*/
@media screen and (max-width: 47.96rem) {
	.ib-text--contact{
		margin-bottom: 3.125rem;
	}
	.ib-layout--general .ib-box-separated__body{
		margin-top: 3.5rem;
		padding: 2.5rem 2rem 3rem;
	}
	.ib-layout--general .ib-text.ib-text--font-text{
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

/*--------------------- XS (max-width: 479,36) ----------------------------*/
@media screen and (max-width: 29.96rem){
	.ib-text--contact{
		margin-top: 2rem;
		margin-bottom: 3.125rem;
	}
	.ib-layout--general .ib-box-separated__body{
		margin-top: 2.5rem;
		padding: 1.5rem 1rem 2rem;
	}
	.ib-layout--general .ib-background--image{
		background-image: none;
	}
	.ib-layout--general .ib-boxLogin{
		max-width: calc(100% - 2rem);
	}
	.ib-layout--general .ib-text.ib-text--font-text{
		font-size: 1rem;
		line-height: 1.25rem;
	}
}