:root {
  --theme-deafult: #1455D6;
  --theme-secondary: #06d2dd;
}

/* Sidebar menu */
/* DataGrid */
/* Excel table scheme */
/* Bingo */
/* Logo background */
body {
  background-size: cover;
  background-position: center;
}

.login-card {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem;
}

#loginForm, #recuperarForm {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid #888;
}

.show-hide {
  top: 25px;
  right: 15px;
}
.show-hide span.show {
  font-family: "Font Awesome 5 Free";
  font-size: 110%;
}
.show-hide span.show:before {
  content: "\f06e" !important;
}

.login-form h4 {
  text-transform: none;
}/*# sourceMappingURL=index-theme-custom.css.map */