#content-wrapper {
  background-color: white;
}

.b2b-container {
  box-shadow: none;
}

.recover__account-title {
  text-transform: none !important;
  color: #00659D;
}

/* icono */
.confirm-icon {
  width: 70px;
  height: 70px;
  background: #8BC53F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.confirm-icon i {
  color: white;
  font-size: 32px;
}

.recover__account-old-back {
  display: none !important;
}

.link-volver {
  color: #00659D;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.link-volver i {
  font-size: 20px;
}

.link-volver:hover {
  text-decoration: none;
  color: #00659D;
}

.recover__account-submit {
  background-color: #00659D;
  border-color: #00659D;
}

.recover__account-submit:hover {
  background-color: #00659D;
  border-color: #00659D;
}

.recover__account-subtitle {
  font-weight: bold;
}

/*# sourceMappingURL=new-recover-password.css.map */
