.nv2-title_pre {
  font-size: 16px;
  font-weight: normal;
}
.nv2-content {
  padding: 60px 40px 46px !important;
}

.nv2-input {
  width: 410px !important;
}
@media (max-width: 767px) {
  .nv2-input {
    width: 100% !important;
  }
}

.nv2-login__forgot-password-row {
  font-size: 14px !important;
  color: #555770;
}

.nv2-login__guide-row {
  font-size: 14px !important;
  color: #555770;
  max-width: 370px;
  width: 370px !important;
  word-break: break-word;
  word-wrap: break-word;
  display: none;
}
.nv2-login__line-row {
  font-size: 14px !important;
  color: #555770;
  max-width: 370px;
  width: 370px !important;
  word-break: break-word;
  word-wrap: break-word;
  display: block;
  display: -webkit-box;
  height: 1px;
  display: none;
}

.nv2-login__line-row-item {
  border: 1px solid #cdceda;
  height: 0px;
  width: 44%;
}

.nv2-login__providers {
  position: relative;
  margin-top: 40px;
}
.nv2-login__providers-line {
  border: 0;
  border-top: 1px solid #e7e7ee;
}
.nv2-login__providers-title {
  position: absolute;
  top: -8px;
  left: calc(50% - 64px);
  background-color: white;
  margin: 0;
  padding: 0 20px;
  color: #555770;
  font-size: 14px;
  font-weight: 400;
}
.nv2-login__providers-list {
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
}
.nv2-login__providers-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  background-color: white;
  border: 1px solid #2d2a81;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.nv2-login__providers-btn:hover {
  background-color: #dfdef4;
}
.nv2-email__error {
  display: none;
}

.error ~ .nv2-email__error {
  position: absolute;
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #e53535;
}

@media (max-width: 767px) {
  .nv2-content {
    padding: 32px !important;
  }
  .nv2-login__line-row,
  .nv2-login__guide-row {
    width: auto !important;
  }
}

.modals {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  font-family: "Open Sans", sans-serif;
}

.modals-content {
  background-color: #fff;
  border-radius: 5px;
  max-width: 808px;
  text-align: center;
  position: relative;
  width: 808px;
  margin-inline: 10px;
  height: auto;
}

.modals-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex: 1 1 auto;
}

.left-box {
  padding: 32px;
  width: 51.9%;
  text-align: left;
}

.right-box {
  display: flex;
  align-items: flex-start;
  width: 52.6%;
}

.right-box img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 0px 4px 4px 0px;
}

.heading {
  font-size: 18px;
  font-weight: 700;
}

.heading strong {
  font-weight: 700;
}

.close-btn {
  background-color: #2d2a81;
  color: white;
  border: none;
  font-size: 12px;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

.points {
  font-size: 13px;
  font-weight: 400;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 5px;
  word-break: normal;
  margin-bottom: 15px;
}

.points li {
  padding: 2px 2px;
}
/* Responsive Design */
@media (max-width: 768px) {
  .modals-body {
    flex-direction: column; /* Stack elements vertically on small screens */
  }

  .modals-content {
    margin-inline: 10px;
  }

  .right-box {
    display: none;
  }

  .left-box,
  .right-box {
    width: 100%; /* Full width for both boxes */
  }
}

.sign-in-link {
  color: #2d2a81;
  font-weight: 700;
  text-decoration: none;
}

.section {
  li {
    margin-bottom: 16px;
  }
}
