@charset "UTF-8";
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button, select {
  text-transform: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

figure {
  margin: 0;
}

input, select, textarea, button, label {
  font-family: inherit;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  outline: none;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: none;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

.login-page__header {
  width: 100%;
  display: flex;
  align-items: center;
  height: 70px;
  min-height: 70px;
  background-color: white;
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  .login-page__header {
    height: 64px;
    min-height: 64px;
  }
}
.login-page__header .login-page__img {
  display: block;
  max-height: 26px;
}
@media (max-width: 767px) {
  .login-page__header .login-page__img {
    max-height: 26px !important;
  }
}

.login-page__inner-header {
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}
.login-page__inner-header a {
  display: block;
}
.login-page__inner-header picture {
  display: block;
}

body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #313030;
}

a {
  color: #124677;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  letter-spacing: 0.01em;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.heading h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 1rem;
  color: #333;
}

.intro h2, .divider h2 {
  font-size: 16px;
  text-align: center;
  margin: 0 0 1rem 0;
  color: #666;
  font-weight: 600;
}

html {
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  background-color: #f7f7f7;
  padding: 0;
  margin: 0;
  position: relative;
}
@media (max-width: 500px) {
  body {
    background-color: #ffffff;
  }
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 0px;
}
@media (max-height: 800px) {
  main {
    align-items: center;
    justify-content: flex-start;
    height: auto;
  }
}

.localAccount {
  display: block;
  width: 100%;
  position: Relative;
}

#simplemodal-container .simplemodal-data {
  padding: 5px 8px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  font-style: italic;
}

.panel {
  height: 100%;
}

.panel_layout {
  height: 100%;
}

.panel_layout_row {
  height: 100%;
}

@media screen and (max-width: 100%) {
  .row .panel-default .panel-body {
    margin-top: 40px;
  }
  .row .panel-default .panel-body h3 {
    font-size: 1.5em;
    margin-top: 15px;
  }
}
.login-page__main-box {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 3rem;
  padding: 3rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  position: relative;
  min-height: 400px;
}
@media (max-width: 700px) {
  .login-page__main-box {
    margin: 2rem 2rem 0 2rem;
    padding: 2rem;
  }
}
@media (max-width: 600px) {
  .login-page__main-box {
    margin: 0rem 0rem 0rem 0rem;
    border-radius: 0;
    min-height: 100%;
    padding: 2rem 2rem;
  }
}
@media (max-width: 500px) {
  .login-page__main-box {
    padding: 2rem 1rem;
    border: none;
  }
}
.login-page__main-box h1 {
  width: 100%;
  display: block;
  text-align: center;
}

.login-page__placeholder-box {
  margin-top: 3rem;
}
.login-page__placeholder-box .login-page__tick-list {
  list-style-type: none;
  padding-left: 0;
}
.login-page__placeholder-box .login-page__tick-list li {
  position: relative;
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.login-page__placeholder-box .login-page__tick-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #124677;
}
.login-page__placeholder-box .login-page__placeholder-buttons {
  gap: 2rem;
  text-align: center;
}

.buttons {
  text-align: center;
}

button, .button {
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0px;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  padding: 1rem 1.5rem;
  margin: 0.5rem auto 1rem auto;
  letter-spacing: 0.04em;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0.5, 0, 1);
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  color: #ffffff;
  background: #124677;
  border-color: #124677;
}
button:hover, button:active, .button:hover, .button:active {
  border-color: #2d349e;
  color: #fefefe;
  background: #061727;
}
button[aria-disabled=true], .button[aria-disabled=true] {
  cursor: default;
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 0.3);
  opacity: 0.35;
  cursor: not-allowed;
}

.buttons button#cancel {
  padding: 0;
  margin-left: auto;
  background: 0 0;
  border: 0;
  width: inherit;
  position: absolute;
  background-color: #fff;
  top: 10px;
  left: 15px;
  font-size: 1em;
  color: #666;
  box-shadow: none;
  text-align: left;
  padding-left: 2rem;
  padding-right: 1rem;
  height: 40px;
}
.buttons button#cancel:hover {
  color: #124677;
}
.buttons button#cancel:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  top: 16px;
  left: 16px;
  transform: rotate(225deg);
}

#cancelNew {
  padding: 0;
  margin-left: auto;
  background: 0 0;
  border: 0;
  width: inherit;
  position: absolute;
  background-color: #fff;
  top: 10px;
  left: 15px;
  font-size: 1em;
  color: #666 !important;
  box-shadow: none;
  text-align: left;
  padding-left: 2rem;
  padding-right: 1rem;
  height: 40px;
}
#cancelNew:hover {
  color: #124677;
}
#cancelNew:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  top: 16px;
  left: 16px;
  transform: rotate(225deg);
}

