#id_avatar {
  visibility: hidden;
  width: 0;
  height: 0;
  z-index: -1;
}
#avatar-clear_id {
  visibility: hidden;
  width: 0;
  height: 0;
  z-index: -1;
}
#base-card {
  width: 95%;
  max-width: 340px;
}
.base-language-toggle {
  position: absolute;
  top: 8px;
  right: 1.5rem;
  color: white;
}
.language-toggle {
  position: absolute;
  top: .9rem;
  right: 1.5rem;
}
.account-menu-container {
  background: #FEFEFE;
}
.account__top-bar {
  padding: 1rem 1.5rem 1.5rem;
  position: relative;
}
.page-heading {
  width: 100%;
  padding: 1em 2em;
}
.page-heading h1 {
  color: white !important;
}
.errorlist {
  list-style: none;
  padding: 0;
  font-weight: bold;
  color: #e00;
}
.password_field {
  position: relative;
}
.password__toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.4rem 0.4rem 0.6rem;
  cursor: pointer;
}
.password__toggle svg {
  width: 2rem;
  height: 2rem;
  fill: #b4b4b4;
  transition: fill 0.2s;
}
.password__toggle svg:hover {
  fill: #757575;
}
#password_help {
  color: #666666;
  font-size: 0.95em;
}
.return_link {
  color: #0278A4 !important;
  float: left;
  padding: 11px 21px;
}
.capslock {
  font-weight: bold;
  color: #e00;
  margin-bottom: 0;
}
.account-menu__list .account-menu__applist .account-menu__appinfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.account-menu__applist i {
  width: 40px;
  height: 40px;
}
ul.horizontal.list {
  padding: 0;
}
ul.horizontal.list li {
  display: inline-block;
  margin: 3px;
}
.invisible {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
#active-sessions {
  width: auto;
  max-width: 450px;
}
.register_block {
  display: block;
  margin-top: 15px;
}
.fip__signature img {
  height: 100%;
}
.fip__watermark {
  width: 139px;
  float: right;
}
.terms_link svg {
  fill: #4183c4;
  width: 13px;
  height: 13px;
  margin-left: 1px;
}
.header-logo {
  margin-right: 6px;
}
/**** Authorized Apss ****/
#authorized-app {
  width: 100%;
  max-width: 500px;
}
#authorized-app .client-logo {
  width: 40px;
  height: 40px;
}
.auth_app-container {
  border-radius: 4px;
  border: 1px solid #cecece;
  margin-bottom: 5px;
  width: 100%;
}
.auth_app-container.active {
  background: #eaeaea;
}
.auth_app-container.active.active > .auth_app-header h4 {
  font-size: 1.45rem;
}
.auth_app-header button {
  border: none;
  background: transparent;
  width: 100%;
  height: 60px;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: 700;
}
.auth_app-header button:hover {
  background: #eaeaea;
  cursor: pointer;
}
.auth_app-header button:focus {
  background: #eaeaea;
}
.auth_app-header-name {
  padding-left: 5px;
}
.auth_app-info {
  margin: 0 10px 10px;
  padding: 10px;
  border-radius: 4px;
  background: white;
}
.auth_app-info.hidden {
  display: none;
}
.app_info-row {
  margin-bottom: 5px;
}
.app_info-row-header {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.app_info-row-body {
  display: inline-block;
}
.disconnect-form {
  height: 48px;
  padding-top: 9px;
  text-align: end;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.align-self-center {
  -ms-flex-item-align: center!important;
      -ms-grid-row-align: center!important;
      align-self: center!important;
}
@media (max-width: 1023px) {
  .account-overlay.___profile #show_menu:checked ~ .account-menu__list {
    display: block;
    position: absolute;
    z-index: 899;
    width: 100%;
    background: #FEFEFE;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15), 0 0 1em rgba(0, 0, 0, 0.15);
  }
  .account-overlay.___profile #show_menu:checked ~ .account__top-bar {
    background: #FEFEFE;
  }
  .account-overlay.___profile #show_menu:not(:checked) ~ .account-menu__list {
    display: none;
  }
  .account-menu-container {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15), 0 0 1em rgba(0, 0, 0, 0.15);
  }
  .account__top-bar {
    z-index: 900;
    position: relative;
    padding: .75rem 1.5rem !important;
  }
  .stick-offset {
    margin-top: 55px !important;
  }
  .base-language-toggle {
    top: 65px;
    right: 0.5rem;
    color: black;
  }
  .account-menu__list .account-menu__applist .account-menu__appinfo {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .fip__signature img {
    display: none;
  }
  .fip__watermark {
    width: 100px;
  }
  footer ul.horizontal.list li {
    display: block;
    margin-bottom: 8px;
  }
}

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