:root {
  --primario: #044589;
  --secundario: #03506F;
  --secundarioscuro: #023449;
  --secundarioclaro: #046c95;
  --terciario: #989898;
  --cuaternario: #DCDCE3;
  --helper: #f1f1f8;
  --fondo: #FFFFFF;
  --negro: #000000;
  --blanco: #FFFFFF;
  --red: #A61D21;
  --orange: #F3BF16;
  --green: #5D9E43;
  --my-back2: #f5f5f5;
}


/******LOGIN********/
.swal2-popup .swal2-title {
  color: var(--primario) !important;
  font-weight: 500 !important;
}

.swal2-popup #swal2-content {
  color: var(--primario) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  margin-top: -5px !important;
  margin-bottom: 10px !important;
}

.bodylogin {
  margin: 0;
  padding: 0;
  /*font-family: Arial, Helvetica, sans-serif;*/
  background: var(--my-back2);
  background-size: cover;
  min-height: 100vh;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  display: flex;
}

.progresscarga {
  position: fixed;
  height: 1.5px;
  display: block;
  width: 100%;
  /*background-color: #acece6;*/
  background-color: white;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  top: 0;
  z-index: 100000;
}

.progresscarga .indeterminate {
  /*background-color: #26a69a;*/
  background-color: var(--my-letraweb);
}

.progresscarga .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progresscarga .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}

/* .hide{
  display:none !important
} */

.ch1 {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 2px;
  /*padding: 75px 0;*/
}

.lgo img {
  width: 140px;
  /*margin-bottom: 15px;*/
  margin-top: -20px;
}

.h2-logo {
  margin-top: -1%!important;
  margin-bottom: 7% !important;
  display: flex;
  justify-content: center;
}

.b-logo{
  padding: 2px 0px;
  font-weight: bold;
  font-size: medium;
  color: var(--primario);
  display: flex;
  gap: 1rem;
}

.login-logo {
  margin-top: -4px;
  margin-bottom: -6px;
}

.box {
  max-width: 390px;
  width: 389px;
  margin: 0 auto;
  padding: 36px;
  background: white;
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgb(0 0 0 / 15%);
  border-radius: 40px;
  text-align: center;
  border: none;
}

.hrlogin{
  margin-bottom: 24px;
  background: var(--my-back2);
  border: none;
  height: 2px;
}

#login{
  margin-top: 12px;
}

@media (max-width: 480px) {
  .box {
    margin: 0 3vw;
  }
}

@media screen and (max-width: 400px) {
  .box .input-box input {
    width: 100%;
    /*padding: 10px 0;*/
    /*font-size: 70px !important;
    letter-spacing: 13px !important;
    color: var(--my-fondoletra);*/
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border: 1px solid;
    outline: none;
    background: transparent;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    align-content: center;
    justify-items: center;
    /*border-top: 1px solid var(--my-letraweb);
    border-bottom: 1px solid var(--my-fondoletra);
    border-left: 1px solid var(--my-letraweb);
    border-right: 1px solid var(--my-letraweb);*/
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
  .box .input-box input[type="password"]:focus{
    -webkit-text-size-adjust: 100%;
  }
}

.box h2 {
  margin: -13px 0 10px;
  padding: 0;
  color: var(--secundario);
  text-align: center;
  font-size: 1.5rem;
  margin-top: .5rem !important;
}

.box .input-box {
  position: relative;
}

/*.box .input-box input[type="password"]{
  color : transparent !important;
  text-shadow : 0 0 0 #000000;
  transition: none;
  transform: none;
}

.box .input-box input[type="password"]:focus{
  outline : none;
}*/

.box .input-box input {
  width: 100%;
  /*padding: 10px 0;*/
  font-size: 16px;
  /*font-size-adjust: 0.29;*/
  /*letter-spacing: 13px !important;
  color: var(--my-fondoletra);*/
  color: #000000;
  letter-spacing: 1px;
  margin-bottom: 15px;
  border: 1px solid;
  outline: none;
  background: transparent;
  height: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  align-content: center;
  justify-items: center;
  /*border-top: 1px solid var(--my-letraweb);
  border-bottom: 1px solid var(--my-fondoletra);
  border-left: 1px solid var(--my-letraweb);
  border-right: 1px solid var(--my-letraweb);*/
  border-top: 1px solid  var(--negro-color);
  border-bottom: 1px solid  var(--negro-color);
  border-left: 1px solid  var(--negro-color);
  border-right: 1px solid  var(--negro-color);
}

.box .input-box label {
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 1px;
  padding: 15px 0;
  font-size: 20px;
  /*color: var(--my-fondoletra);*/
  color: var(--negro-color);
  pointer-events: none;
  transition: 0.5s;
  margin-left: 8px;
}

.box .input-box input:focus~label,
.box .input-box input:valid~label {
  top: -18px;
  left: 0;
  /*color: var(--my-fondoletra);*/
  color: var(--negro-color);
  font-size: 12px;
}

#cuadrotext {
  border: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  border-radius: 8px;
  background: var(--my-back2);
  height: 45px;
}

#iconouser {
  height: 25px;
  margin-left: 15px;
  margin-right: 4px;
  cursor: default;
  width: 22px;
}

#usuario2 {
  height: 30px;
  font-size: 25px;
  border: none;
  text-align: center;
  background: var(--my-back2);
  color: var(--negro-color);
  width: 100%;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  text-indent: -45px;
  font-family: 'Montserrat', sans-serif;
}

#usuario2:focus {
  outline : none;
}

#usuario2:active {
  outline : none;
}

#usuario2::placeholder {
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
}

#iconopass {
  height: 25px;
  margin-left: 15px;
  margin-right: 4px;
  cursor: default;
}

#btneye2 {
  border: none;
  border-radius: 5px;
  margin-right: 15px;
  /*box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 25%);*/
  cursor: pointer;
  width: 35px;
  background-color: var(--my-back2);
}

.eye {
  height: 25px;
  margin-top: 3px;
}

#password2 {
  height: 30px;
  width: 79%;
  font-size: 25px;
  border: none;
  text-align: center;
  background: var(--my-back2);
  color: var(--negro-color);
  font-family: 'Montserrat', sans-serif;
}

#password2:focus {
  outline : none;
}

#password2:active {
  outline : none;
}

#password2::placeholder {
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
}

input::-ms-reveal {
  display: none;
}

#btneye {
  font-size: 20px;
  margin-right: 4px;
  cursor: pointer;
}

.box input[type="submit"] {
  border: none;
  outline: none;
  color: var(--blanco) !important;
  background: var(--secundario);
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  font-size: 24px;
  font-weight: normal;
  /* transition: 0.5s; */
  margin-bottom: -10px;
  text-transform: capitalize;
  margin-top: -3px;
  font-family: 'Montserrat', sans-serif;
}

.box input[type="submit"]:hover {
  background: var(--secundarioscuro);
}

.box input[type="submit"].clicked {
  background: var(--secundarioclaro);
}

.forgot {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  margin-top: 0px;
}

.forgot a {
  /*color: var(--my-fondoletra);*/
  color: var(--negro);
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
}
