.kupo-reset-password {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  box-shadow: 1px 1px 4px #bcb;
  border-radius: 20px;
  position: relative;
  width: 80vw;
  max-width: 800px;
  min-height: 400px;
}
@media (max-width: 750px) {
  .kupo-reset-password {
    grid-template-columns: 1fr;
    gap: 20px;
    max-height: 80vh;
    overflow: auto;
    width: 80vw;
    max-width: 340px;
    min-height: auto;
  }
}
.kupo-reset-password h1 {
  font-family: var(--smgCupoHeadingFontFamily, "Poppins", Arial, sans-serif);
}
.kupo-reset-password a, .kupo-reset-password button, .kupo-reset-password label, .kupo-reset-password p, .kupo-reset-password span {
  font-family: var(--smgCupoFontFamily, "Montserrat", Arial, sans-serif);
}
.kupo-reset-password input, .kupo-reset-password input[type=password], .kupo-reset-password input[type=text] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  outline: none !important;
}
.kupo-reset-password input::placeholder, .kupo-reset-password input[type=password]::placeholder, .kupo-reset-password input[type=text]::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.kupo-reset-password input.invalid, .kupo-reset-password input:focus:invalid, .kupo-reset-password input[type=password].invalid, .kupo-reset-password input[type=password]:focus:invalid, .kupo-reset-password input[type=text].invalid, .kupo-reset-password input[type=text]:focus:invalid {
  border-color: #ff0000;
}
.kupo-reset-password .cupo-input-wrapper {
  height: 50px;
}
.kupo-reset-password > .kupo-reset-password-loading-spinner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.kupo-reset-password > .kupo-reset-password-loading-spinner .lds-ring {
  color: var(--smgCupoPrimaryColor, #ed6102);
}
.kupo-reset-password > form {
  padding: 20px;
}
.kupo-reset-password > .kupo-reset-password-image {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  background-image: url("/wp-content/plugins/smg-customer-portal/images/password-definition.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 750px) {
  .kupo-reset-password > .kupo-reset-password-image {
    height: 280px;
  }
}
.kupo-reset-password .kupo-reset-password-error-message {
  color: red;
  font-weight: bold;
  margin: 40px 0;
  text-align: center;
}
.kupo-reset-password .kupo-reset-password-success-message {
  margin: 120px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 750px) {
  .kupo-reset-password .kupo-reset-password-success-message {
    margin: 20px 0 0;
  }
}
.kupo-reset-password .kupo-reset-password-info {
  margin: 40px 0;
}
.kupo-reset-password .kupo-close-reset-password-mail-send-dialog-button,
.kupo-reset-password .kupo-reset-password-button {
  text-align: center;
  margin: 20px 0;
}
.kupo-reset-password .kupo-close-reset-password-mail-send-dialog-button button,
.kupo-reset-password .kupo-reset-password-button button {
  appearance: none;
  outline: 0;
  box-sizing: border-box;
  background: var(--smgCupoSecondaryColor, #0068af);
  border: 2px solid var(--smgCupoSecondaryColor, #0068af);
  margin: 0;
  padding: 0 20px;
  border-radius: 20px;
  color: #fff;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
}
.kupo-reset-password .cupo_primary_heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
  color: var(--smgCupoSecondaryColor, #0068af);
}
.kupo-reset-password .kupo-reset-password-info {
  margin: 20px 0 0;
}
.kupo-reset-password .kupo-reset-password-info ul {
  appearance: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.kupo-reset-password .kupo-reset-password-info ul li {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
  row-gap: 0;
  flex-flow: row nowrap;
  padding: 0;
  margin: 0;
  align-items: center;
}
.kupo-reset-password .kupo-reset-password-info ul li svg.cupo_icon {
  width: 12px;
  height: 12px;
}
