@font-face {
  font-family: nunito-bold;
  src: url("/ingresar/dist/js/fonts/Nunito-Bold.ttf");
  /* src: url('/ingresar/dist/js/fonts/gotham-rounded-bold.otf');  */
}
@font-face {
  font-family: nunito-light;
  src: url("/ingresar/dist/js/fonts/Nunito-Light.ttf");
  /* src: url('/ingresar/dist/js/fonts/gotham-rounded-bold.otf');  */
}
@font-face {
  font-family: nunito;
  src: url("/ingresar/dist/js/fonts/Nunito-Regular.ttf");
  /* src: url('/ingresar/dist/js/fonts/gotham-rounded-bold.otf');  */
}
.nunito {
  font-family: nunito;
}
a,
h1,
h6 {
  font-family: nunito;
}
.nunito-bold {
  font-family: nunito-bold;
}
.nunito-light {
  font-family: nunito-light;
}
.shadow {
  box-shadow: 0 18px 36px 0 rgba(0, 0, 0, 0.1);
}
.inner {
  background: white;
  border-radius: 16px;
}
.leftPanel {
  background-size: cover;
  background-repeat: no-repeat;
}
.h-100vh {
  height: 100vh;
}

.text-orange {
  color: #fa6400;
}
.bg-orange {
  background-color: #fa6400;
}
.text-muted {
  color: #bbbbbb !important;
}

.passwordBtn:hover,
.passwordBtn:active {
  text-decoration: none;
}
.passwordBtn {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  z-index: 99;
  position: absolute;
  right: 0;
  border: 0;
  background: #ffffff00;
  height: 100%;
  color: #bbbbbb;
}
