/* Theme Sass */
/*End Theme*/
@import url(theme);
.bc-payments {
  background-color: #fff;
  padding: 3rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}
.bc-payments .breadcrumb {
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.bc-payments .breadcrumb .breadcrumb-item {
  text-align: left;
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1rem;
  font-weight: 300;
}
.bc-payments .breadcrumb .breadcrumb-item:active {
  color: #4b4b4b;
}
.bc-payments .breadcrumb .breadcrumb-item a {
  color: #8e8e8e !important;
}

.payments-timeline {
  background-color: #fff;
  padding: 3rem 5rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}
.payments-timeline .timeline-handler {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  position: relative;
  width: 80%;
}
.payments-timeline .timeline-handler .checked-item {
  background: #3bb73b;
  margin: 5px;
  color: #fff;
  flex: 0.025 0 auto;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  align-content: center;
  display: flex;
  font-size: 1rem;
  z-index: 9999;
}
.payments-timeline .timeline-handler .checked-item:not(.complete) {
  background-color: #3d3d3d;
}
.payments-timeline .timeline-handler .checked-item:before {
  content: "";
  float: left;
  padding-top: 100%;
}
.payments-timeline .timeline-handler::before {
  content: "";
  border: 1px solid #efefef;
  width: 100%;
  position: absolute;
}
.payments-timeline .timeline-handler .not-ready {
  opacity: 0.5;
}

.section-login {
  background-color: white;
  padding-bottom: 10%;
  padding-top: 5%;
}

.form-login {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.w100 {
  width: 100%;
}

.title-div-login {
  font-weight: 700;
  font-size: 23px;
}

.sub-div-login {
  font-size: 23px;
  font-weight: 400;
}

.sb-div-login {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3%;
  margin-top: 1%;
}

.btn-entrar {
  border-radius: 25px;
  width: 30%;
  background: #d30000;
  color: white;
  font-weight: 700;
}

.txt-esqueci {
  text-align: right;
  width: 100%;
  font-size: 12px;
  color: #a39d9d;
  text-decoration: underline;
}

.section-cadastro {
  background-color: white;
  padding-bottom: 2%;
}

.form-cadastro {
  width: 75%;
  margin: 0 auto;
}

label {
  color: #9b9090;
  padding-left: 6% !important;
}

.li-confirmo {
  background: #f1f368c4;
  font-size: 12px;
  margin-bottom: 1%;
  padding: 14px;
  margin-top: 1%;
}

.colorRed {
  color: #d91919 !important;
}

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