@charset "UTF-8";
#content-wrapper {
  background-color: white;
}

.login-signup-buttons {
  display: none !important;
}

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

label[for=DocumentNumber],
label[for=Password] {
  padding-left: 0 !important;
}

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

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

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

.confirm__account-remmeber {
  color: #00659D;
  font-weight: bold;
}

.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;
}

#RememberCredentials {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #EA8215;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

/* Cuando está seleccionado */
#RememberCredentials:checked {
  background-color: #EA8215;
  border-color: #EA8215;
}

/* Check interno */
#RememberCredentials:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-outline-primary:hover {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  label[for=DocumentNumber],
  label[for=Password] {
    display: block !important;
    padding-left: 0 !important;
    text-align: left !important;
  }
}

/*# sourceMappingURL=new-confirm-account.css.map */
