#auth-register-modal .right-content {
  display: flex;
  align-items: stretch;
  height: 100%;
}

#auth-register-modal .right-content .img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#auth-register-modal .right-content .img img {
  width: 100%;
  height: 100%;
  object-position: center;
}

/* ===== TOAST STYLES ===== */
.toast-success {
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
  color: #155724 !important;
}

.toast-success .toast-message-3D0 {
  color: #155724 !important;
}

.toast-error {
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
  color: #721c24 !important;
}

.toast-error .toast-message-3D0 {
  color: #721c24 !important;
}


.account-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.membership-info {
  margin-top: auto;
  padding: 20px 15px;
  text-align: center;
}
