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

.fundacion__login-page {
  margin-bottom: 170px;
}

.fundacion__login-logo-position {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.fundacion__login-page .fundacion__container--small {
  padding: 20px 16px;
  box-sizing: border-box;
}

.fundacion__login-page .fundacion__powered-by-universia--logo-white {
  display: none;
}

.fundacion__login-page .fundacion__powered-by-universia--logo-red {
  display: block;
}

.fundacion__login-footer {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: url(../images/bitmap-mobile-login.webp);
  background-size: cover;
  position: fixed;
  bottom: 0;
}

.fundacion__login-footer .fundacion__h3--dark {
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
}

.powered__title {
  letter-spacing: 2px;
  flex: 0 1 100%;
  display: block;
  font-family: 'Hanken Grotesk', helvetica, arial, sans-serif;
  font-size: 10px;
  color: #a1a1a1;
}

@media (min-width: 768px) {
  .fundacion__login-footer .fundacion__cuaternary-button {
    display: block;
    width: 257px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .fundacion__login-page {
    min-height: calc(80vh - 100px);
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }

  .fundacion__login-footer {
    display: none;
  }

  .powered__container {
    display: none;
  }
}

/*********** Página verifica email, email cambiar contraseña, error, page-expired, info ***********/

.fundacion__default-page {
  min-height: calc(100vh - 83px);
  padding: 20px 16px 100px 16px;
  box-sizing: border-box;
}

.fundacion__default-action,
.fundacion__default-actions {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 32px);
  max-width: 465px;
}

.fundacion__default-header {
  margin-bottom: 24px;
}

.fundacion__default-header-h1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.fundacion__default-img {
  margin-bottom: 16px;
}

.fundacion__default-space-paragraph {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .fundacion__default-page {
    height: auto;
    display: block;
    padding-bottom: 20px;
  }

  .fundacion__default-action,
  .fundacion__default-actions {
    position: static;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .fundacion__default-page {
    display: flex;
    align-items: center;
  }
}

/*********** Pantallas password ***********/

.fundacion__password-page {
  padding: 34px 16px 100px 16px;
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  align-items: center;
}

.fundacion__password-link {
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
}

.fundacion__password-link i {
  font-size: 16px;
  margin-right: 8px;
}

.fundacion__password-paragraph-space {
  margin-bottom: 24px;
}

.fundacion__password-actions {
  position: fixed;
  bottom: 0;
  width: calc(100% - 32px);
  max-width: 465px;
}

.fundacion__password-actions a {
  display: none;
}

.fundacion__password-action {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 32px);
  max-width: 465px;
}

/*
.fundacion__password-messages {
  display: flex;
  flex-wrap: wrap;
}

.fundacion__password-messages span {
  margin-right: 12px;
}*/

@media (min-width: 768px) {
  .fundacion__password-link {
    display: none;
  }

  .fundacion__password-actions,
  .fundacion__password-action {
    position: static;
    width: 100%;
  }

  .fundacion__password-actions a {
    display: inherit;
  }

  .fundacion__password-page {
    padding: 34px 16px 100px 16px;
  }
}

@media (min-width: 1024px) {
  .fundacion__password-page {
    padding: 0px 16px 100px 16px;
  }
  .fundacion__logo.fundacion__login-logo-position {
    display: flex;
    position: absolute;
  }
}

/*********** Containers ***********/

.fundacion__header {
  display: inline-flex;
  align-items: center;
  margin: 10px;
}

/*********** Info wrapper ***********/

.fundacion__info-wrapper-page {
  min-height: 400px;
  display: flex;
  align-items: center;
}

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

/* Register: head */
.fundacion__register-header-text {
  padding: 20px 16px 20px 16px;
}

.fundacion__register-header-subtitle {
  margin-top: 4px;
}

.fundacion__register-header-text .fundacion__primary-link--l {
  font-size: 15px;
}

@media (min-width: 768px) {
  .fundacion__register-header-text {
    margin: 0 auto;
    max-width: 555px;
  }

  .fundacion__register-header-text .fundacion__primary-link--l {
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .fundacion__header {
    display: inline-flex;
    align-items: center;
    padding: 20px 16px;
  }
}

/* Register form */
.fundacion__form {
  font-family: 'Hanken Grotesk';
  order: 2;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 570px;
  padding: 20px 16px;
}

.fundacion__formElement--group {
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}

.fundacion__formElement--group.last {
  margin-bottom: 0px;
}

.fundacion__formElement--group-wrap {
  flex-wrap: wrap;
}

.fundacion__formElement--group .fundacion__formElement {
  margin-right: 21px;
}

.fundacion__formElement--group .fundacion__formElement:last-child {
  margin-right: 0;
}

.fundacion__formElement__item-small {
  width: 35%;
}

.fundacion__formElement__item-medium {
  flex-grow: 2;
}

.fundacion__formElement .fundacion__label {
  margin-bottom: 4px;
  display: block;
}

.fundacion__formElement .fundacion__input {
  width: 100%;
}

.fundacion__dateInput {
  height: 37px;
}

#fundacion__formElement--password {
  position: absolute;
  height: 19px;
  width: 19px;
  top: 32px;
  right: 12px;
  cursor: pointer;
}

.fundacion__formElement__input--rightIcon {
  padding-right: 38px;
}

.fundacion__formElement-relative {
  position: relative;
}

#submitBTN {
  margin-top: 32px;
}

