/*********** Login page ***********/

.sxbecas__login-header {
  margin-bottom: 34px;
}

.sxbecas__login-header-title {
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
}

.sxbecas__register-page .sxbecas__login-header-title,
.sxbecas__login-page .sxbecas__login-header-title {
  padding-bottom: 0;
}

.sxbecas__santander-error-message-container {
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  margin-bottom: 12px;
  color: #272424;
  text-align: center;
  font-size: 14px;
  line-height: 1.43;
}

.sxbecas__header-container {
  text-align: center;
}

.sxbecas__login-logo--signup {
  height: 100%;
  max-height: 32px;
  margin-bottom: 42px;
}

.sxbecas__login-page .sxbecas-input {
  margin-bottom: 32px;
}

.kc-form-buttons-container {
  margin-top: 32px;
}

.title__social-register {
  text-align: left;
  margin-bottom: 2.125rem;
}

@media (min-width: 768px) {
  .sxbecas__container--white-width {
    max-width: 326px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sxbecas-signup-table {
    max-width: 742px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sxbecas__input {
  margin-bottom: 32px;
  width: 100%;
  max-width: 326px;
}

.sxbecas-input__select {
  font-size: 14px;
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  padding: 0 0.5rem;
  color: #9b9b9b;
}

.sxbecas-input__select--selected {
  color: black;
}

.sxbecas__actions-container {
  text-align: center;
  flex-direction: column;
  display: inline-flex;
  margin-top: 32px;
}

.sxbecas__actions-container .sxbecas__link:nth-child(1) {
  margin-bottom: 16px;
}

.sxbecas__santander-logo {
  display: block;
  height: 24px;
  margin: 0 auto 42px;
}

.sxbecas__santander-logo--large {
  width: 140px;
  height: 41px;
}

.sxbecas__legal-texts .sxbecas__text--small:nth-child(1) {
  margin-bottom: 8px;
}

.sxbecas__sticker--top-right {
  display: none;
}

/* REGISTER TABLE */
.sxbecas-signup-table__row {
  margin-bottom: 0.125rem;
  margin-bottom: 0.625em;
  background-color: white;
  padding: 0.35em;
  display: flex;
  flex-direction: column;
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  box-sizing: border-box;

  &:first-of-type {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }

  &:last-of-type {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

.sxbecas-signup-table__row .sxbecas-signup-table__column:first-child {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.sxbecas-signup-table__column {
  display: block;
  font-size: 0.6em;
  padding: 24px 8px 24px 0.62em;
  color: #272424;
  line-height: 1.33;
}
.sxbecas-signup-table__anchor {
  cursor: pointer;
  color: #272424;
}

.sxbecas__footer-container {
  padding-top: 64px;
}

.sxbecas-signup-table {
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .sxbecas-signup-table__row {
    margin: 2px auto;
    flex-direction: row;
    padding: 28px 64px 28px 16px;
  }
  .sxbecas-signup-table__row .sxbecas-signup-table__column:first-child {
    border-bottom: none;
    min-width: 150px;
  }
  .sxbecas-signup-table__column {
    font-size: 12px;
    padding: 24px 8px 24px 0.62em;
    margin-right: 0;
  }
}
/* END REGISTER TABLE */

@media (min-width: 768px) {
  .sxbecas__sticker--top-right {
    display: block;
    width: 152px;
    height: 152px;
    position: absolute;
    top: 0;
    right: -70px;
  }
}

/*********** Register page ***********/

#commercial-br-checkbox,
#commercial-uk-checkbox {
  display: none;
}

.sxbecas__reset-password .sxbecas__login-header-title {
  text-align: center;
}

.sxbecas-signup-input__input {
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 32px;
  width: 100%;
  padding: 13px 10px 11px;
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  font-size: 14px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #272424;
  border-top: none;
  border-left: none;
  border-right: none;
}

.sxbecas-signup-input__label {
  display: block;
  text-align: left;
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  font-weight: bold;
}

.sxbecas__reset-password .sxbecas-input__info {
  text-align: center;
}

.sxbecas__reset-password .sxbecas-signup-input {
  padding: 24px 0 36px;
  width: 100%;
}

/*********** Update Pasword page ***********/

.sxbecas-update-password-input {
  padding-bottom: 24px;
}

/* REGISTER EMAIL SENT PAGE */
.sxbecas__verify-email-page .sxbecas__container--width {
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sxbecas__verify-email-page .sxbecas__container-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

@media (min-width: 768px) {
  .sxbecas__verify-email-page .sxbecas__container--width {
    max-width: 400px;
    padding: 24px 60px;
  }
}
/* END REGISTER EMAIL SENT PAGE */

/* EXPIRED PAGE - ERROR PAGE - INFO PAGE*/

.no-header .sxbecas__container--white {
  margin: 70px 16px 0px;
}

.no-header .sxbecas__container-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.no-header .sxbecas__container-buttons a {
  width: inherit;
}

@media (min-width: 768px) {
  .no-header .sxbecas__container--white {
    margin: 70px auto 0px;
  }
  .no-header .sxbecas__container-buttons a {
    width: 100%;
  }
}

/**** CONFIG-TOTP PAGE ****/

.config-totp__step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.config-totp__step--qr {
  box-sizing: border-box;
  border: solid 1px #ececec;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.config-totp__step-text {
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #272424;
  width: 85%;
  margin-top: 0.5rem;
}

.config-totp__circle {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  padding: 8px;
  background: #2cb3bc;
  color: #fff;
  text-align: center;
  font: 22px sans-serif;
}

#kc-totp-secret-qr-code {
  height: 160px;
}

.sxbecas-input.config-totp__input {
  margin: 1rem 0 1rem 0;
}

.sxbecas-input.login-otp__input {
  margin-bottom: 1rem;
}

.totp-link,
.totp:visited {
  color: #127277;
}

.login-otp--text {
  font-family: "SantanderMicroText", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #272424;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.login-otp--align,
.sxbecas__header-container .login-otp--align {
  text-align: center;
}

.spacer {
  margin-top: 1.5rem;
}

.sxbecas__loader {
  border-radius: 24px;
  background-color: #ec0000;
  border: solid 1px #ec0000;
  text-align: center;
  width: 100%;
  max-width: 326px;
  margin: auto;
}

/*
    Set the color of the icon
  */
svg path,
svg rect {
  fill: white;
}
.provider-button {
  display: inline-flex;
  width: auto;
}

.sxbecas__providers-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cedee7;
}

@media (min-width: 1024px) {
  .sxbecas__providers-container {
    flex-direction: row;
    justify-content: flex-start;
  }

  .sxbecas__register-page .sxbecas__login-header-title,
  .sxbecas__login-page .sxbecas__login-header-title {
    text-align: left;
  }
}

.sxbecas__container-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.sxbecas__logo {
  width: 24px;
  height: 24px;
}
.sxbecas__button.provider-button {
  border-radius: 50%;
  padding: 12px;
  border: none;
  box-shadow: 0px 1px 6px 0px rgba(68, 68, 68, 0.2);
}

.sxbecas__button.provider-button:hover {
  background-color: #f6f6f6;
}

.sxbecas__button.provider-button:active {
  background-color: rgba(34, 34, 34, 0.1);
}

@media (max-width: 768px) {
  .sxbecas__button.provider-button {
    border-radius: 50%;
    padding: 12px;
  }
}
