html,
body {
  height: 100%;
}

body {
  align-items: center;
}

.form-signin, .form-recover {
  width: 100%;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
  margin-bottom: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-text {
  flex: 0 1 auto !important;
  width: 19% !important;
  height: 58px;
}

.fa-user, .fa-lock {
  width: 2rem;
}

.w-150 {
  width: 100%;
}

.form-signin .btn {
  font-size: x-small;
}

#recupera-link-registro, #login-link {
  color: #ec6a2a;
  cursor: pointer;
  font-weight: bold;
}

.eye {
  cursor: pointer;
}

.popover {
  border: 1px solid #198754;
}

.popover-body {
  padding: 0;
}

.popover-body .btn-outline-success {
  border-color: transparent;
}

.bs-popover-end>.popover-arrow::before, 
.bs-popover-end>.popover-arrow.border-green::after {
  border-right-color: #198754;
}

.bs-popover-end>.popover-arrow::after {
  transition: border-right-color .15s ease-in-out;
}

.popover .form-control {
  background-clip: border-box;
}

.w-15 {
  width: 15% !important;
}

.pijada-para select {
  color: #767676;
}

@media (min-width: 576px) {
  .input-group-text {
    width: 13% !important;
  }

  .w-150 {
    width: 50%;
  }

  .form-signin .btn {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .form-signin {
    max-width: 75%;
  }
  
  .input-group-text {
    width: 11% !important;
  }
}

@media (min-width: 992px) {
  .form-signin {
    max-width: 100%;
  }

  .input-group-text {
    width: 10% !important;
  }
}

@media (min-width: 1200px) {
  .input-group-text {
    width: 9% !important;
  }
}