body {
  background: var(--background-color);
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1055;
}

.toast {
  min-width: 300px;
}

.toast-error {
  --bs-toast-bg: #f8d7da;
  --bs-toast-border-color: #f5c2c7;
  --bs-toast-header-bg: #f8d7da;
  --bs-toast-header-border-color: #f5c2c7;
}

.toast-success {
  --bs-toast-bg: #d1e7dd;
  --bs-toast-border-color: #badbcc;
  --bs-toast-header-bg: #d1e7dd;
  --bs-toast-header-border-color: #badbcc;
}

.toast-error .toast-header {
  color: #842029;
}

.toast-success .toast-header {
  color: #0f5132;
}

.toast-error .toast-body {
  color: #842029;
}

.toast-success .toast-body {
  color: #0f5132;
}


.form .forget {
  margin-bottom: 0px;
}

.explain {
  color: #071437;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 450;
  margin-top: 8px;
  margin-bottom: 40px;
  font-family: var(--heading-font);
}

.error input {
  border: 1px solid red !important;
  color: red !important;
}

.relative {
  position: relative;
}

.error-message {
  color: red;
  font-size: 13px;
  position: absolute;
  bottom: -20px;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.main {
  height: 100%;
}

.logo {
  width: 142px;
  height: 48px;
  margin-bottom: 20px;
}

.form {
  background: var(--contrast-color);
  border-radius: 16px;
  padding: 40px;
  z-index: 1;
}

.pointer {
  cursor: pointer;
}

.form h3 {
  color: #071437;
  font-weight: 600;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 40px;
}

.form .label {
  color: #252f4a;
  font-size: 14px;
  margin-bottom: 10px;
}

.form input {
  width: 100%;
  height: 40px;
  border: 1px solid #dbdfe9;
  background: #fcfcfc;
  border-radius: 6px;
  outline: none;
  color: black;
  padding-left: 35px;
}

.form .input {
  position: relative;
}

.form .icon {
  position: absolute;
  top: 11px;
  left: 22px;
}

.form .row {
  margin-bottom: 20px;
}

.notification-forget {
  padding: 17px 14px;
  background: #EFF6FF;
  border: 1px solid #1B84FF33;
  border-radius: 8px;
  gap: 16px;
  font-family: var(--heading-font);
  margin-bottom: 20px;
}

.notification-text .title {
  font-size: 15px;
  font-weight: 600;
  color: #252F4A;
}

.form .verify {
  font-size: 24px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 0;
}

.m-4-0 {
  margin: 4px 0px;
}

.mb-0 {
  margin-bottom: 0px;
}
.mt-0 {
  margin-top: 0px;
}

.notification-text .content {
  font-size: 13px;
  font-weight: 600;
  color: #616161;
}

.forgot-password {
  text-align: right;
  margin-bottom: 20px;
}

.back-signin {
  text-align: center;
  margin-bottom: 20px;
}

.text-linenear {
  /* background: linear-gradient(to right, #3681f9 0%, #03a7f9 50%, #4fb9ff 100%); */
  background: #4fb9ff;
  background-clip: text;
  color: transparent !important;
}

.submit {
  background: linear-gradient(270deg, #4fb9ff 0%, #03a7f9 50%, #3681f9 100%);
  font-size: 18px;
  text-align: center;
  width: 100%;
  border: none;
  height: 46px;
  border-radius: 30px;
  color: var(--contrast-color);
  margin-bottom: 20px;
}

.or {
  color: #294957;
  margin: 0px 16px;
}

.wrap-devide {
  margin-bottom: 24px;
}

.with {
  background: #f3f9fa;
  height: 52px;
  flex: 1;
  border-radius: 12px;
  border: none;
  gap: 16px;
}

.with p {
  color: #616161;
  font-size: 14px;
}

.wrap-btn {
  gap: 16px;
  margin-bottom: 20px;
}

.dont-acc {
  color: #303030;
  font-size: 14px;
  text-align: center;
}

.background-hero {
  position: absolute;
  bottom: 0;
}

@media (max-width: 600px) {
  .form {
    padding: 20px;
  }

  .devide {
    width: 100px;
  }

  .with {
    gap: 9px;
  }
}