/*  This variables should be copied from the OneAccount mainWeb/public/frameworks/bootstrap_xxx/stylesheets/bootstrap/_variables.scss */
.header-logo {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.header-logo img {
  width: 250px;
  height: 53px;
}
@media (max-width: 767px) {
  .header-logo {
    margin-top: 30px;
  }
  .header-logo img {
    width: 175px;
    height: 32px;
  }
}

.logout-control-wrapper {
  position: absolute;
  right: 15px;
  top: 5px;
  color: white;
  font-size: 12px;
}
.logout-control-wrapper a, .logout-control-wrapper a:active, .logout-control-wrapper a:visited, .logout-control-wrapper a:hover {
  color: white;
}
.logout-control-wrapper .profile-icon {
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}
.logout-control-wrapper .profile-icon img {
  width: 13px;
  height: 13px;
  object-fit: contain;
}
.logout-control-wrapper .profile-icon .menu {
  font-size: 14px;
  display: none;
  position: absolute;
  right: 5px;
  top: 35px;
  background-color: white;
  color: black;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 10px;
  min-width: 100px;
}
.logout-control-wrapper .profile-icon .menu ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.logout-control-wrapper .profile-icon .menu ul li div {
  width: 125px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.logout-control-wrapper .profile-icon .menu ul li:first-child {
  margin-bottom: 5px;
}
.logout-control-wrapper .profile-icon .menu a, .logout-control-wrapper .profile-icon .menu a:active, .logout-control-wrapper .profile-icon .menu a:visited, .logout-control-wrapper .profile-icon .menu a:hover {
  color: black;
  font-weight: 600;
}
.logout-control-wrapper .profile-icon:focus .menu {
  display: block;
}
@media (max-width: 767px) {
  .logout-control-wrapper {
    right: 20px;
    top: 15px;
  }
}

.footer {
  margin-top: 61px;
  margin-bottom: 30px;
}
.footer .secure-and-encrypted {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 402px;
  border-bottom: 1px solid #CFCFCF;
  font-size: 13px;
}
.footer .secure-and-encrypted img {
  width: 16px;
  height: 21px;
  margin-right: 5px;
}
.footer .footer-logo {
  margin-top: 30px;
  text-align: center;
}
.footer .footer-logo img {
  height: 28px;
}
.footer .footer-links {
  text-align: center;
  margin-top: 23px;
}
.footer .footer-links ul {
  display: flex;
  flex-flow: row;
  justify-content: center;
  padding: 0;
}
.footer .footer-links ul li {
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  list-style-type: none;
  margin: 0;
}
.footer .footer-links ul li a, .footer .footer-links ul li a:visited, .footer .footer-links ul li a:hover, .footer .footer-links ul li a:active {
  color: black;
}
.footer .footer-links ul li:not(:first-child) {
  border-left: 1px solid black;
}
@media (max-width: 767px) {
  .footer .footer-links {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .footer .footer-links ul {
    flex-flow: column;
  }
  .footer .footer-links ul li {
    padding: 10.5px 0;
  }
  .footer .footer-links ul li:not(:first-child) {
    border-left: none;
  }
}
.footer .company-info {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: -0.24px;
  color: #263238;
  position: absolute;
  left: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .footer .company-info {
    margin-top: 0;
  }
}

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