.card-body {
  overflow: hidden;
  position: relative;
}

.login-conteudo {
  position: relative;
  z-index: 2;
}

.card-body {
}

.login-card {
  position: relative;
  overflow: hidden;
}

.login-img-fundo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 700px;
  opacity: 1;
  z-index: 1;
}

.smart_background {
  position: absolute;
  top: 250px;
  left: 100px;
  width: 800px;
}

.grid_login {
  max-width: 400px;
  top: 200px;
  left: 1000px;
  position: absolute;
  max-height: 370px;
  z-index: 1;
  background: white;
  border-radius: 20px;
  height: 360px;
}

.button_login {
  background: #172944;
  align-content: center;
  width: 300px;
}

.colunm_button_entrar {
}

.lampiao_img {
  position: absolute;
  left: 875px;
  height: 616px;
  z-index: 2;
  bottom: 1px;
}

.login-page {
  height: 616px;
  left: 1200px;
  position: absolute;
  z-index: 2;
  bottom: 1px;
}

.container_centralizado {
  display: flex;
  flex: auto;
}

.user_pass {
  font-family: 'League Spartan';
  width: 300px;
}

.EIP_Connect_label {
  color: #172944;
  font-weight: bold;
  font-size: 25px;
  font-family: 'League Spartan';
}

.smart_text_abaixo {
  position: absolute;
  top: 400px;
  left: 335px;
  width: 800px;
}

.forgot_pass {
  padding-left: 38px;
}

.colunm_button {
  padding-top: 30px;
}

.grid_login_mobile {
  width: 400px;
  top: 250px;
  left: initial;
  position: absolute;
  height: 300px;
  z-index: 1;
  background: white;
  border-radius: 20px;
  transform: scale(0.8);
  transform-origin: center;
}

.fas.fa-eye.mostrar_senha {
  left: end;
}

.grid_mobile {
  max-width: 360px;
  width: 90%;
  max-height: 500px;
  height: 80%;
}

.smart_img_mobile {
  transform: scale(0.6);
}


.lampiao_img,
.login-page,
.smart_background,
.smart_img_mobile,
.smart_text_abaixo {
    pointer-events: none;
}


.password-wrapper {
    position: relative;
    z-index: 20;
}

.toggle-password {
    z-index: 30;
    pointer-events: auto;
}


.login-field-row {
    width: 100%;
    justify-content: center;
}

.login-icon {
    width: 28px;
    min-width: 28px;
    font-size: 24px;
    color: #111827;
    text-align: center;
}

.login-input,
.password-wrapper {
    width: 300px;
    max-width: 300px;
}

.user_pass {
    height: 36px;
    border: 1px solid #6b7280;
    background: #eaf1fb;
    padding: 6px 12px;
    font-size: 16px;
    outline: none;
}

.login-input {
    margin: 8px;
}

.password-wrapper {
    position: relative;
    margin: 8px;
}

.password-input {
    width: 100%;
    padding-right: 44px;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #0f274f;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-password i {
    font-size: 18px;
}

