.smg_cupo_verify_account {
  height: 100%;
}
.smg_cupo_verify_account > .et_pb_module_inner {
  height: 100%;
}

.cupo_verify_account_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(150, 105, 97, 0.67) 0%, rgba(13, 83, 194, 0.84) 100%), url("/assets/q/quadra/020b5019-ccca-47ba-a344-23a114c094d2/wp-content/uploads/2025/02/Strand_2560x1440px-2.jpg") !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper {
  background: #fff;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 799px) {
  .cupo_verify_account_container > .cupo_verify_account_wrapper {
    grid-template-columns: 1fr;
  }
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_image {
  background-image: url("/wp-content/plugins/smg-customer-portal/images/password-definition.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 799px) {
  .cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_image {
    display: none;
  }
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .cupo-input-wrapper {
  height: 50px;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper input {
  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;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper input.invalid, .cupo_verify_account_container > .cupo_verify_account_wrapper input:focus:invalid {
  border-color: #ff0000;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_form {
  padding: 20px;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .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);
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_info_text {
  margin: 20px 0 0;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_info_text ul {
  appearance: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_info_text 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;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_info_text ul li svg.cupo_icon {
  width: 12px;
  height: 12px;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_info_text ul li svg.cupo_icon.cupo_icon_green {
  display: none;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_submit {
  text-align: center;
  margin: 20px 0 0;
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_submit button {
  appearance: none;
  outline: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px;
  border-radius: 15px;
  color: #fff;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  background: var(--smgCupoSecondaryColor, #0068af);
  border: 2px solid var(--smgCupoSecondaryColor, #0068af);
}
.cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_submit button:hover, .cupo_verify_account_container > .cupo_verify_account_wrapper .cupo_verify_account_submit button:focus {
  color: var(--smgCupoSecondaryColor, #0068af);
  background: #fff;
}