.entry-item {
  display: block;
  width: 100%;
  position: Relative;
  margin: 1rem 0 0 0;
}

.entry-item label {
  display: none;
}

.password-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -1.5rem;
}

#password {
  margin-bottom: 2rem;
}

input.textInput, input[type=text], input[type=email], input[type=password] {
  display: block;
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
}
input.textInput:focus, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
  border-color: #124677;
  outline: none;
}
input.textInput:disabled, input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled {
  cursor: default;
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 0.3);
  cursor: not-allowed;
  opacity: 0.4;
}
input.textInput::placeholder, input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder {
  color: #333;
  opacity: 1;
}

.error {
  color: #ff3c14;
  padding: 0;
  margin: 0.5rem 0 0 0;
}

.create a {
  margin-left: 0.5rem;
}

.create a:hover, .password-label a:hover {
  text-decoration: underline;
}

.create {
  text-align: center;
  margin-top: 10px;
}

#attributeList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#attributeList ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.helpLink {
  display: none;
}

.attrEntry {
  position: relative;
  margin-top: 0.5rem;
}
.attrEntry label {
  display: block;
  margin-top: 1rem;
}
.attrEntry #reenterPassword_label {
  display: none;
}
.attrEntry #email_label {
  display: none;
}
.attrEntry #givenName_label {
  display: none;
}
.attrEntry #surname_label {
  display: none;
}

/*
#emailVerificationCode_label {
    margin-top: 1rem;
}*/
span.required {
  color: #ff3c14;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -10px;
  font-size: 16px;
}

.DropdownSingleSelect.country_li {
  display: none;
}
.DropdownSingleSelect.country_li label {
  display: none;
}

#email_ver_input_label {
  display: none !important;
  visibility: hidden !important;
}

#email_ver_but_resend {
  background-color: white;
  border: 0px solid transparent;
  color: #2d349e;
  text-decoration: underline;
  margin-top: -0.9rem;
}

#localAccountForm .intro {
  /*
      h2[aria-level="1"] {
          display: none;
      }
  */
}
#localAccountForm .intro h2 {
  display: none;
}

.dropdown_single {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  height: 53px;
  font-size: 16px;
}

.verificationControlContent .buttons {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
}
.verificationControlContent .buttons #emailVerificationControl_but_send_new_code {
  background-color: transparent;
  color: #124677;
  text-decoration: underline;
  border: 0px;
  outline: 0px;
  padding: 0px;
  text-align: right;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 14px;
  margin-bottom: 0px;
  position: absolute;
  top: -84px;
  right: 0px;
}

.buttons button:not([aria-disabled=true]) {
  opacity: 1;
}

.attrEntry .verificationInfoText {
  margin-bottom: 5px;
}

#emailVerificationControl_success_message {
  color: green;
}

#emailVerificationControl_but_change_claims {
  display: none !important;
}

#LocalAccountSigninEmailExchange {
  background-color: #fff;
  background-image: url(none);
  background-size: 10%;
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  width: 100%;
  width: 100%;
  font-size: 1em;
  margin-left: auto;
}
#LocalAccountSigninEmailExchange:hover {
  background-color: #505050 !important;
}

#LocalAccountSigninUsernameExchange {
  background-color: #fff;
  background-image: url(none);
  background-size: 10%;
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  width: 100%;
  width: 100%;
  font-size: 1em;
  margin-left: auto;
}
#LocalAccountSigninUsernameExchange:hover {
  background-color: #505050 !important;
}

#SignInWithLogonEmailExchange {
  background-color: #fff;
  background-image: url(none);
  background-size: 10%;
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  width: 100%;
  width: 100%;
  font-size: 1em;
  margin-left: auto;
}
#SignInWithLogonEmailExchange:hover {
  background-color: #505050 !important;
}

#SignInWithLogonNameExchange {
  background-color: #fff;
  background-image: url(none);
  background-size: 10%;
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  width: 100%;
  width: 100%;
  font-size: 1em;
  margin-left: auto;
}
#SignInWithLogonNameExchange:hover {
  background-color: #505050 !important;
}

#SignUpWithLogonEmailExchange {
  background-color: #fff;
  background-image: url(none);
  background-size: 10%;
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  width: 100%;
  width: 100%;
  font-size: 1em;
  margin-left: auto;
}
#SignUpWithLogonEmailExchange:hover {
  background-color: #505050 !important;
}

#SignUpWithLogonNameExchange {
  background-color: #fff;
  background-image: url(none);
  background-size: 10%;
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  width: 100%;
  font-size: 1em;
  margin-left: auto;
}
#SignUpWithLogonNameExchange:hover {
  background-color: #505050 !important;
}

