html,
body {
  font-family: Montserrat, Segoe UI, SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-attachment: fixed;
  background-color: #f9f9f9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}

body {
  background-image: url(https://travelcaymansa.blob.core.windows.net/travelcaymancustomb2c/cayman-airport.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

body *,
body *:before,
body *:after {
  font-family: Montserrat, Segoe UI, SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

p {
  margin: 0;
}

a:focus {
  outline: 0;
}

p [role='alert'] {
  color: #c82127;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding: 0;
  position: relative;
}

.panel {
  background-color: #fff;
  max-width: 40rem;
  width: 100%;
  min-height: 20rem;
  vertical-align: middle;
  padding: 0;
  margin: 0 0.5rem;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.panel-header {
  padding: 1rem 4rem 0;
}

p.info {
  background-color: #c3e8ed;
  padding: 1rem;
  margin: 0 -3rem;
}

.panel-body {
  padding: 2rem 3rem;
  height: 100%;
  background-color: #fff;
  width: auto;
  flex: 1 1 auto;
  overflow: auto;
}

@media all and (orientation: landscape) {
  .panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 2rem;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  }
  .panel-body {
    overflow: auto;
  }
}

.panel-footer {
  background: #f6f6f6;
  padding: 2rem 4rem;
}

.panel-footer a.gov {
  display: inline-block;
  max-width: 30rem;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

h1 {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

h2,
.intro p {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2050;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-item,
.attrEntry {
  margin: 2rem 0 1rem;
}

label {
  display: block !important;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 0.5rem;
  font-weight: 500;
  text-align: left !important;
}

label[aria-hidden='true'] {
  display: none !important;
}

.logo {
  padding: 1rem;
  max-width: 30rem;
  margin: 0rem auto 0;
}

.entry-item .password-label {
  text-align: left;
  display: block;
}

.entry-item .password-label label {
  display: inline-block !important;
}

.error.itemLevel {
  color: #be1e2e;
  text-align: left;
}

.attrEntry .error.itemLevel {
  display: none;
}

.attrEntry .error.itemLevel.show {
  display: block;
  margin-bottom: 0.5rem;
}

.attrEntry .helpLink.tiny {
  display: none;
}

input[type='date'],
input[type='datetime'],
input[type='email'],
input[type='file'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'] {
  outline: none;
  list-style: none;
  vertical-align: baseline;
  *vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #000;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.5780346821rem 0.75rem;
  appearance: none;
  background: #fff;
  border: 1px solid hsla(0, 0%, 80%, 0.8);
  color: inherit;
  margin: 0;
  width: 100%;
  border-radius: 0;
  line-height: 1.5em;
  border-radius: 5px;
  padding: 0.5780346821rem 0.75rem !important;
  font-weight: 700 !important;
}

input[type='date']:focus,
input[type='datetime']:focus,
input[type='email']:focus,
input[type='file']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='week']:focus {
  border-color: #666;
}

.buttons {
  margin: 20px 0;
}

.buttons.verify button {
  margin: 20px 0;
}

button {
  background-color: #006241;
  color: #ffffff;
  border: 1px solid #006241;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.5rem;
  white-space: nowrap;
  transition: all 0.3s;
}

[disabled] {
  opacity: 0.3;
}

button#cancel,
button[disabled] {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #333333;
}

button:hover {
  background-color: #ffffff;
  color: #168a43;
  border-color: #168a43;
}

.create a {
  display: inline-block;
  margin-left: 1rem;
}

.container {
  display: flex !important;
}

@media all and (orientation: portrait) {
  html,
  body {
    font-size: 24px;
  }

  .panel {
    max-width: 100vw;
    width: 100%;
    min-height: 20rem;
  }

  .panel-footer a.gov {
    max-width: 40rem;
  }
}

.verificationInfoText {
  display: none !important;
}
