.flex-container {
  height: auto;
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-content {
  max-width: 800px;
  min-width: 300px;
}

body.noheader div#content {
  padding: 0;
  margin: 0;
}

.h1large {
  font-size: 24px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

form.logged-out-form div.inputrow {
  padding-bottom: 5px;
}

form.logged-out-form div.inputrow.inputlarge {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

form.logged-out-form div.inputrow.required {
  background: url("/assets/ctx/e2a750dc/layout/images/required-field.png") 0 10px no-repeat;
  background-size: 10px;
  padding-left: 20px;
}

form.logged-out-form div.buttonrow {
  margin: 5px 0 25px 0;
}

form.logged-out-form input[type="text"],
form.logged-out-form input[type="password"] {
  color: #333;
  font-size: 16px;
  background-color: #e0ebee;
  width: 100%;
  padding: 7px 15px;
  box-sizing: border-box;
  background-clip: border-box;
  border: 1px solid #e0ebee;
}

form.logged-out-form input.width100perInput,
form.logged-out-form input.button-green.width100perInput {
  width: 90%;
}

form.logged-out-form input[type="text"]:focus,
form.logged-out-form input[type="text"]:hover {
  color: #111;
  outline: none;
  border-bottom: 1px solid #e0ebee;
}

form.logged-out-form input.button-green,
input.button-green {
  height: 39px;
  border: none;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-left: 20px;
  min-width: 200px;
  background-color: #7eb642;
}
input.button-green {
  width: auto;
}

form.logged-out-form input.button-green {
  width: 100%;
}

form.logged-out-form input.create-user {
  padding: 0;
  min-width: 0;
}

form.logged-out-form input.button-green.login {
  background: #7eb642 url("/assets/ctx/8b06127d/layout/images/btn-login.png") 20px 50% no-repeat;
  background-size: 16px;
}

form.logged-out-form input.button-green.email {
  font-size: 16px;
  min-width: 250px;
  padding-left: 20px;
  background: #7eb642 url("/assets/ctx/89e6f734/layout/images/btn-send.png") 20px 50% no-repeat;
  background-size: 16px;
}

form.logged-out-form input.button-green:hover,
input.button-green:hover {
  color: #ebebeb;
}

p.font-large {
  font-size: 14px;
  padding: 0;
  margin: 0 0 5px 0;
}

div.panel2-100per {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}

.field-help {
  margin: 4px 0 10px 0;
  padding: 0 3px;
  display: block;
  width: 90%;
  text-align: left;
}

#pass-verdict {
  height: 20px;
  margin: 5px 0;
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
#pass-verdict span.strength1 {
  color: #df601d;
}
#pass-verdict span.strength2 {
  color: #da941d;
}
#pass-verdict span.strength3 {
  color: #aec62b;
}
#pass-verdict span.strength4 {
  color: #36b328;
}

.process {
  padding-left: 10px;
}
.process h1 {
  padding: 0;
  margin: 0;
}
.process p {
  margin-top: 5px;
}
h1.disabled,
p.disabled {
  color: #ddd;
}
.process .disabled:hover {
  color: #ddd;
}

/******************** PROCESS TABLE STYLES *******************/
.process .heading,
.process .heading-disabled {
  color: #4798c4;
  font-size: 2em;
}
.process .descr {
  padding: 10px 10px 10px 60px;
  text-align: right;
  font-size: 12px;
  line-height: 1.5em;
}

div.email-sent {
  padding: 20px;
  min-height: 50px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-color: #7bb83f;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

div.fpleftPane {
  height: 209px;
  width: 280px;
}

div.fpcoffeedocs {
  height: 209px;
  width: 280px;
  background: transparent url("/assets/ctx/7ab201dc/layout/images/backgrounds/bg-coffee-documents.png") no-repeat;
  background-size: contain;
  display: inline-block;
}

@media screen and (max-width: 576px) {
  div.panel2-100per div.fpcoffeedocs,
  div.panel2-100per div.fpleftPane {
    width: 225px;
    height: 168px;
  }

  form.logged-out-form input.width100perInput {
    min-width: 225px;
  }
}

@media screen and (max-width: 576px) {
  div.panel2-100per {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .field-help {
    width: 90%;
  }

  div.panel2-100per:nth-child(3) {
    border-top: 3px solid #ddd;
    padding-top: 20px;
  }
}

.cookieConsentsShowContainer {
  position: absolute;
  width: 100%;
  bottom: 10px;
  display: none;
}

.cookieConsent {
  width: 100%;
  margin-bottom: 0;
  position: fixed;
  background-color: #6b7176;
  background-image: url("/assets/ctx/169348c8/layout/images/cookie.png");
  background-repeat: no-repeat;
  background-position: right 43% bottom 0;
  background-size: 80px;
  border-top: 5px solid #8a9297;
  color: #fff;
  font-size: 14px;
  right: 0px;
  bottom: 0px;
  padding: 15px;
  display: none;
  z-index: 100;
}

#cookieconsentcomp a {
  color: var(--col-light-white);
}

.consent_checkbox_container {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 1em;
}

.consent_checkbox_container input:disabled {
  cursor: default;
}

.consent_checkbox_container input:disabled ~ label {
  color: #bbb;
  cursor: default;
}

.cookieConsent a {
  color: #bbb;
  text-decoration: underline;
}

.cookieConsentContainer {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.cookieConsent .allow_all {
  float: right;
  background-color: #82ba46;
  color: #fff;
  border: none;
  padding: 0.5em 2em;
}

.cookieConsent .hide_cookie_consent {
  float: right;
  color: #fff;
  display: block;
  border: none;
  width: 32px;
  height: 32px;
  background: transparent url("/assets/ctx/ebdcb357/layout/images/btn-close-white.png") 50% 50% no-repeat;
  background-size: 14px;
  margin-left: 1em;
}

.cookieConsent .allow_selected {
  background-color: #3d454a;
  color: #fff;
  border: none;
  padding: 0.2em 0.8em;
}

.cookieConsent.shown {
  animation: cookieConsentAnimation 0.3s 1;
  display: block;
  text-align: center;
}

.cookieConsentsShowContainer.shown {
  display: block;
  text-align: center;
}

.cookieConsent input[type="checkbox"]:checked ~ label span {
  background: #82ba46 url("/assets/ctx/83b0ae37/layout/images/ico-ok-white.png") 50% 50% no-repeat;
  background-size: 12px;
}

.cookieConsent input[type="checkbox"]:disabled ~ label span {
  background: #d3d7d4 url("/assets/ctx/83b0ae37/layout/images/ico-ok-white.png") 50% 50% no-repeat;
  background-size: 12px;
}

@keyframes cookieConsentAnimation {
  0% {
    bottom: -10px;
  }
  100% {
    bottom: 0px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
