.bgLogin {
  background: url(../img/img_login.jpg);
  background-size: cover;
  min-height: 100%;
  width: 101%;
  background-position: center;
  border-top-right-radius: 2vh;
  border-bottom-right-radius: 2vh;
}

.bgRegister {
  background: url(../img/img_register.jpg);
  background-size: cover;
  min-height: 100%;
  width: 101%;
  background-position: right;
  border-top-right-radius: 2vh;
  border-bottom-right-radius: 2vh;
}

.bgRecovery {
  background: url(../img/img_login.jpg);
  background-size: cover;
  min-height: 100%;
  width: 101%;
  background-position: center;
  border-top-right-radius: 2vh;
  border-bottom-right-radius: 2vh;
}

.modal_content {
  border-radius: 3vh;
  margin-top: 20%;
}

.modal_header {
  border-bottom: none;
  position: absolute;
  right: 0%;
}

.btn-close {
  background: none;
  opacity: 1;
}

.icon_x {
  font-size: 20px;
  color: #fff;
}

.inputForm {
  background: #F1F3F6;
  border-radius: 0.7vh;
  border-color: #F1F3F6;
}

.left-inner-addon {
  position: relative;
}

.left-inner-addon input {
  padding-left: 40px !important;
}

.left-inner-addon i {
  position: absolute;
  padding: 11px 10px;
  pointer-events: none;
  background: #00a099;
  color: #fff;
  /* height: 34px; */
  border-radius: 0.9vh;
}

.btnForm {
  width: 100%;
  /* background-color: #00a099; */
   background: linear-gradient(to left, #0fb787, #00A099);
  color: #ffffff;
  border-color: #00A099;
  box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
transition-duration: 0.5s;
}

.btnForm:hover {
  /* background-color: #047e78; */
      background: linear-gradient(to right, #0fb787, #00A099);
  color: #ffffff;
  border-color: #00A099;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.linkModal {
  color: #00a099 !important;
  text-decoration: dashed;
}

.ulCard {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-right: 30px;
}

.inputCard {
  box-shadow: 0 5px 20px rgb(0 0 0 / 6%);
  border: solid #D5D8DC 1px;
  border-radius: 4px;
  width: 45px;
  height: 55px;
  font-size: 25px;
  padding-left: 7px;
  padding-top: 3px;
  outline: none;
  caret-color: gray;
  padding-left: 15px !important;
}

.inputCard[type=number]::-webkit-inner-spin-button,
.inputCard[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inputCard[type=number] {
  -moz-appearance: textfield;
}

#codigoOk,
#codigoMal,
#codigoCaduco {
  text-align: center;
}

#buttonRecoveryValida:disabled {
  background-color: #00a099;
  color: #ffffff;
  border-color: #00a099;
}

.error {
  color: #D70000;
}

#eye {
  position: absolute;
  transform: translateY(-125%);
  right: 32px;
  cursor: pointer;
}

@media only screen and (min-width: 100px) and (max-width: 575px) {
  .modal_header {
    border-bottom: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  .icon_x {
    font-size: 20px;
    color: #00a099;
  }
}