body {
  background-color: #f2f3f8;
  font-family: "Inter";
}

.wrapper {
  padding: 0px !important;
}

.small_black_text {
  font-size: 1rem;
  font-weight: 600;
  color: black;
  margin-bottom: 1px;
}

.smaller_black_text {
  font-size: 0.8rem;
  font-weight: 600;
  color: black;
  margin-bottom: 1px;
}

#LoginCaptcha_CaptchaDiv {
  width: auto !important;
}

#card_login_page .card-body {
  padding-bottom: 50px !important;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

@media (min-width: 3840px) {
  #nespra_logo {
    width: 360px;
  }
}
@media (max-width: 1366px) {
  #create_account_title {
    font-size: 1rem !important;
  }
  .small_black_text {
    font-size: 0.8rem !important;
  }
  .smaller_black_text {
    font-size: 0.7rem !important;
  }
  #login_vertical_banner_text_2 {
    font-size: 18px !important;
  }
  .nespra_logo_in_card {
    margin-bottom: 5% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    background-color: white;
  }
  #vertical_banner_column {
    display: none !important;
  }
  #card_login_page {
    width: 100% !important;
  }
  #footer_nescloud {
    height: 60px !important;
  }
  #row_login {
    margin: 0px;
  }
  #create_account_title {
    font-size: 14px !important;
  }
  .small_black_text {
    font-size: 11px !important;
  }
  .smaller_black_text {
    font-size: 10px !important;
  }
}
@media (max-width: 767px) {
  body {
    background-color: white;
  }
  #vertical_banner_column {
    display: none !important;
  }
  #card_login_page {
    width: 100% !important;
  }
  #footer_nescloud {
    height: 60px !important;
  }
  #row_login {
    margin: 0px;
  }
  #nespra_logo {
    height: auto !important;
    max-height: 150px;
  }
  #create_account_title {
    font-size: 14px !important;
  }
  .small_black_text {
    font-size: 11px !important;
  }
  .smaller_black_text {
    font-size: 10px !important;
  }
  #row_back_to_login {
    margin-bottom: 10%;
  }
}
/* Estilos por defecto (desktop/tablet) */
#nespra_logo {
  height: 200px;
  margin: 10px;
  padding: 20px;
  display: block;
}

.mi-card {
  display: block;
}

@media (max-width: 767px) {
  .mi-card {
    display: none;
  }
}
@media (max-width: 768px) {
  html, body {
    height: 100%;
  }
  body {
    margin: 0;
    height: 100dvh;
    overflow: hidden;
    background-color: white;
  }
  .login-page,
  .login-page .page-wrapper {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
  #row_login {
    margin: 0 !important;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
  }
  #footer_nescloud {
    flex: 0 0 auto;
    height: 60px !important;
  }
  #row_back_to_login {
    margin-bottom: 0 !important;
  }
  #nespra_logo {
    padding: 40px 0px 40px 0px !important;
    margin: 5px auto !important;
    display: block;
  }
  .login-page .card-body {
    padding: 0 !important;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  html, body {
    height: 100%;
  }
  body {
    height: 100dvh;
    overflow: scroll;
    margin: 0;
    background: white;
  }
  .login-page .page-wrapper {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
  #row_login {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    -webkit-overflow-scrolling: touch;
  }
  #card_login_page input,
  #card_login_page .btn {
    width: 100%;
  }
  .login-page .card-body {
    padding: 0 !important;
  }
  #footer_nescloud {
    flex: 0 0 auto;
    height: 60px !important;
  }
  #row_back_to_login {
    margin-bottom: 0 !important;
  }
}
.alert-success {
  font-size: smaller;
  font-family: "Inter";
}

.login-subtitle {
  width: 100%;
  max-width: 100%;
  display: block;
  text-align: center;
  color: var(--Neutral-Dark_secondary, #696D80);
  font-size: 12px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto 10px;
  padding: 0 12px;
  box-sizing: border-box;
}

.login-title {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  color: #030615;
  font-size: 19px;
  font-family: Inter;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  word-wrap: break-word;
}

.welcome-banner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 9px auto 12px;
  width: 100%;
  color: #030615;
  font-weight: 700;
  font-size: 22px;
  align-self: center;
}

.form-control {
  font-family: "Inter";
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.eye-icon {
  position: absolute;
  right: 12px;
  top: 70%;
  transform: translateY(-50%);
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.welcome-banner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 9px auto 6px;
  width: 100%;
  color: #030615;
  font-weight: 700;
  font-size: 22px;
}

.welcome-subtitle {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto 12px;
  width: 100%;
  color: #696D80;
  font-size: 12px;
}

.row_back_to_login {
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  color: #0D1D69;
}