/***************************/
/******* STRUCTURE *******/
/***************************/

/*pre-login*/
.WBLoginFormContainer.ArnSubPage #theWBLoginForm .FormActions {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.WBLoginFormContainer.ArnSubPage #theWBLoginForm .formField {
  width: 100%;
  height: 48px !important;
  display: flex;
  max-width: 400px;
}

.WBLoginFormContainer.ArnSubPage #theWBLoginForm .createAccountContainer a {
  display: block !important;
  text-align: left;
  padding: 0;
}

.WBLoginFormFields {
  text-align: left;
  width: 400px;
  margin: 0 auto;
}

.WBLoginFormContainer.ArnSubPage #theWBLoginForm h2 {
  padding: 10px 0;
  text-align: center;
}

.WBLoginFormContainer.ArnSubPage #theWBLoginForm h2 {
  font-size: 22px;
  max-width: 400px;
  margin: 0 auto;
}
/*pre-login logo change*/
.WBLoginForm .loginContainer img {
  max-width: 68% !important;
}

.ourTopDeals .page div.sectionContainer .content .contentBox {
  height: 230px !important;
}

/*fix - over-flow-y:hidden Alpha issue?*/
@media screen and (max-width: 1000px) {
  .alphaSkin .nav-bottom > .links {
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

/*to go in branding for cruises*/
.arnCruise .btn.btn-default.btnLarge.btnPrimary {
  width: 100%;
  max-width: 400px;
}

.WBLoginFormContainer.ArnSubPage #theWBLoginForm .createAccountContainer .CreateAnAccountAction.submit.light,
.ArnSubPage.WBFaq section.topMessage .content a.btnPriority.btnLarge,
.ArnSubPage.WBFaq section.topMessage .content a {
  background-color: transparent !important;
  color: #EA5E40 !important;
}