#page-auth-becasauth-recover #page,
#page-auth-becasauth-recover #page-content,
#page-auth-becasauth-recover #region-main-box,
#page-auth-becasauth-recover #region-main,
#page-auth-becasauth-recover .container-fluid,
#page-auth-becasauth-recover .row,
#page-auth-becasauth-recover .login-container,
#page-auth-becasauth-recover .login-wrapper,
#page-auth-becasauth-recover .main-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#page-auth-becasauth-recover .login-wrapper {
  min-height: 100vh !important;
}

#page-auth-becasauth-recover #page-footer,
#page-auth-becasauth-recover .btn-footer-popover,
#page-auth-becasauth-recover .footer-popover,
#page-auth-becasauth-recover .logininfo,
#page-auth-becasauth-recover .footerinfo,
#page-auth-becasauth-recover .sitelink,
#page-auth-becasauth-recover .homelink,
#page-auth-becasauth-recover .tool_mobile_app,
#page-auth-becasauth-recover .helplink,
#page-auth-becasauth-recover .contentinfo {
  display: none !important;
}

#page-auth-becasauth-recover .becas-recover-page {
  min-height: 100vh;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f3f2ef 100%);
  color: #212121;
}

#page-auth-becasauth-recover .becas-recover-stage {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 48vw);
  align-items: stretch;
}

#page-auth-becasauth-recover .becas-recover-panel {
  padding: 42px clamp(24px, 5vw, 64px) 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page-auth-becasauth-recover .becas-auth-backlink {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 56px;
  color: #2f2f2f;
  font-size: 1rem;
  text-decoration: none;
}

#page-auth-becasauth-recover .becas-recover-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

#page-auth-becasauth-recover .becas-recover-brand__logo {
  width: min(220px, 48vw);
  height: auto;
}

#page-auth-becasauth-recover .becas-recover-header {
  max-width: 560px;
  margin: 0 auto 28px;
  text-align: center;
}

#page-auth-becasauth-recover .becas-recover-header__title {
  margin: 0 0 14px;
  color: #cc4d3f;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 700;
  line-height: 1.08;
}

#page-auth-becasauth-recover .becas-recover-header__text {
  margin: 0;
  color: #3a3a3a;
  font-size: 1rem;
  line-height: 1.5;
}

#page-auth-becasauth-recover .becas-recover-notice,
#page-auth-becasauth-recover .becas-recover-hint {
  max-width: 500px;
  margin: 0 auto 16px;
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 0.94rem;
  line-height: 1.45;
}

#page-auth-becasauth-recover .becas-recover-notice {
  background: rgba(200, 85, 69, 0.1);
  color: #8f2d24;
}

#page-auth-becasauth-recover .becas-recover-hint {
  background: rgba(28, 100, 242, 0.08);
  color: #174ea6;
}

#page-auth-becasauth-recover .becas-recover-form,
#page-auth-becasauth-recover .becas-recover-divider {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#page-auth-becasauth-recover .becas-recover-block {
  display: grid;
  gap: 12px;
}

#page-auth-becasauth-recover .becas-recover-block__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

#page-auth-becasauth-recover .becas-recover-block__icon {
  width: 24px;
  text-align: center;
  color: #4b4b4b;
}

#page-auth-becasauth-recover .becas-recover-block__title {
  margin: 0;
  color: #202020;
  font-size: 1.2rem;
  font-weight: 700;
}

#page-auth-becasauth-recover .becas-recover-block__text {
  margin: 0;
  color: #4f4f4f;
  font-size: 0.98rem;
}

#page-auth-becasauth-recover .becas-recover-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  gap: 14px;
  align-items: start;
}

#page-auth-becasauth-recover .becas-recover-field {
  display: grid;
  gap: 6px;
}

#page-auth-becasauth-recover .becas-recover-field input {
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #bbbbbb;
  border-radius: 999px;
  background: #fff;
  color: #202020;
  font-size: 1.02rem;
}

#page-auth-becasauth-recover .becas-recover-field input:focus {
  outline: none;
  border-color: #cc4d3f;
  box-shadow: 0 0 0 4px rgba(204, 77, 63, 0.14);
}

#page-auth-becasauth-recover .becas-recover-field.has-error input {
  border-color: #b42318;
}

#page-auth-becasauth-recover .becas-recover-field__error {
  color: #b42318;
  font-size: 0.88rem;
}

#page-auth-becasauth-recover .becas-recover-button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #d65747 0%, #c54639 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 14px 32px rgba(197, 70, 57, 0.18);
}

#page-auth-becasauth-recover .becas-recover-divider {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: linear-gradient(90deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0.16), rgba(33, 33, 33, 0));
}

#page-auth-becasauth-recover .becas-recover-visual {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

#page-auth-becasauth-recover .becas-recover-visual__photo {
  position: absolute;
  inset: 0;
  background-image: var(--recover-visual);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-auth-becasauth-recover .becas-support-pill {
  position: fixed;
  right: 54px;
  bottom: 32px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 0 0 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2fbb6d 0%, #1d9e59 100%);
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(31, 165, 92, 0.28);
}

#page-auth-becasauth-recover .becas-support-pill__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.08);
  font-size: 1.75rem;
}

@media (max-width: 991.98px) {
  #page-auth-becasauth-recover .becas-recover-stage {
    grid-template-columns: 1fr;
  }

  #page-auth-becasauth-recover .becas-recover-panel {
    padding-bottom: 32px;
  }

  #page-auth-becasauth-recover .becas-recover-visual {
    min-height: 280px;
  }

  #page-auth-becasauth-recover .becas-recover-row {
    grid-template-columns: 1fr;
  }

  #page-auth-becasauth-recover .becas-recover-button {
    width: 100%;
  }

  #page-auth-becasauth-recover .becas-support-pill {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 18px;
  }
}

@media (max-width: 575.98px) {
  #page-auth-becasauth-recover .becas-recover-panel {
    padding: 28px 22px 32px;
  }

  #page-auth-becasauth-recover .becas-auth-backlink {
    margin-bottom: 34px;
    font-size: 0.9rem;
  }

  #page-auth-becasauth-recover .becas-recover-brand {
    margin-bottom: 16px;
  }

  #page-auth-becasauth-recover .becas-recover-brand__logo {
    width: min(186px, 58vw);
  }

  #page-auth-becasauth-recover .becas-recover-header {
    margin-bottom: 24px;
  }

  #page-auth-becasauth-recover .becas-recover-header__title {
    font-size: 1.55rem;
  }

  #page-auth-becasauth-recover .becas-recover-header__text,
  #page-auth-becasauth-recover .becas-recover-block__text,
  #page-auth-becasauth-recover .becas-recover-field input,
  #page-auth-becasauth-recover .becas-recover-button {
    font-size: 0.9rem;
  }

  #page-auth-becasauth-recover .becas-recover-block__title {
    font-size: 1rem;
  }
}
