@import "https://library-sdb.apps.bancolombia.com/bds/6.43.0/bds.min.css";

/* src/styles.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  position: relative;
  background-color: #f4f4f4;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}
.center {
  text-align: center;
}
.person {
  position: static;
  width: 360px;
  height: 21px;
  left: 0px;
  top: 0px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #2C2A29;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 16px 0px;
}
.link {
  font-weight: bold;
  text-decoration-line: underline;
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
.contrastA {
  color: rgb(240, 240, 240);
}
.contrastB {
  color: rgb(179, 179, 179);
}
.contrastC {
  color: rgb(107, 107, 107);
}
.yellowBench {
  background-color: #FDDA24;
}
.border {
  background: #FFFFFF;
  border: 1px solid #2C2A29;
  box-sizing: border-box;
  width: 41.82px;
  height: 41.82px;
}
.bc-modal-close-button {
  display: none !important;
}
.buttonCard {
  width: auto;
  bottom: 0;
}
.bc-header-brand_menu-toggle {
  display: none;
}
.margin-top {
  margin-top: 100px;
}
.text {
  text-align: justify;
}
.cardHeigt {
  height: 100%;
}
.img {
  background: url(/assets/images/stroke06.svg) center center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.alertLogin {
  font-size: 12px;
  font-weight: bold;
}
.stylelogo {
  text-decoration: none;
  color: inherit;
}
.footer {
  width: 100%;
}
.footer #footerNoNetworkLinks.bc-footer {
  padding: 0px;
  display: flex;
  justify-content: center;
}
.footer #footerNoNetworkLinks.bc-footer .bc-container {
  padding: 0px;
  padding-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.footer #footerNoNetworkLinks.bc-footer .bc-container .bc-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* angular:styles/global:styles */
