html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.contentViewport {
    flex: 1 0 auto;
}

.use-new-reset-flow,
.use-new-reset-flow > .row,
.use-new-reset-flow > .row > div {
    height: 100%;
}
.use-new-reset-flow > .row > div {
    padding: 20px 30px;
}

.bg-white {
    background-color: white;
}
.bg-white .sub-heading {
    padding: 10px 30px;
}
.bg-white .input-group,
.bg-white .border-lightgrey {
    border-radius: 0px !important;
    border: 1px solid lightgrey;
}
.bg-white .buffer-bottom {
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.bg-white .btn-cancel {
    background-color: #E0E0E0;
    margin-top: 30px;
}
.bg-white .input-group-addon {
    width: auto;
    padding: 10px 0px;
}

.opacity-layer {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    background-color: rgba(255, 255, 255, 0.42);
}
.page-header {
    border-bottom: 1px solid #525252;
}
#page-footer {
    flex-shrink: 0;
}
.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.flex-column > div.container, .flex-column > div.row {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.flex-column > .flex-column {
    flex: 2 0 auto;
}
.login-input::-webkit-input-placeholder {
  color: rgb(105, 105, 107);
}
/* Input text fields */
.form-control, a.input-group-addon {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    box-shadow: none;
}
a.input-group-addon, a.bold-link {
    color: #009bd4;
    font-weight: bold;
    text-decoration: underline;
}
a.alert-link {
    font-weight: bold;
    text-decoration: underline;
}
/* Complete login form */
.bg-opaque-white {
    background-color: rgba(255, 255, 255, 0.8);
}
h3.text-center {
    font-size: 17px;
    font-weight: bold;
}
.separator-text-valign {
    top: 5px;
}
.quick-login:last-child {
    margin-bottom: 0px;
}
.text-warning {
    color: #775b16;
    font-size: 18px;
}
#g-recaptcha-container {
    display: none;
    max-width:300px;
    margin-left: auto;
}
div#login {
    /*filter: opacity(65%);*/
    position: relative;
}
input {
    font-style: italic;
}
div hr {
    border-top: 1px solid hsl(0, 0%, 0%);
}
.bg-gray-darkest-transparent {
    background-color: rgba(69, 69, 69, 0.55);
}
a.bg-gray-darkest-transparent:hover {
    color: white;
}
a.mobile-link {
    text-decoration: none;
    color: #009999;
}
.padding-bg-warning {
    padding: 2px 9px;
    padding-bottom: 0px;
}
.rememberme {
    display: inline-flex;
    cursor: pointer;
    font-size: 18px;
}
.rememberme svg[id^="checked"] path {
    fill: #009bd4;
}
.rememberme svg[id^="unchecked"] path {
    fill: #999;
}
.rememberme svg {
    margin-top: 1px;
    margin-right: 7px;
}
.rememberme.login svg {
    margin-right: 15px;
}
.rememberme svg.hidden {
    display: none;
}
.pb-5 {
    padding-bottom: 5em;
}
.mb-5 {
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 47%;
        z-index: 2
    }
    .col-sm-offset-3 {
        margin-left: 29%;
    }
}
#errorFB {
    color: white;
}
.bold-placeholder::placeholder {
    font-weight: bold;
}
.f-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    width: 20px;
    height: 20px;
  }

  #hide-password {
    display: none;
  }
  .forgot-container {
    display: flex;
    justify-content: end;
  }
  .forgot-link {
    font-weight: bold;
    text-decoration: underline;
    color: #268A8C !important;
    padding-top: 5px;
  }

  .forgot-link:hover {
    color: #268A8C;
  }

  .input-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
  }

  .btn-link {
    color: #227B7C;
    background: none;
  }

  .btn-link:hover {
    color: #227B7C;
    text-decoration: none;
  }

  .btn-link:focus {
    color: #227B7C;
    text-decoration: none;
  }

  .btn-outline {
    color: #227B7C;
    background: none;
    border: 1px solid #227B7C;
    border-radius: 4px;
    padding: 10px 30px;
    font-weight: bold;
  }

  .btn-outline:hover {
    color: #227B7C;
  }

  .btn-outline:focus {
    color: #227B7C;
  }


  @media (max-width: 691px) {
    #notification-wrap {
      margin-left: -15px;
      margin-right: -15px;
    }
  }
  .notification-card {
    width: 100%;
    padding: 12px;
    background: var(--Schemes-Surface, #F5F1EE);
    border-radius: 20px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
  }

  .notification-icon-wrapper {
    width: 55px;
    height: 55px;
    position: relative;
    background: white;
    border-radius: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .notification-icon {
    width: 40px;
    height: 40px;
    position: relative;
  }

  .bell-outline {
    border-radius: 50%;
  }

  .notification-badge {
    width: 17px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    top: 6px;
    left: 29px;
    background: var(--Schemes-Primary, #00687B);
    border-radius: 17px;
    display: inline-flex;
    justify-content: center;
  }

  .badge-text {
    width: 20px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .notification-content {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
  }

  .notification-text {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 28px;
  }

  .notification-message-light {
    font-weight: 200;
    color: var(--Schemes-Tertiary, #B35B02);
  }

  .notification-message-bold {
    font-weight: 400;
    color: var(--Schemes-Tertiary, #B35B02);
  }

  .btn-link-variant {
      border: 1px solid #BFBFBF;
      color: #555555;
      border-radius: 5px;
      width: 100%;
      text-align: left;
      display: flex;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.8);
  }

  .btn-link-variant:hover {
      background-color: rgba(255, 255, 255, 0.8);
  }

  .btn-outline-variant {
      border: 1px solid #227B7C;
      border-radius: 5px;
      color: #227B7C;
      width: 100%;
      padding: 10px 0;
      font-size: 18px;
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 20px;
      width: 100%;
      background-color: transparent;
  }

  .btn-outline-variant:hover {
      color: #227B7C;
  }