.claims-provider-list-buttons {
  text-align: center;
  margin-bottom: 1rem;
}

#GoogleExchange {
  background-color: #fff !important;
  border: 1px solid #333;
  color: #333;
  min-width: 150px;
  width: auto;
  max-width: 270px;
  height: 53px;
  margin: 0 auto;
  text-align: left;
  padding-left: 4rem;
  /* Helps with preload on page load */
  background-image: image-set("https://content.iglucruise.com/img/icons/sign-in-page-absolute-path/google-logo.png 1x");
  background-image: url("https://content.iglucruise.com/img/icons/sign-in-page-absolute-path/google-logo.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#GoogleExchange:hover {
  background-color: #f9f9f9 !important;
  border: 1px solid #333;
}
#GoogleExchange:before {
  content: "";
  width: 1px;
  height: 25px;
  display: block;
  background-color: #333;
  position: absolute;
  left: 53px;
  top: 13px;
}

#AppleExchange, #AppleManagedExchange {
  background-color: #fff !important;
  border: 1px solid #333;
  color: #333;
  width: 270px;
  max-width: 270px;
  height: 53px;
  margin: 0 auto;
  text-align: left;
  padding-left: 4rem;
  background-image: url("https://content.iglucruise.com/img/icons/sign-in-page-absolute-path/apple-logo.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#AppleExchange:hover, #AppleManagedExchange:hover {
  background-color: #f9f9f9 !important;
  border: 1px solid #333;
}
#AppleExchange:before, #AppleManagedExchange:before {
  content: "";
  width: 1px;
  height: 25px;
  display: block;
  background-color: #333;
  position: absolute;
  left: 53px;
  top: 13px;
}

/*
#FacebookExchange {
    &:hover {
        background-color: #505050 !important;
    }
}

#AppleExchange {
    &:hover {
        background-color: #505050 !important;
    }
}

#AppleManagedExchange {
    &:hover {
        background-color: #505050 !important;
    }
}

#GoogleExchange {
    &:hover {
        background-color: #505050 !important;
    }
}

#MicrosoftAccountExchange {
    &:hover {
        background-color: #505050 !important;
    }
}
*/
.CaptchaControl label {
  margin-top: 10px;
  width: 100%;
  text-align: left;
  float: left;
}
.CaptchaControl .success.itemLevel {
  color: green;
  text-align: left;
}
.CaptchaControl .error.itemLevel {
  color: red;
  text-align: left;
}

.captcha-display-control {
  width: calc(100% - 30px);
}

.captcha-audio-playbtn {
  width: 200px !important;
  height: 100px !important;
  float: none !important;
  margin: 0 auto;
}

.captcha-imageContent {
  width: 200px !important;
  height: 100px !important;
  float: none !important;
  margin: 0 auto;
}

.captcha-control-buttons {
  width: 200px !important;
  margin: 0 auto 0 130px;
  display: flex;
}

#emailMarketingOptIn_true {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  float: left;
  margin-right: 0.7rem;
  accent-color: #124677;
  /*    
  background-color: #124677;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  */
  cursor: pointer;
}
@media (max-width: 450px) {
  #emailMarketingOptIn_true {
    margin-bottom: 2rem;
  }
}
@media (max-width: 310px) {
  #emailMarketingOptIn_true {
    margin-bottom: 3rem;
  }
}
@media (max-width: 250px) {
  #emailMarketingOptIn_true {
    margin-bottom: 4rem;
  }
}

label[for=emailMarketingOptIn_true] {
  color: #666;
  margin-bottom: 1rem;
  cursor: pointer;
}

.policy-message p {
  font-size: 14px;
  font-style: italic;
  color: #666;
}

.attrEntry[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.4;
}

/* 
Lost password

    <img class="toggle-reveal eye-reveal" src="/img/reveal-password/eye--reveal.svg" title="Reveal password" />
    <img class="toggle-reveal eye-hide" src="/img/reveal-password/eye--hide.svg" title="Hide password" />
*/
.eye-reveal {
  display: block;
  max-width: 20px;
}

.eye-hide {
  display: block;
  max-width: 20px;
}

.passwordToggle {
  position: relative;
}
.passwordToggle label {
  display: block;
  position: absolute;
  right: 1rem;
  margin-top: 1rem;
  cursor: pointer;
}
.passwordToggle label img {
  opacity: 0.4;
}
.passwordToggle label img:hover {
  opacity: 1;
}
.passwordToggle input[type=checkbox] {
  display: none;
}
.passwordToggle label[data-password-status=visible] .eye-reveal {
  display: none;
}
.passwordToggle label[data-password-status=hidden] .eye-hide {
  display: none;
}

/*# sourceMappingURL=style.css.map */