.fundacion__line {
  border-top: solid 1px #757575;
  margin-top: 48px;
  padding-top: 48px;
}

#registerError {
  margin-top: 32px;
}

/* Register: tables */
table {
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.15px;
  color: #0e191c;
  font-family: 'Hanken Grotesk';
  border-spacing: 8px 16px;
}

.fundacion__legal-content-description {
  padding-left: 20px;
  text-align: left;
}

.fundacion__legal-content-description > ul {
  padding-left: 20px;
  margin-bottom: 5px;
}

.fundacion__legal-header-title {
  width: 100px;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
}

table a {
  font-family: 'Hanken Grotesk';
  font-size: 12px;
  line-height: 1.38;
  letter-spacing: 0.15px;
  color: #e42424;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

/* Register: table styles */
.fundacion__legal__paragraph {
  margin: 1em 0;
}

.fundacion__legal__paragraph:first-child {
  margin-top: 0;
}

.fundacion__legal__paragraph:last-child {
  margin-bottom: 0;
}

.fundacion__legal__highlight {
  text-decoration: underline;
}

.fundacion__table_paragraph_space {
  padding-top: 10px;
}

ol.fundacion__legal__list {
  counter-reset: list;
  margin: 0;
  padding: 0;
  display: inline;
}

ol.fundacion__legal__list > li {
  list-style: none;
  display: inline;
  padding-left: 3px;
}

ol.fundacion__legal__list > li:before {
  counter-increment: list;
  content: '(' counter(list, lower-roman) ') ';
}

@media (max-width: 1024px) {
  .fundacion__legal-content-description {
    padding-left: 0px;
    text-align: left;
    display: block;
  }

  .fundacion__legal-header-title {
    width: 100%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
  }
}
@media (max-width: 1023px) {
  .fundacion__formElement--group {
    flex-direction: column;
    align-items: normal;
  }

  .fundacion__formElement__item-small {
    width: 100%;
  }

  .fundacion__formElement--group .fundacion__formElement {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .fundacion__formElement--group .fundacion__formElement:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .fundacion__formElement--group .fundacion__messages-list {
    order: 2;
    margin-top: -28px;
    margin-bottom: 18px;
  }

  .fundacion__formElement-password-confirm,
  #passwordConfirmError {
    order: 3;
  }

  #passwordConfirmError {
    margin-top: -20px;
  }

  .fundacion__line {
    margin-top: 24px;
    padding-top: 24px;
  }
}
