.error {
    font-size: 14px;
    font-family: Inter;
    color: red;
    line-height: 20px;
    padding-top: 5px;
    display: inline;
}

.bg-black{
    background-color: black;!important,
}


.spinner {
  width: 18px;
  height: 18px;
  border: 3px dashed #fff;
  border-top-color: transparent;
  border-radius: 50%;
  margin-right: 8px;
  display: none;
}

.spinner.animate {
  display: inline-block;
  animation: spin 1s linear infinite;
}



.spinner_update_password {
  width: 18px;
  height: 18px;
  border: 3px dashed #fff;
  border-top-color: transparent;
  border-radius: 50%;
  margin-right: 8px;
  display: none;
}

.spinner_update_password.animate {
  display: inline-block;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.login_btn.disabled,
.forgot_btn.disabled,
.sign_btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.toast.toast-error {
    background: red;
    opacity: 1 !important;

}
.toast.toast-success {
    background-color: #009900;
    opacity: 1 !important;
}
.toast-message {
    color: #fff;
    opacity: 1 !important;
    font-weight: 600;
}

.grecaptcha-badge[style*="bottom"] {
  opacity: 0 !important;
  pointer-events: none !important;
}


div#recaptcha-badge-myprophoto {
    display: flex;
    align-items: center;
    justify-content: end;
}
