body {
  background: #d9ddde;
}

#dvhosp {
  display: none;
}

.dvnote {
  padding: 15px;
  background: #f2f4df;
  color: rgb(5, 132, 5);
  font-weight: 500;
  font-size: 16px;
}

.regbox {
  background: url(../../images/userreg_bg.jpg) no-repeat 0 0;
  border-radius: 15px;
  justify-content: end;
}

.formbox {
  background-color: #145db7;
  color: #fff;
  border-radius: 0 15px 15px 0;
}

@media (max-width: 990px) {
  .regbox {
    justify-content: center;
    background: transparent;
  }

  .formbox {
    border-radius: 2px;
  }
}

.otp-container {
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin: 0;
}
.verification-card {
  display: flex;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 800px;
  width: 100%;
}
.left-section {
  padding: 40px;
  flex: 1;
}
.right-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7fa;
}
.right-section img {
  max-width: 100%;
  height: auto;
}
.resend-link {
  color: #0d6efd;
  cursor: pointer;
}
.resend-link:hover {
  text-decoration: underline;
}
